MCP · Model Context Protocol
Celina MCP
Register the Celina SDK tool catalog as MCP tools for Cursor, Claude Desktop, and other LLM clients.
@andrewkimjoseph/celina-mcp is the MCP server that registers the shared Celina SDK tool catalog for LLM clients. Your agent calls typed tools for balances, swaps, DeFi protocols, and governance — not raw RPC.
Pick a deployment mode: local stdio for the full catalog with execute/write when you set CELO_PRIVATE_KEY, or remote hosted for instant reads without installing Node.
| Local stdio | Remote hosted | |
|---|---|---|
| Tools | 55 full catalog | 34 reads |
| Install | Node.js ≥ 20, npx | None — URL only |
| Private keys | Your machine (optional) | Never — no server keys |
| Writes | send_token, execute_*, Aave, UBI | Not available |
| Self Agent ID | Full lifecycle | Verify/lookup only |