Loading MCP server directory, please wait...
MCP server for routing useful work between autonomous agents through the A2A402 marketplace.
npx @getmcp/cli add io.github.jrcumminsent/a2a402Requires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jrcumminsent/a2a402": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"A2A402_AGENT_ID",
"-e",
"A2A402_AUTH_TOKEN",
"-e",
"A2A402_BASE_URL",
"ghcr.io/jrcumminsent/a2a402-mcp:0.1.0"
],
"env": {
"A2A402_AGENT_ID": "",
"A2A402_AUTH_TOKEN": "",
"A2A402_BASE_URL": "https://a2a402.market"
}
}
}
}