{"_id":"@a2amcp/mcp","name":"@a2amcp/mcp","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.1":{"name":"@a2amcp/mcp","version":"0.1.1","description":"MCP gateway for a2acloud agents. Run as a local MCP server; expose any number of deployed A2A agents to Claude Code, Cursor, and other MCP clients.","type":"module","bin":{"a2a-mcp":"dist/cli.js"},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18.17"},"scripts":{"build":"tsc -p tsconfig.json","prepare":"npm run build","test":"node --test --import tsx tests/*.test.ts","dev":"tsx src/cli.ts"},"dependencies":{"@modelcontextprotocol/sdk":"^1.0.4","commander":"^12.1.0"},"devDependencies":{"@types/node":"^20.12.0","tsx":"^4.19.0","typescript":"^5.5.0"},"license":"Apache-2.0","gitHead":"f0f6fe96722fa02686651179ab6d5384503786a5","_id":"@a2amcp/mcp@0.1.1","_nodeVersion":"24.15.0","_npmVersion":"11.12.1","dist":{"integrity":"sha512-ShdeZZJs9c9UBzJOSLn6rlHkIWEQNQ86sb7fP3KSy7klvr/7eJgNUyXlJsSoduEDbbZpAf8endPlWV4QhB23rw==","shasum":"a6dbeb12c74eca7caf5ca2453ce7a018bbd2ce61","tarball":"https://registry.npmjs.org/@a2amcp/mcp/-/mcp-0.1.1.tgz","fileCount":30,"unpackedSize":49181,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCFGroOztKUqWko/E2has6NJay6T76Q8fLjLFN/qI58BAIgaGMnXCsugw1SVbaenNkxuNKq5r08eu5S5r+DHYYvXkw="}]},"_npmUser":{"name":"bob_seares","email":"bobseares@gmail.com"},"directories":{},"maintainers":[{"name":"bob_seares","email":"bobseares@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mcp_0.1.1_1778887415783_0.935661658738326"},"_hasShrinkwrap":false}},"time":{"created":"2026-05-15T23:23:35.696Z","0.1.1":"2026-05-15T23:23:35.922Z","modified":"2026-05-15T23:23:36.160Z"},"maintainers":[{"name":"bob_seares","email":"bobseares@gmail.com"}],"description":"MCP gateway for a2acloud agents. Run as a local MCP server; expose any number of deployed A2A agents to Claude Code, Cursor, and other MCP clients.","license":"Apache-2.0","readme":"# @a2amcp/mcp\n\nMCP gateway for a2acloud agents. It runs locally as a stdio MCP server and\nexposes deployed A2A agents as tools to Claude Code, Cursor, and other MCP\nclients.\n\n## Quickstart\n\n```bash\nnpx -y @a2amcp/mcp login\nnpx -y @a2amcp/mcp add <agent-name>\nnpx -y @a2amcp/mcp doctor\n```\n\nAdd it to your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"a2a\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@a2amcp/mcp\"]\n    }\n  }\n}\n```\n\nRestart the client after adding or removing agents.\n\n## Commands\n\n```bash\na2a-mcp login              # save control-plane credentials\na2a-mcp whoami             # show current account\na2a-mcp agents             # list agents visible to your account\na2a-mcp add <name>         # expose one agent through this gateway\na2a-mcp list               # list locally enabled agents\na2a-mcp remove <name>      # stop exposing an agent\na2a-mcp doctor             # probe enabled agents and count tools\na2a-mcp logout             # clear local credentials\n```\n\nRunning `a2a-mcp` with no command starts the MCP gateway over stdio.\n","readmeFilename":"README.md","_rev":"1-492a067833760a5e1fe35f382817c68b"}