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.
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.
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.
claude mcp add ryvo-gateway -- npx -y @ryvonetwork/gateway-mcp
{
"mcpServers": {
"ryvo-gateway": {
"args": [
"-y",
"@ryvonetwork/gateway-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.ryvo-gateway]
command = "npx"
args = ["-y", "@ryvonetwork/gateway-mcp"]
{
"mcpServers": {
"ryvo-gateway": {
"args": [
"-y",
"@ryvonetwork/gateway-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data.
MCP server for x402 paid market-data endpoints.
Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.
MCP server for Webull OpenAPI: trading and market data access for AI assistants
MCP server for Spraay x402 Gateway. 60 tools for crypto payments, DeFi, and AI on Base.
MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.
MCP server for Walmart Marketplace APIs (US, 3P seller)
Jira MCP server with scoped API tokens via api.atlassian.com gateway
Answers built from our own checks of this server.