API Tools
routheus.xyz
Provides Routheus DEX API endpoints for product catalog, chain list, and price quotes.
ENDPOINT 1
https://routheus.xyz/mcp
MCP server metadata
- Name
- routheus
- Version
- 1.0.0
Free discovery tools for the Routheus multichain DEX router API. There is a FREE tier: single-input swap quotes and quote+calldata are free (rate-limited per IP, no payment or API key) — just call the endpoint with no X-PAYMENT header. Use routheus_catalog to see what's free and the prices for paid products (simulated quotes, arbitrage quoting, batches, token data), routheus_price_offer to price a specific call, then call the returned HTTP URL — free-tier for basic quotes, or with an x402 client to pay for full data. For higher limits or a custom plan, the catalog includes a contact email.
Known tools 3
routheus_catalogGet the live Routheus product catalog: DEX endpoints, the FREE tier (single-input swap quotes and quote+calldata are free, rate-limited per IP — no payment or key), per-call USDC prices for paid products, supported EVM chains, x402 payment details, and a contact email for custom/higher-limit plans.
Potential side effectsroutheus_chainsList the DEX chains Routheus can quote on, with accepted path aliases (canonical slug, chain name, or EIP-155 id — e.g.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.routheus]
url = "https://routheus.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"routheus": {
"type": "http",
"url": "https://routheus.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: routheus
Remote MCP URL: https://routheus.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"routheus": {
"url": "https://routheus.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"routheus": {
"type": "http",
"url": "https://routheus.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "routheus",
"transport": "streamable-http",
"url": "https://routheus.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for routheus.xyz was fetched 2026-08-23T12:38:33.759Z.
routheus.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.