@ryvonetwork/protocol-mcp
v0.4.2
Published
Read-only and prepare-only MCP server for Ryvo Protocol.
Maintainers
Readme
@ryvonetwork/protocol-mcp
Read-only and prepare-only MCP server for Ryvo Protocol.
{
"mcpServers": {
"ryvo-protocol": {
"command": "npx",
"args": ["-y", "@ryvonetwork/protocol-mcp"],
"env": {
"SOLANA_DEVNET_RPC_URL": "https://api.devnet.solana.com"
}
}
}
}The server exposes ryvo://protocol/llm.txt and never signs or broadcasts transactions.
The default devnet program ID is HuyQoYfBEvVACTKcq8RTiDFm5k5ZBnX5we1UjWBTBeqT. Override with the programId tool argument or RYVO_PROTOCOL_PROGRAM_ID.
Core tools:
ryvo_protocol_configryvo_protocol_tokenryvo_protocol_participantryvo_protocol_channelryvo_protocol_headroomryvo_protocol_clearing_previewryvo_protocol_prepare_actionryvo_protocol_prepare_gateway_commitmentryvo_protocol_verify_gateway_commitment
ryvo_protocol_prepare_action returns concrete instruction/account/message plans for protocol flows including participant init, deposits, channels, unlocks, withdrawals, individual settlement, bundle settlement, clearing rounds, signer rotation, and authority handoffs.
