agon-protocol
About
MCP server for Agon Protocol state reads and prepare-only payment-channel actions.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SOLANA_DEVNET_RPC_URL AGON_PROTOCOL_PROGRAM_ID AGON_PROTOCOL_DEVNET_USDC_TOKEN_IDClaude Code
claude mcp add --env SOLANA_DEVNET_RPC_URL= --env AGON_PROTOCOL_PROGRAM_ID= --env AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID= agon-protocol -- npx @agonx402/protocol-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agon-protocol","command":"npx","args":["@agonx402/protocol-mcp"],"env":{"SOLANA_DEVNET_RPC_URL":"","AGON_PROTOCOL_PROGRAM_ID":"","AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID":""}}'
JSON
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "",
"AGON_PROTOCOL_PROGRAM_ID": "",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.