Catalog
io.github.andyscott88/agentsafe
OfficialReal-time URL trust scoring for AI agents. Blocks phishing and malicious sites.
Real-time URL validation service that detects and blocks phishing and malicious websites.
README not available yet.
Install
Configuration
Environment variables
AGENTSAFE_API_KEYsecretYour AgentSafe API key from agentsafe.app
claude_desktop_config.json
{
"mcpServers": {
"agentsafe": {
"command": "npx",
"args": [
"-y",
"agentsafe-mcp-server@1.0.1"
],
"env": {
"AGENTSAFE_API_KEY": "<YOUR_AGENTSAFE_API_KEY>"
}
}
}
}