Agon Gateway Agentic
Rank #28,941io.github.Agonx402/agon-protocol
MCP server for Agon Protocol state reads and prepare-only payment-channel actions.
Agon Gateway Agentic is a Model Context Protocol (MCP) server published by Agonx402. It ranks #28,941 of 115,460 servers tracked on MCP Toplist. Agon Gateway Agentic is listed on Official MCP, with 7 tracked versions. It was first listed on Apr 29, 2026 and most recently updated on May 2, 2026.
Ranks ahead of 86,519 of 115,460 servers on MCP Toplist.
Use Agon Gateway Agentic
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agon-protocol -e "SOLANA_DEVNET_RPC_URL=<your SOLANA_DEVNET_RPC_URL>" -e "AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID=<your AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>" -- npx -y @agonx402/protocol-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agon-protocol]
command = "npx"
args = ["-y", "@agonx402/protocol-mcp"]
[mcp_servers.agon-protocol.env]
SOLANA_DEVNET_RPC_URL = "<your SOLANA_DEVNET_RPC_URL>"
AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID = "<your AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<your SOLANA_DEVNET_RPC_URL>",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<your AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<your SOLANA_DEVNET_RPC_URL>",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<your AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agon-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<your SOLANA_DEVNET_RPC_URL>",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<your AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<your SOLANA_DEVNET_RPC_URL>",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<your AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<your SOLANA_DEVNET_RPC_URL>",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<your AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Agonx402%2Fagon-protocol)<a href="https://mcptoplist.com/server/io.github.Agonx402%2Fagon-protocol"><img src="https://mcptoplist.com/badge/io.github.Agonx402%2Fagon-protocol.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Agonx402
Available versions (7)
| Version | Published |
|---|---|
| 0.4.2 | May 2, 2026 |
| 0.3.2 | May 1, 2026 |
| 0.3.0 | Apr 30, 2026 |
| 0.1.3 | Apr 29, 2026 |
| 0.1.2 | Apr 29, 2026 |
| 0.1.1 | Apr 29, 2026 |
| 0.1.0 | Apr 29, 2026 |
Frequently asked questions
- Who maintains Agon Gateway Agentic?
- Agon Gateway Agentic is maintained by Agonx402, which publishes 2 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Agon Gateway Agentic listed on the Official MCP Registry?
- Yes — Agon Gateway Agentic is listed on the Official MCP Registry.
- How many versions does Agon Gateway Agentic have?
- MCP Toplist tracks 7 versions of Agon Gateway Agentic, most recently published on May 2, 2026.
- Where can I find the source code for Agon Gateway Agentic?
- The source code for Agon Gateway Agentic is hosted at github.com/Agonx402/agon-gateway-agentic.