PluginBench
MCP Server

AgentShield MCP Server

io.github.atmflow55/agentshield

What is the AgentShield MCP server?

Smart contract security for AI agents — verify, monitor, freeze, x402 payments

How to install AgentShield

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentshield": {
      "command": "npx",
      "args": [
        "-y",
        "agentshield-protocol"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentshield": {
      "command": "npx",
      "args": [
        "-y",
        "agentshield-protocol"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentshield": {
      "command": "npx",
      "args": [
        "-y",
        "agentshield-protocol"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentshield": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentshield-protocol"
      ]
    }
  }
}
Claude Code
claude mcp add agentshield -- npx -y agentshield-protocol

Related MCP servers

DataFood: 16 data sources (crypto/DeFi/security/news/finance) via one MCP. Bundles save ~92%.

0
MIT
View repository →