Agon Gateway Agentic
Rank #24,727io.github.Agonx402/agon-gateway
MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data.
Agon Gateway Agentic is a Model Context Protocol (MCP) server published by Agonx402. It ranks #24,727 of 115,460 servers tracked on MCP Toplist. Agon Gateway Agentic is listed on Official MCP, with 11 tracked versions. It was first listed on Apr 27, 2026 and most recently updated on May 2, 2026.
Ranks ahead of 90,733 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-gateway -e "AGON_GATEWAY_BASE_URL=<your AGON_GATEWAY_BASE_URL>" -- npx -y @agonx402/gateway-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agon-gateway]
command = "npx"
args = ["-y", "@agonx402/gateway-mcp"]
[mcp_servers.agon-gateway.env]
AGON_GATEWAY_BASE_URL = "<your AGON_GATEWAY_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agon-gateway": {
"command": "npx",
"args": [
"-y",
"@agonx402/gateway-mcp"
],
"env": {
"AGON_GATEWAY_BASE_URL": "<your AGON_GATEWAY_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agon-gateway": {
"command": "npx",
"args": [
"-y",
"@agonx402/gateway-mcp"
],
"env": {
"AGON_GATEWAY_BASE_URL": "<your AGON_GATEWAY_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agon-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agonx402/gateway-mcp"
],
"env": {
"AGON_GATEWAY_BASE_URL": "<your AGON_GATEWAY_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agon-gateway": {
"command": "npx",
"args": [
"-y",
"@agonx402/gateway-mcp"
],
"env": {
"AGON_GATEWAY_BASE_URL": "<your AGON_GATEWAY_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agon-gateway": {
"command": "npx",
"args": [
"-y",
"@agonx402/gateway-mcp"
],
"env": {
"AGON_GATEWAY_BASE_URL": "<your AGON_GATEWAY_BASE_URL>"
}
}
}
}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-gateway)<a href="https://mcptoplist.com/server/io.github.Agonx402%2Fagon-gateway"><img src="https://mcptoplist.com/badge/io.github.Agonx402%2Fagon-gateway.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Agonx402
Available versions (11)
| Version | Published |
|---|---|
| 0.4.2 | May 2, 2026 |
| 0.4.0 | May 1, 2026 |
| 0.3.2 | May 1, 2026 |
| 0.3.0 | Apr 30, 2026 |
| 0.1.8 | Apr 30, 2026 |
| 0.1.6 | Apr 30, 2026 |
| 0.1.5 | Apr 29, 2026 |
| 0.1.4 | Apr 29, 2026 |
| 0.1.3 | Apr 29, 2026 |
| 0.1.2 | Apr 29, 2026 |
| 0.1.1 | Apr 27, 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 11 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.