SwapTitan MCP Server

June 19, 2026 · View on GitHub

No-KYC crypto swaps via Model Context Protocol — let AI agents execute swaps, bridges, and privacy-routed transactions. No account, no KYC, pay-per-call via x402 USDC.

MCP x402 Privacy

Endpoint

https://swaptitan.net/mcp

Why SwapTitan MCP?

  1. No-KYC Privacy Swaps (H2H) — Send BTC, receive SOL — only Monero appears on-chain in the middle. No tracking, no account.
  2. 3 Aggregated Providers — ChangeNOW (1288+ assets), SimpleSwap (400+), Heleket (XMR-optimised)
  3. AI Native — Built for Claude, GPT, and autonomous agents via MCP protocol
  4. x402 Micropayments — Pay $0.02 per call in USDC on Base, no signup
  5. License Unlimited — €49.99/mo Agent Tier for unlimited MCP calls

Tools

ToolDescriptionFree Tier
get_pricesLive BTC/ETH/SOL/XMR/+13 prices30/day
get_assetsList 1288+ swappable assets30/day
swap_quoteAggregated quote (3 providers)5/day
swap_createExecute non-custodial swap3/day
swap_statusPoll order lifecycleunlimited
ai_chatLlama 3.3 70B crypto assistant2/day
check_portfolioSOL/ETH/BASE/BSC balancesunlimited
rug_checkToken scam analysisunlimited
create_walletGenerate non-custodial walletunlimited
set_price_alertTelegram price alertunlimited

Quick Start

Claude Desktop

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

curl Example

# Get live prices (free)
curl -X POST https://swaptitan.net/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"get_prices","arguments":{}},"id":1}'

# Privacy swap: BTC → XMR → SOL (no-KYC)
curl -X POST https://swaptitan.net/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"swap_create","arguments":{"from":"btc","to":"sol","amount":0.01,"address":"YOUR_SOL_ADDR"}},"id":2}'

Payment

ModeCostHow
Free$0First 2 MCP calls/day per IP
x402$0.02/callX-Payment: <txHash> header — USDC on Base
License€49.99/moX-License-Key: <key> — unlimited

x402 payments verified on-chain via Base mainnet. Pay to:

0xA20E1D8B9aD0fb580a4c36483b1A841D2bE91E68

H2H Privacy Swap

The House-to-House (H2H) flow routes any-to-any pair through Monero for blockchain-level privacy:

BTC → [bridge] → XMR → [bridge] → SOL
       (visible)        (visible)

       Source/dest unlinkable

Use cases: Bitcoin earnings → Solana memes, ETH → BSC, USDT-on-TRON → SOL — all without an exchange account.

Protocol

License

MIT