Get real-time USD prices for BTC, SOL, ETH and XMR
get_assets
List all 1288+ supported swap assets with ticker, network and name
swap_quote
Get estimated output and minimum deposit for a crypto swap pair
sol_swap_quote
Solana DEX quote via Jupiter aggregator. Any SPL token vs SOL/USDC. Free API.
sol_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. Server never touches funds. 0.3% on-chain routing fee.
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. Use for hard or exotic pairs.
sol_priority_fee
Live Solana priority-fee oracle: current microLamports/CU percentiles and recommended low/medium/high/turbo tiers. Call before sending any Solana transaction.
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.001% fee). Non-custodial: returns the action + nonce to sign with your own wallet (EIP-712) and POST to https://api.hyperliquid.xyz/exchange. Call hl_approve first (once).
hl_approve
Get the one-time approveBuilderFee action to sign with your MAIN wallet, authorizing SwapTitan as Hyperliquid builder at a minimal 0.001% max fee. Revocable anytime.
evm_swap
Build a NON-CUSTODIAL EVM DEX swap via KyberSwap aggregator on eth/base/bsc/arbitrum/polygon/optimism/avax: returns UNSIGNED calldata {to,data,value} — sign with YOUR OWN wallet. Server never touches funds. 0.3% routing fee. ERC20 input needs prior approval.
Check status of a swap order. Poll every 20-30s. Lifecycle: waiting->confirming->exchanging->done. For heleket provider, status is checked via Heleket API.
create_wallet
Generate a new non-custodial crypto wallet. Returns address and private key. Chain: sol (Solana), eth/base/bsc (EVM).
check_portfolio
Look up the native-coin balance of any wallet address on Solana, Ethereum, Base or BNB Smart Chain. Returns the native balance (SOL, ETH or BNB), its current USD value and the queried chain as JSON, e.g. {"chain":"sol","balance":1.2345,"usd":92.51}. Read-only: needs no signature, never moves funds.
rug_check
Check if a token contract is a rug pull / scam. Returns risk score and warning flags.
set_price_alert
Set a Telegram price alert for a crypto asset. Triggers when price goes above or below target.
ai_chat
Chat with SwapTitan AI agent for complex crypto tasks, multi-step swaps, and natural language queries.
Endpoint
https://swaptitan.net/mcp Category: Maps & Weather · Last checked: 2026-07-30T14:02:34Z
Monitor your own MCP server
Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.