Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

net.swaptitan/swaptitan

net.swaptitan/swaptitan

Non-custodial cross-chain crypto swap MCP — 1288+ assets, no KYC. Solana/EVM/Monero, RPC, oracle.

Uptime
100.0%
1 direct probes · 30d
Response
249ms
last probe
Tools
21
callable
Resources
0
readable
Prompts
0
available

Tools · 21

get_prices

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 RiftBeam aggregator — automatically picks best price across Raydium CLMM, Orca Whirlpool and Jupiter. Returns source field. 10bps fee. Free.

sol_swap

Build a NON-CUSTODIAL Solana DEX swap via RiftBeam aggregator (Orca + Raydium CLMM native IX, Jupiter fallback, 0.10% fee). Returns UNSIGNED base64 VersionedTransaction — sign with your wallet and sen…

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 h…

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…

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 …

swap_create

Create a non-custodial cross-chain swap order. 3 providers: changenow (1288+ assets, returns payinAddress), simpleswap (400+ assets, returns payinAddress), heleket (XMR-optimised 5-6 conf, returns red…

swap_status

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…

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.

pump_token_quote

Get a native RiftBeam quote for any pump.fun AMM (pAMMBay6) token. Picks best price across 4000+ indexed pump pools (native pAMMBay6 IX or Jupiter fallback). Returns outAmount, source, priceImpact. SO…

get_new_tokens

Get recently detected pump.fun tokens indexed by RiftBeam via Helius webhook. Returns up to 200 mint addresses (newest first) that have been traded on pAMMBay6 (graduated pools). Use mint addresses as…

riftbeam_stats

Get live RiftBeam Solana aggregator stats: win rate vs Jupiter (last 24h), pools indexed, pump.fun mints, coverage %, lag slots, sampler performance. Use to assess routing quality before swapping.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "net.swaptitan/swaptitan": {
      "url": "https://swaptitan.net/mcp",
      "transport": "streamable-http"
    }
  }
}