mcpbeat Sign in

Agon Protocol MCP Server

local only

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

MCP server for Agon Protocol state reads and prepare-only payment-channel actions.

Installs per day peak 39 · avg 17 · +15% w/w
a month agotoday
101
Installs / week
npm · @agonx402/protocol-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/protocol-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-protocol -- npx -y @agonx402/protocol-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agon-protocol": {
      "args": [
        "-y",
        "@agonx402/protocol-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agon-protocol]
command = "npx"
args = ["-y", "@agonx402/protocol-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agon-protocol": {
      "args": [
        "-y",
        "@agonx402/protocol-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agon-protocol": {
      "args": [
        "-y",
        "@agonx402/protocol-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOLANA_DEVNET_RPC_URL (Optional Solana devnet RPC URL.), AGON_PROTOCOL_PROGRAM_ID (Optional Agon Protocol program ID. Defaults to the live devnet deployment.), AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID (Official devnet USDC token ID in the deployed Agon token registry.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agon Protocol

same job, measured the same way
Ryvo Protocol
by ryvonetwork

MCP server for Ryvo Protocol state reads and prepare-only payment-channel actions.

28 installs/wk local only
Junto MCP
by vrllrv

The payment protocol for people and agents. One MCP server, any payment rail.

36 installs/wk local only
Pyrimid Protocol
by pyrimid

Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.

7 tools answering
B
MuPag Sandbox Payments
by com-mupag

Sandbox-only MuPag MCP server for approved payments, subscriptions, refunds, and reconciliation.

41 installs/wk local only
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

32 installs/wk local only
MCP Ap2
by codespar

MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)

23 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
Modern Treasury
by usefulapi

MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.

17 tools answering

Agon Protocol — questions

Answers built from our own checks of this server.

Why is there no uptime for Agon Protocol?
Agon Protocol 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/protocol-mcp was installed 101 times last week.
How do I connect Agon Protocol?
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/protocol-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agon Protocol?
The npm package @agonx402/protocol-mcp was installed 101 times in the last week. Week over week that is +15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agon Protocol 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.