← Back to Plugins
MCP Server MCP

io.github.andyscott88/agentsafe

github By github 👁 1 views ▲ 0 votes

Real-time URL trust scoring for AI agents. Blocks phishing and malicious sites.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "agentsafe-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your AgentSafe API key from agentsafe.app",
          "format": "string",
          "isSecret": true,
          "name": "AGENTSAFE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...