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/mcpApp setup
Claude Code
claude mcp add horserouter --transport http https://mcp.horserouter.com/mcpRestart 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/mcpVS 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
| Tool | Description |
|---|---|
| List supported assets | Enumerate the chains and tokens HorseRouter can bridge, with live USD prices and asset keys. |
| Quote a cross-chain swap | Return 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 address | Commit 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 swap | Report the current status of an in-flight swap from its deposit address, with explorer links for origin and destination transactions. |