Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.swaptitan-mcp]
url = "https://swaptitan.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swaptitan-mcp": {
"type": "http",
"url": "https://swaptitan.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swaptitan-mcp
Remote MCP URL: https://swaptitan.net/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": {
"swaptitan-mcp": {
"url": "https://swaptitan.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swaptitan-mcp": {
"type": "http",
"url": "https://swaptitan.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swaptitan-mcp",
"transport": "streamable-http",
"url": "https://swaptitan.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_prices— Get real-time USD prices for BTC, SOL, ETH and XMRget_assets— List all 1288+ supported swap assets with ticker, network and nameswap_quote— Get estimated output and minimum deposit for a crypto swap pairsol_swap— Build a NON-CUSTODIAL Solana DEX swap via Jupiter: returns an UNSIGNED base64 transaction — sign with YOUR OWN wallet and send to any Solana RPC.smart_route— Universal crypto router: compares ALL available rails (cross-chain exchange bridge, direct H2H liquidity, Solana DEX) in one call and returns the best route with ready-to-execute parameters.sol_priority_fee— Live Solana priority-fee oracle: current microLamports/CU percentiles and recommended low/medium/high/turbo tiers.hl_markets— Hyperliquid perpetuals: list all 231 markets with live prices, max leverage and size decimals.hl_build_order— Build a ready Hyperliquid perpetual order action with SwapTitan builder code injected (minimal 0.