PluginBench
MCP Server

SENTINEL MCP Server

io.github.teodorofodocrispin-cmyk/sentinel-mcp

What is the SENTINEL MCP server?

Pre-execution safety oracle for AI agents. Screens Base contracts, simulates sells, pays via x402.

How to install SENTINEL

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AGENT_WALLET_PRIVATE_KEY
    required
    secret

    Private key of a Base wallet holding USDC, used to pay SENTINEL autonomously via x402

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sentinel-mcp": {
      "command": "uvx",
      "args": [
        "sentinel-mcp"
      ],
      "env": {
        "AGENT_WALLET_PRIVATE_KEY": "<YOUR_AGENT_WALLET_PRIVATE_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sentinel-mcp": {
      "command": "uvx",
      "args": [
        "sentinel-mcp"
      ],
      "env": {
        "AGENT_WALLET_PRIVATE_KEY": "<YOUR_AGENT_WALLET_PRIVATE_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sentinel-mcp": {
      "command": "uvx",
      "args": [
        "sentinel-mcp"
      ],
      "env": {
        "AGENT_WALLET_PRIVATE_KEY": "<YOUR_AGENT_WALLET_PRIVATE_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sentinel-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sentinel-mcp"
      ],
      "env": {
        "AGENT_WALLET_PRIVATE_KEY": "<YOUR_AGENT_WALLET_PRIVATE_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add sentinel-mcp --env AGENT_WALLET_PRIVATE_KEY=<YOUR_AGENT_WALLET_PRIVATE_KEY> -- uvx sentinel-mcp

Related MCP servers

Verified LATAM data for AI agents: sanctions, entity, rates, KYB. Pay via x402.

View repository →