Ryvo Gateway Agentic
Rank #47,544io.github.Ryvonetwork/ryvo-protocol
MCP server for Ryvo Protocol state reads and prepare-only payment-channel actions.
Ryvo Gateway Agentic is a Model Context Protocol (MCP) server published by Ryvonetwork. It ranks #47,544 of 115,591 servers tracked on MCP Toplist. Ryvo Gateway Agentic is listed on Official MCP, with 2 tracked versions. It was first listed on May 8, 2026 and most recently updated on May 11, 2026.
Ranks ahead of 68,047 of 115,591 servers on MCP Toplist.
Use Ryvo Gateway Agentic
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ryvo-protocol -e "SOLANA_DEVNET_RPC_URL=<your SOLANA_DEVNET_RPC_URL>" -e "RYVO_PROTOCOL_PROGRAM_ID=<your RYVO_PROTOCOL_PROGRAM_ID>" -e "RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID=<your RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID>" -- npx -y @ryvonetwork/protocol-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ryvo-protocol]
command = "npx"
args = ["-y", "@ryvonetwork/protocol-mcp"]
[mcp_servers.ryvo-protocol.env]
SOLANA_DEVNET_RPC_URL = "<your SOLANA_DEVNET_RPC_URL>"
RYVO_PROTOCOL_PROGRAM_ID = "<your RYVO_PROTOCOL_PROGRAM_ID>"
RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID = "<your RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ryvo-protocol": {
"command": "npx",
"args": [
"-y",
"@ryvonetwork/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<your SOLANA_DEVNET_RPC_URL>",
"RYVO_PROTOCOL_PROGRAM_ID": "<your RYVO_PROTOCOL_PROGRAM_ID>",
"RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<your RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ryvo-protocol": {
"command": "npx",
"args": [
"-y",
"@ryvonetwork/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<your SOLANA_DEVNET_RPC_URL>",
"RYVO_PROTOCOL_PROGRAM_ID": "<your RYVO_PROTOCOL_PROGRAM_ID>",
"RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<your RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ryvo-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ryvonetwork/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<your SOLANA_DEVNET_RPC_URL>",
"RYVO_PROTOCOL_PROGRAM_ID": "<your RYVO_PROTOCOL_PROGRAM_ID>",
"RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<your RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ryvo-protocol": {
"command": "npx",
"args": [
"-y",
"@ryvonetwork/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<your SOLANA_DEVNET_RPC_URL>",
"RYVO_PROTOCOL_PROGRAM_ID": "<your RYVO_PROTOCOL_PROGRAM_ID>",
"RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<your RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ryvo-protocol": {
"command": "npx",
"args": [
"-y",
"@ryvonetwork/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<your SOLANA_DEVNET_RPC_URL>",
"RYVO_PROTOCOL_PROGRAM_ID": "<your RYVO_PROTOCOL_PROGRAM_ID>",
"RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<your RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Ryvonetwork%2Fryvo-protocol)<a href="https://mcptoplist.com/server/io.github.Ryvonetwork%2Fryvo-protocol"><img src="https://mcptoplist.com/badge/io.github.Ryvonetwork%2Fryvo-protocol.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Ryvonetwork
Other servers by Ryvonetwork
View all Ryvonetwork servers →Available versions (2)
| Version | Published |
|---|---|
| 0.5.1 | May 11, 2026 |
| 0.4.2 | May 8, 2026 |
Frequently asked questions
- Who maintains Ryvo Gateway Agentic?
- Ryvo Gateway Agentic is maintained by Ryvonetwork, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Ryvo Gateway Agentic listed on the Official MCP Registry?
- Yes — Ryvo Gateway Agentic is listed on the Official MCP Registry.
- How many versions does Ryvo Gateway Agentic have?
- MCP Toplist tracks 2 versions of Ryvo Gateway Agentic, most recently published on May 11, 2026.
- Where can I find the source code for Ryvo Gateway Agentic?
- The source code for Ryvo Gateway Agentic is hosted at github.com/Ryvonetwork/ryvo-gateway-agentic.