mcpbeat Sign in

Agon Gateway MCP Server

local only

Agon Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. 143 installs a week from npm. Last commit 8 May 2026.

MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data.

Installs per day peak 53 · avg 21 · +28% w/w
a month agotoday
143
Installs / week
npm · @agonx402/gateway-mcp
0
Stars
0 open issues
8 May 2026
Last commit
0 releases in 90 days
License
JavaScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call ryvo_gateway_prepare_solana.method → mcp/server.js:1001
  const result = childProcess.spawnSync(command, parts, {
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository ryvonetwork/ryvo-agentic
пакет @agonx402/gateway-mcp ссылается на agonx402/agon-gateway-agentic

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agon-gateway -- npx -y @agonx402/gateway-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agon-gateway": {
      "args": [
        "-y",
        "@agonx402/gateway-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agon-gateway]
command = "npx"
args = ["-y", "@agonx402/gateway-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agon-gateway": {
      "args": [
        "-y",
        "@agonx402/gateway-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agon-gateway": {
      "args": [
        "-y",
        "@agonx402/gateway-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGON_GATEWAY_BASE_URL (Optional Agon Gateway base URL. Defaults to https://gateway.agonx402.com.), AGON_SIGNER_COMMAND (Executed only by agon_gateway_auth_call after an HTTP 402: spawns once with the normalized auth-request JSON on stdin (same shape as agon_gateway_prepare_auth). Stdout must be JSON auth output (headers map, or SIWX address+signature). On Windows, npx/npm run under cmd.exe; treat AGON_SIGNER_COMMAND as untrusted if an attacker controls it.), AGON_WALLET_PROFILE (Optional Agon wallet profile hint passed to signer hooks.), AGON_PAYMENT_MAX_AMOUNT_USD (Optional x402 maximum USD amount per request.), AGON_PAYMENT_DAILY_LIMIT_USD (Optional x402 daily authorized spend limit in USD.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agon Gateway

same job, measured the same way
Ryvo Gateway
by ryvonetwork

MCP server for Ryvo Gateway x402, Helius Wallet, and Tokens API market data.

20 installs/wk local only
C
orisha-data
by orisha-data

MCP server for x402 paid market-data endpoints.

49 installs/wk local only
Spraay X402 MCP
by plagtech

MCP server for Spraay x402 Gateway. 60 tools for crypto payments, DeFi, and AI on Base.

32 installs/wk local only
SAP MCP Server
by oobeprotocol-sap-mcp

Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.

351 installs/wk 406 tools answering
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

554 installs/wk local only
Walmart Marketplace APIs
by alyiox

MCP server for Walmart Marketplace APIs (US, 3P seller)

65 installs/wk local only
Base Wallet Toolkit
by lordbasilaiassistant-sudo

MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.

224 installs/wk local only
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only

Agon Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for Agon Gateway?
Agon Gateway runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agonx402/gateway-mcp was installed 143 times last week.
How do I connect Agon Gateway?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @agonx402/gateway-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agon Gateway?
The npm package @agonx402/gateway-mcp was installed 143 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agon Gateway open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.