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/mcpRelated MCP servers
DELPHI Oracle
Maintained
Real-time AI intelligence signals and temporal knowledge graph for agent economy
1
View repository →JavaScript
io.github.achilliesbot/agentiam-mcp
Maintained
Stdio MCP wrapper for AgentIAM's 18 x402 endpoints — agent safety + intelligence on Base.
0
View repository →JavaScript
MIT