mcpbeat Sign in

Ryvo Gateway MCP Server

local only

Ryvo Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 11 · avg 4 · +144% w/w
a month agotoday
20
Installs / week
npm · @ryvonetwork/gateway-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: RYVO_GATEWAY_BASE_URL (Optional Ryvo Gateway base URL. Defaults to https://gateway.ryvo.network.), RYVO_SIGNER_COMMAND (Executed only by ryvo_gateway_auth_call after an HTTP 402: spawns once with the normalized auth-request JSON on stdin (same shape as ryvo_gateway_prepare_auth). Stdout must be JSON auth output (headers map, or SIWX address+signature). On Windows, npx/npm run under cmd.exe; treat RYVO_SIGNER_COMMAND as untrusted if an attacker controls it.), RYVO_WALLET_PROFILE (Optional Ryvo wallet profile hint passed to signer hooks.), RYVO_PAYMENT_MAX_AMOUNT_USD (Optional x402 maximum USD amount per request.), RYVO_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 Ryvo Gateway

same job, measured the same way
Agon Gateway
by agonx402

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

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

MCP server for x402 paid market-data endpoints.

49 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
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
Base Wallet Toolkit
by lordbasilaiassistant-sudo

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

224 installs/wk local only
Walmart Marketplace APIs
by alyiox

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

65 installs/wk local only
MCP Jira Scoped
by deepwired

Jira MCP server with scoped API tokens via api.atlassian.com gateway

64 installs/wk local only

Ryvo Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for Ryvo Gateway?
Ryvo 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 @ryvonetwork/gateway-mcp was installed 20 times last week.
Is Ryvo Gateway still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Ryvo 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 @ryvonetwork/gateway-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ryvo Gateway?
The npm package @ryvonetwork/gateway-mcp was installed 20 times in the last week. Week over week that is +144%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.