MCP server for Agon Protocol state reads and prepare-only payment-channel actions.
claude mcp add agon-protocol -- npx -y @agonx402/protocol-mcp
claude_desktop_config.json
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agon-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Agonx402--agon-protocol/reviews or the review_server meta-tool.
POST /mcp