Horse RouterHORSE·ROUTER
Support
← HorseRouter
MCP Server

Connect your agent to HorseRouter

Give Claude, Cursor, ChatGPT, or any MCP-compatible client direct access to live cross-chain swap quotes, deposits, and settlement tracking — no browser tab required.

Getting started

HorseRouter's MCP server is available at a single remote URL. Point any MCP client at it:

https://mcp.horserouter.com/mcp

App setup

Claude Code

claude mcp add horserouter --transport http https://mcp.horserouter.com/mcp

Restart Claude Code — the server connects automatically.

Claude Desktop

Settings → Connectors → Add custom connector. Paste the URL above and save.

Cursor

Cursor Settings → MCP → Add new MCP Server. Set type to "URL" and paste the URL above.

Windsurf

Follow Windsurf's MCP configuration guide and add a new server using the URL above.

Codex

codex mcp add horserouter --url https://mcp.horserouter.com/mcp

VS Code / Copilot

Add to .vscode/mcp.json:

{
  "servers": {
    "horserouter": {
      "type": "http",
      "url": "https://mcp.horserouter.com/mcp"
    }
  }
}

ChatGPT

Settings → Connectors → Add connector. Paste the URL above, name it "HorseRouter", then enable it from a conversation via More → Add Connectors.

Other MCP clients

Any client that supports remote/HTTP MCP servers can connect using the URL above.

Available tools

ToolDescription
List supported assetsEnumerate the chains and tokens HorseRouter can bridge, with live USD prices and asset keys.
Quote a cross-chain swapReturn indicative public and shielded (private) quotes for swapping one asset into another across chains, including output amount, USD value, minimum received and estimated settlement time.
Create a swap deposit addressCommit to a quoted route and issue live deposit addresses for the public and shielded routes, with the exact input amount, expected output, recipient and expiry.
Track a swapReport the current status of an in-flight swap from its deposit address, with explorer links for origin and destination transactions.