MCP Server
Maintained
io.github.Agonx402/agon-protocol MCP Server
io.github.Agonx402/agon-protocol
What is the io.github.Agonx402/agon-protocol MCP server?
MCP server for Agon Protocol state reads and prepare-only payment-channel actions.
How to install io.github.Agonx402/agon-protocol
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SOLANA_DEVNET_RPC_URLOptional Solana devnet RPC URL.
AGON_PROTOCOL_PROGRAM_IDOptional Agon Protocol program ID. Defaults to the live devnet deployment.
AGON_PROTOCOL_DEVNET_USDC_TOKEN_IDOfficial devnet USDC token ID in the deployed Agon token registry.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<YOUR_SOLANA_DEVNET_RPC_URL>",
"AGON_PROTOCOL_PROGRAM_ID": "<YOUR_AGON_PROTOCOL_PROGRAM_ID>",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<YOUR_AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<YOUR_SOLANA_DEVNET_RPC_URL>",
"AGON_PROTOCOL_PROGRAM_ID": "<YOUR_AGON_PROTOCOL_PROGRAM_ID>",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<YOUR_AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<YOUR_SOLANA_DEVNET_RPC_URL>",
"AGON_PROTOCOL_PROGRAM_ID": "<YOUR_AGON_PROTOCOL_PROGRAM_ID>",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<YOUR_AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agon-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<YOUR_SOLANA_DEVNET_RPC_URL>",
"AGON_PROTOCOL_PROGRAM_ID": "<YOUR_AGON_PROTOCOL_PROGRAM_ID>",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<YOUR_AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Claude Code
claude mcp add agon-protocol --env SOLANA_DEVNET_RPC_URL=<YOUR_SOLANA_DEVNET_RPC_URL> --env AGON_PROTOCOL_PROGRAM_ID=<YOUR_AGON_PROTOCOL_PROGRAM_ID> --env AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID=<YOUR_AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID> -- npx -y @agonx402/protocol-mcpRelated MCP servers
io.github.Agonx402/agon-gateway
Maintained
MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data.
0
View repository →JavaScript