
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
ripio-community-mcp
Advanced tools
Unofficial, community-built, read-only MCP server for Ripio. Not affiliated with Ripio.
Unofficial, community-built, not affiliated with Ripio. Read-only. Use at your own risk.
A local MCP server that lets AI assistants read your Ripio account (balances, activity, prices, limits, open orders and deposit addresses) using your own API key. It runs on your computer and only talks to api.ripio.com.
🇦🇷 Instrucciones en español: README.es.md
Ripio has an official remote MCP server. If it works for you, use it. This project exists for the cases it doesn't cover:
Official (api.ripio.com/mcp) | ripio-community-mcp | |
|---|---|---|
| Clients | Only Ripio-approved OAuth clients (Claude, ChatGPT, VS Code) | Any MCP client: Claude Desktop/Code, Cursor, VS Code, Zed, Cline… |
| Auth | OAuth in the browser | Your Ripio API key, stored locally |
| Tools | ~70 endpoint mirrors | 10 tools that answer whole questions |
| Read-only | Depends on the permission preset you pick | Built in: the server can only send GET requests |
| Tool metadata | No read-only/destructive annotations | Every tool is annotated read-only, with typed output |
| Can move funds | Yes, with the Full preset | No |
Neither can show card transactions, in-app buys/sells or bill payments: Ripio's public API doesn't expose them.
| Tool | Ask things like |
|---|---|
ripio_get_portfolio | "How much do I have on Ripio and in what?" |
ripio_list_activity | "What were my last withdrawals?" · "Show my Ripio Trade statement for September" |
ripio_get_transaction | "Give me the details of transaction 1234" |
ripio_get_prices | "What's USDT at right now, in the app and on Ripio Trade?" |
ripio_estimate_trade | "How much would 100 USDT cost on Ripio Trade?" |
ripio_get_limits | "How much can I still withdraw today?" |
ripio_list_open_orders | "Do I have open orders?" |
ripio_get_deposit_address | "What address do I send USDT to over Tron?" |
ripio_verify_deposit_address | "Is this address really mine? I'm about to send USDT over Polygon" |
ripio_get_deposit_accounts | "What's my CVU and alias?" |
A wrong network, a missing memo or one mistyped character can lose the funds, so deposits get extra layers:
ripio_get_deposit_address returns no address until the network is clear, and says which networks credit the asset. Your EVM address is the same on every EVM network, but Ripio only credits each asset on some of them.ripio_verify_deposit_address compares it character by character with your real addresses and flags near misses.For large amounts, send a small test deposit first. These are Ripio app (Wallet) addresses; Ripio Trade uses different ones.
The steps use the labels of Ripio's English interface. If yours is in Spanish, switch it in Profile → Preferences → Language, or follow README.es.md.
Ripio's "Read-only" preset still lets an API key register bank accounts in your own name. This server never calls that endpoint.
Claude Desktop (easiest). Download ripio-community-mcp.mcpb from the latest release. In Claude Desktop, go to Settings → Extensions → Advanced settings → Install Extension…, pick the file, and paste your API key and secret when asked. Claude Desktop keeps them in your system keychain. Then ask in a regular chat, for example "How much do I have on Ripio and in what?"
Claude Code
claude mcp add --env RIPIO_API_KEY=your-key --env RIPIO_API_SECRET=your-secret --transport stdio ripio -- npx -y ripio-community-mcp
Cursor (~/.cursor/mcp.json)
{
"mcpServers": {
"ripio": {
"command": "npx",
"args": ["-y", "ripio-community-mcp"],
"env": { "RIPIO_API_KEY": "your-key", "RIPIO_API_SECRET": "your-secret" }
}
}
}
VS Code (.vscode/mcp.json, or MCP: Open User Configuration for all workspaces). VS Code asks for the key and secret once and stores them securely:
{
"inputs": [
{ "type": "promptString", "id": "ripio-key", "description": "Ripio API key", "password": true },
{ "type": "promptString", "id": "ripio-secret", "description": "Ripio secret key", "password": true }
],
"servers": {
"ripio": {
"type": "stdio",
"command": "npx",
"args": ["-y", "ripio-community-mcp"],
"env": { "RIPIO_API_KEY": "${input:ripio-key}", "RIPIO_API_SECRET": "${input:ripio-secret}" }
}
}
}
Zed (settings.json)
{
"context_servers": {
"ripio": {
"command": "npx",
"args": ["-y", "ripio-community-mcp"],
"env": { "RIPIO_API_KEY": "your-key", "RIPIO_API_SECRET": "your-secret" }
}
}
}
Any other MCP client (Cline, Continue…): add a stdio server with command npx, arguments -y ripio-community-mcp, and the environment variables below. See your client's MCP documentation for where that goes. It is also listed in the official MCP Registry as io.github.ruizemanuel/ripio-community-mcp, so clients that install from the registry can find it there.
Windows: if the server doesn't start (for example, "Connection closed"), launch
npxthroughcmd. In Claude Code, end the command with-- cmd /c npx -y ripio-community-mcp; in JSON configs, use"command": "cmd"and"args": ["/c", "npx", "-y", "ripio-community-mcp"].
| Variable | Required | Description |
|---|---|---|
RIPIO_API_KEY | yes | Your Ripio API key |
RIPIO_API_SECRET | yes | Your Ripio secret key |
RIPIO_TRADE_RPS | no | Ripio Trade requests per second. Default 1; up to 3.5 if your account has verified documents |
https://api.ripio.com. No telemetry.Found a vulnerability? See SECURITY.md.
from/to filter the page Ripio returns; follow next_cursor for older items. Once a page reaches back past from, no next_cursor is offered.npm ci
npm test
npm run build
To run the live suite against your own account, create .env.live (git-ignored) with RIPIO_API_KEY and RIPIO_API_SECRET for a read-only key, then run npm run test:live.
Contributions are welcome. Keep the server read-only and add tests with every change.
MIT licensed. This project is not affiliated with, endorsed by or supported by Ripio; trademarks belong to their owners. Everything it shows is informational and not financial advice. You are responsible for your API keys.
FAQs
Unofficial, community-built, read-only MCP server for Ripio. Not affiliated with Ripio.
We found that ripio-community-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.