MCP · Model Context Protocol

Celina MCP

Register the Celina SDK tool catalog as MCP tools for Cursor, Claude Desktop, and other LLM clients.

Remote hostedRead-only

Skip the install — point at the hosted endpoint

No Node, no npx, no keys. The hosted endpoint exposes 34 tools: chain reads, oracle/AMM quotes (Mento FX, Uniswap v4, GoodDollar reserve), GoodDollar entitlement, and Self verify/lookup.

Endpoint

https://mcp.usecelina.xyz/api/mcp

Alias: https://mcp.usecelina.xyz/mcp rewrites to /api/mcp

Streamable HTTP clients

For clients that support remote MCP URLs directly (Cursor, Claude, etc.):

{
  "mcpServers": {
    "celina-mcp": {
      "url": "https://mcp.usecelina.xyz/api/mcp"
    }
  }
}

Stdio-only clients (mcp-remote bridge)

If your client only supports stdio, use mcp-remote to bridge to the hosted endpoint:

{
  "mcpServers": {
    "celina-mcp": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.usecelina.xyz/api/mcp"]
    }
  }
}

Works remotely

  • Chain reads and balances
  • Gas estimates (with explicit addresses)
  • GoodDollar reserve quote / estimate
  • Self verify / lookup (read-only)

Requires local stdio

  • send_token
  • Mento FX, Uniswap v4, Aave execute
  • GoodDollar UBI claim, reserve execute
  • Self Agent ID registration lifecycle
  • Wallet-scoped estimates without a key

Never send private keys to the hosted endpoint. Server-key writes are disabled server-side. Self registration sessions are unreliable on stateless serverless — use local stdio for Self Agent ID lifecycle flows.