Hosted OneBalance MCP Server We’re excited to announce our hosted Model Context Protocol (MCP) server, making it easier than ever to integrate OneBalance with your favorite AI tools like Claude and Cursor.

What’s New

  • Zero-setup integration: Connect to OneBalance with just a URL - no installations or configurations required
  • Hosted MCP server: Available at https://docs.onebalance.io/mcp for instant access
  • Universal compatibility: Works with Claude, Cursor, and any MCP-compatible AI tool
  • Full feature access: Complete OneBalance API and documentation search capabilities
  • Simplified authentication: AI tools handle API key prompts automatically when needed

Getting Started

Claude Setup

  1. Go to Connectors in Claude settings
  2. Select Add custom connector
  3. Enter name: “OneBalance MCP” and URL: https://docs.onebalance.io/mcp
  4. Start using OneBalance functions in your chats

Cursor Setup

  1. Open MCP settings with Cmd+Shift+P → “Open MCP settings”
  2. Add to your mcp.json:
    {
      "mcpServers": {
        "onebalance-mcp": {
          "url": "https://docs.onebalance.io/mcp"
        }
      }
    }
    
  3. Ask “What tools do you have available?” to confirm connection

Why This Matters

Previously, connecting OneBalance to AI tools required running npx mint-mcp add onebalance-d7e5d4d0 and managing local installations. Now you can connect instantly with just a URL, removing technical barriers and making OneBalance accessible to more developers.
Advanced users can still use the self-hosted option. Check our complete MCP setup guide for both hosted and self-hosted instructions.