PluginBench
MCP Server

EP AgentIAM MCP Server

io.github.achilliesbot/ep-agentiam

What is the EP AgentIAM MCP server?

AI agent execution safety via x402 micropayments: risk scoring, integrity, memory checks

How to install EP AgentIAM

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ep-agentiam": {
      "url": "https://achillesalpha.onrender.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ep-agentiam": {
      "serverUrl": "https://achillesalpha.onrender.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ep-agentiam": {
      "type": "http",
      "url": "https://achillesalpha.onrender.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "ep-agentiam": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://achillesalpha.onrender.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http ep-agentiam https://achillesalpha.onrender.com/mcp

Related MCP servers

DELPHI Oracle

Maintained

Real-time AI intelligence signals and temporal knowledge graph for agent economy

1
JavaScript
View repository →

Stdio MCP wrapper for AgentIAM's 18 x402 endpoints — agent safety + intelligence on Base.

0
JavaScript
MIT
View repository →