API Tools
swaptitan.net
Provides APIs for real-time cryptocurrency prices, asset listings, and swap quotes, including Solana DEX swaps via Jupiter.
ENDPOINT 1
https://swaptitan.net/mcp
MCP server metadata
- Name
- SwapTitan MCP
- Version
- 1.0.0
Known tools 21
sol_swap_quoteSolana DEX quote via RiftBeam aggregator — automatically picks best price across Raydium CLMM, Orca Whirlpool and Jupiter.
Inferred read-onlysol_swapBuild a NON-CUSTODIAL Solana DEX swap via RiftBeam aggregator (Orca + Raydium CLMM native IX, Jupiter fallback, 0.
Inferred read-onlysmart_routeUniversal 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.
Potential side effectssol_priority_feeLive Solana priority-fee oracle: current microLamports/CU percentiles and recommended low/medium/high/turbo tiers.
Inferred read-onlyhl_marketsHyperliquid perpetuals: list all 231 markets with live prices, max leverage and size decimals.
Inferred read-onlyhl_build_orderBuild a ready Hyperliquid perpetual order action with SwapTitan builder code injected (minimal 0.
Inferred read-onlyhl_approveGet the one-time approveBuilderFee action to sign with your MAIN wallet, authorizing SwapTitan as Hyperliquid builder at a minimal 0.
Inferred read-onlyevm_swapBuild 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.
Inferred read-onlycheck_portfolioLook up the native-coin balance of any wallet address on Solana, Ethereum, Base or BNB Smart Chain.
Inferred read-onlyai_chatChat with SwapTitan AI agent for complex crypto tasks, multi-step swaps, and natural language queries.
Inferred read-onlyriftbeam_statsGet live RiftBeam Solana aggregator stats: win rate vs Jupiter (last 24h), pools indexed, pump.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for swaptitan.net was fetched 2026-08-03T17:58:59.354Z and is being refreshed.
swaptitan.net is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.