← swaptitan.net

INDIVIDUAL MCP TOOL

pump_token_quote

Get a native RiftBeam quote for any pump.fun AMM (pAMMBay6) token.

swaptitan.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://swaptitan.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for pump_token_quote and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

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 RiftBeam aggregator — automatically picks best price across Raydium CLMM, Orca Whirlpool and Jupiter.
  • sol_swap — Build a NON-CUSTODIAL Solana DEX swap via RiftBeam aggregator (Orca + Raydium CLMM native IX, Jupiter fallback, 0.10% 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.
  • 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.