io.github.Ryvonetwork/ryvo-protocol✓
io.github.Ryvonetwork/ryvo-protocol · v0.5.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Ryvonetwork/ryvo-protocol",
"description": "MCP server for Ryvo Protocol state reads and prepare-only payment-channel actions.",
"repository": {
"url": "https://github.com/Ryvonetwork/ryvo-agentic",
"source": "github"
},
"version": "0.5.1",
"packages": [
{
"registryType": "npm",
"identifier": "@ryvonetwork/protocol-mcp",
"version": "0.5.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional Solana devnet RPC URL.",
"format": "string",
"name": "SOLANA_DEVNET_RPC_URL"
},
{
"description": "Optional Ryvo Protocol program ID. Defaults to the live devnet deployment.",
"format": "string",
"name": "RYVO_PROTOCOL_PROGRAM_ID"
},
{
"description": "Official devnet USDC token ID in the deployed Ryvo token registry.",
"format": "string",
"name": "RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}