mcpbeat Sign in

Ryvo Protocol MCP Server

local only

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

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

Installs per day peak 15 · avg 7 · +52% w/w
a month agotoday
24
Installs / week
npm · @ryvonetwork/protocol-mcp
0
Stars
0 open issues
8 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 7 h 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, {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

  const result = childProcess.spawnSync(command, args, {

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 ryvo-protocol -- npx -y @ryvonetwork/protocol-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ryvo-protocol": {
      "args": [
        "-y",
        "@ryvonetwork/protocol-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ryvo-protocol]
command = "npx"
args = ["-y", "@ryvonetwork/protocol-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ryvo-protocol": {
      "args": [
        "-y",
        "@ryvonetwork/protocol-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ryvo-protocol": {
      "args": [
        "-y",
        "@ryvonetwork/protocol-mcp"
      ],
      "command": "npx"
    }
  }
}

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

Alternatives to Ryvo Protocol

same job, measured the same way
Agon Protocol
by agonx402

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

51 installs/wk local only
Junto MCP
by vrllrv

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

31 installs/wk local only
Stripe MCP
by robinafaruqia

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

27 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.

28 installs/wk local only
Modern Treasury
by usefulapi

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

17 tools answering
Revolut MCP
by jeff-nasseri

MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.

51 installs/wk local only
MCP Ap2
by codespar

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

18 installs/wk local only

Ryvo Protocol — questions

Answers built from our own checks of this server.

Why is there no uptime for Ryvo Protocol?
Ryvo 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 @ryvonetwork/protocol-mcp was installed 24 times last week.
How do I connect Ryvo 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 @ryvonetwork/protocol-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ryvo Protocol?
The npm package @ryvonetwork/protocol-mcp was installed 24 times in the last week. Week over week that is +52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ryvo Protocol open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.