← swaptitan.net

INDIVIDUAL MCP TOOL

swap_create

Create a non-custodial cross-chain swap order.

swaptitan.netnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

swaptitan.net

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