{
  "markdown": "# agentiam-mcp\n\n> Stdio MCP server wrapping all 18 [AgentIAM](https://achillesalpha.com) x402 endpoints — agent identity, safety, and intelligence for autonomous agents on Base Mainnet.\n\n## What this is\n\n`agentiam-mcp` exposes the AgentIAM HTTP catalog as a Model Context Protocol (MCP) server. Any MCP-capable client (Claude Desktop, Cursor, VS Code, LangChain, etc.) can call the 18 endpoints as tools.\n\nEndpoints:\n- **Safety pillars** — `noleak`, `memguard`, `riskoracle`, `secureexec`, `flowcore`\n- **Audit / policy** — `audit`, `validate`, `risk-check`\n- **Intelligence** — `research`, `intelligence-report`\n- **DELPHI knowledge graph** — `delphi`, `delphi.entity`, `delphi.query`, `delphi.timeline`, `delphi.contradictions`\n- **Signals** — `latest-signals`, `signal-query`, `publish-signal`\n\nPricing: $0.001–$0.05 USDC per call, settled on Base via x402.\n\n## Status\n\n**v0.1.0 — discovery mode.** All 18 tools are registered. Tool calls return the AgentIAM endpoint's decoded x402 challenge (resource URL, accepts array, bazaar extension, schema), so MCP clients can browse the catalog without holding USDC. Wallet-signed payment flow (per-call USDC settlement) ships in v0.2.\n\n## Install\n\n```bash\ngit clone https://github.com/achilliesbot/agentiam-mcp.git\ncd agentiam-mcp\nnpm install\n```\n\n## Run (standalone)\n\n```bash\nnode src/index.mjs\n# stdio MCP server — speaks JSON-RPC over stdin/stdout\n```\n\n## Configure in Claude Desktop / Cursor / VS Code\n\nAdd to your MCP config (`claude_desktop_config.json` on macOS at\n`~/Library/Application Support/Claude/claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"agentiam\": {\n      \"command\": \"node\",\n      \"args\": [\"/absolute/path/to/agentiam-mcp/src/index.mjs\"]\n    }\n  }\n}\n```\n\nRestart the client. The 18 AgentIAM tools (`noleak`, `memguard`, `riskoracle`,\n`secureexec`, `flowcore`, `audit`, `validate`, `risk_check`, `research`,\n`intelligence_report`, `delphi`, `delphi_entity`, `delphi_query`,\n`delphi_timeline`, `delphi_contradictions`, `latest_signals`, `signal_query`,\n`publish_signal`) appear in the tool picker.\n\n## Run via Docker\n\n```bash\ndocker build -t agentiam-mcp .\ndocker run -i agentiam-mcp\n```\n\n## Smoke test\n\n```bash\n( echo '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"initialize\",\"params\":{\"protocolVersion\":\"2024-11-05\",\"capabilities\":{},\"clientInfo\":{\"name\":\"smoke\",\"version\":\"0.1\"}}}'\n  sleep 0.3\n  echo '{\"jsonrpc\":\"2.0\",\"method\":\"notifications/initialized\"}'\n  sleep 0.3\n  echo '{\"jsonrpc\":\"2.0\",\"id\":2,\"method\":\"tools/list\"}'\n  sleep 1\n) | node src/index.mjs\n```\n\nYou should see a JSON-RPC response listing 18 tools.\n\n## Discovery references\n\n- AgentIAM x402 manifest: https://achillesalpha.com/.well-known/x402\n- AgentIAM MCP discovery: https://achillesalpha.com/.well-known/mcp.json\n- MCP Registry: `io.github.achilliesbot/ep-agentiam`\n- x402scan: https://www.x402scan.com/server/de9dbadb-6475-43f2-a621-a805fb1c661e\n- 402index: https://402index.io\n\n## License\n\nMIT.\n",
  "bytes": 2943,
  "sha": "19573ed04cd6b0478dadb839ccd7dffedd6350e1206632c59b26be3feb4295b0",
  "repo_slug": "achilliesbot/agentiam-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_achilliesbot_agentiam_mcp_1b827bc5/readme"
}