Skip to content
Back to search
100
MCP live http

SwapTitan

x402/swaptitan

x402 service listed on awesome-x402: SwapTitan [x402: $0.001/call on eip155:8453, category=data]

Uptime
50.0%
2 probes
Response
224ms
last probe
Tools
18
callable

Tools · 18

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

Check wallet balance on any chain. Returns native balance and USD value.

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.

Similar MCP servers embedding-nearest

Jupiter Solana Swap Quote API live
Solana swap quotes via Jupiter — best route, price impact, priority fees, USD pricing. x402.
1 tools · sse
Hyperliquid Whale Position Tracker API
Top Hyperliquid trader positions — long/short, size, PnL, leverage, sentiment. x402.
1 tools · sse
Solana Pool Liquidity Scanner API live
Solana DEX pool liquidity depth — TVL, slippage, volume, Raydium/Orca/Meteora. x402.
1 tools · sse
Hyperliquid Spot API
Hyperliquid spot tokens, prices, volume, wallet balances. 454 tokens. x402 micropayment.
3 tools · sse
io.github.Hovsteder/powersun-tron-mcp live
TRON Energy marketplace + DEX swap aggregator for AI agents. 27 MCP tools.
27 tools · streamable-http
DeepBlue Trading Intelligence live
Live crypto trading signals from an autonomous Polymarket bot. Free tier + x402 micropayments.
17 tools · streamable-http

How to use

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

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