Loading MCP server directory, please wait...
Unofficial, read-only MCP server for your Ripio account: balances, activity, prices and limits.
npx @getmcp/cli add io.github.ruizemanuel/ripio-community-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
RIPIO_API_KEYYour Ripio API key. Create a read-only key in Ripio > Profile > API.
RIPIO_API_SECRETThe secret shown once when you create the key.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ruizemanuel/ripio-community-mcp": {
"command": "npx",
"args": [
"-y",
"ripio-community-mcp"
],
"env": {
"RIPIO_API_KEY": "",
"RIPIO_API_SECRET": "",
"RIPIO_TRADE_RPS": ""
}
}
}
}