What can you ask?
Common prompts for AI agents connected to this cross-network DeFi MCP server.
Supported Networks
"What networks does SODAX support for cross-chain swaps?"
Solver Volume
"Show me cross-network solver volume for today"
Cross-Network Swaps
"Get available swap tokens across chains on Base"
Intent History
"Look up this intent transaction hash"
Money Market Rates
"What are the lending rates on SODAX money market?"
Cross-Chain SDK Docs
"How do I integrate cross-chain swaps with the SODAX SDK?"
Available Tools
32 tools: cross-network API data, AMM analytics, money market insights, and SDK documentation — all in one connection.
Network Configuration
Chains, swap tokens, hub assets, relay mappings, and full protocol config
8 tools
SODAX API
Network Configuration
Chains, swap tokens, hub assets, relay mappings, and full protocol config
sodax_get_supported_chainsList 17+ supported networkssodax_get_swap_tokensCross-network swap tokens by chainsodax_get_all_configFull config (chains + tokens) in one callsodax_get_all_chains_configsDetailed spoke chain configssodax_get_relay_chain_id_mapChain ID to relay ID mappingsodax_get_hub_assetsHub (Sonic) assets for spoke tokenssodax_get_money_market_tokensMoney market supported tokenssodax_get_money_market_reserve_assetsMoney market reserve assets
Intents & Solver
Intent transactions, solver volume, orderbook, and fill history
6 tools
SODAX API
Intents & Solver
Intent transactions, solver volume, orderbook, and fill history
sodax_get_transactionIntent lookup by transaction hashsodax_get_intentIntent lookup by intent hashsodax_get_user_transactionsWallet intent historysodax_get_volumeSolver volume (filled intents)sodax_get_orderbookCross-chain orderbooksodax_get_solver_intentSolver-side intent details & fill history
AMM & Liquidity
LP positions and OHLCV candlestick data for AMM pools
2 tools
SODAX API
AMM & Liquidity
LP positions and OHLCV candlestick data for AMM pools
sodax_get_amm_positionsAMM LP NFT positions by ownersodax_get_amm_pool_candlesOHLCV candle data for any pool
Money Market
Lending/borrowing assets, user positions, borrower and supplier analytics
6 tools
SODAX API
Money Market
Lending/borrowing assets, user positions, borrower and supplier analytics
sodax_get_money_market_assetsAll lending/borrowing assetssodax_get_money_market_assetSingle asset by reserve addresssodax_get_user_positionUser's lending/borrowing positionsodax_get_asset_borrowersBorrowers for a specific assetsodax_get_asset_suppliersSuppliers for a specific assetsodax_get_all_borrowersAll borrowers across assets
Partners & Token
Integration partners, partner summaries, and SODA token supply data
6 tools
SODAX API
Partners & Token
Integration partners, partner summaries, and SODA token supply data
sodax_get_partnersIntegration partners listsodax_get_partner_summaryPartner volume & activity summarysodax_get_token_supplyFull SODA token supply infosodax_get_total_supplyTotal supply (plain number)sodax_get_circulating_supplyCirculating supply (plain number)sodax_refresh_cacheClear cached data
Cross-Chain SDK Documentation
Auto-synced from docs.sodax.com — integration guides, code examples
4 tools
GitBook
Cross-Chain SDK Documentation
Auto-synced from docs.sodax.com — integration guides, code examples
docs_searchDocumentationSearch SDK docs, examples, guidesdocs_list_toolsList available doc toolsdocs_healthCheck docs connectiondocs_refreshRefresh tools listData Sources
SODAX API
Live data from api.sodax.com
LiveAggregator
Token data from aggregator
LiveGitBook
SDK docs from docs.sodax.com
Auto-syncSmart Cache
2-min API, 10-min docs
OptimizedWorks with these agents & more
Get started. One connection.
Connect your AI coding assistant to live cross-network DeFi data and cross-chain SDK documentation with one simple configuration.
{
"mcpServers": {
"sodax-builders": {
"url": "https://builders.sodax.com/mcp"
}
}
}
SDK docs from docs.sodax.com are included automatically via GitBook proxy
Using a client that doesn't support streamable HTTP (e.g. Gemini CLI)? Use the SSE endpoint instead: https://builders.sodax.com/sse
Frequently Asked Questions
Common questions about the SODAX MCP server and cross-chain developer tools.
What is the SODAX MCP server?
What is the SODAX MCP server?
The SODAX Builders MCP server gives AI coding assistants live access to cross-network DeFi API data across 17+ blockchain networks. Query swap tokens, money market rates, solver volume, intent history, and auto-updating SDK documentation directly from tools like Claude, Cursor, VS Code, and ChatGPT.
What is a cross-chain swap and how does SODAX handle it?
What is a cross-chain swap and how does SODAX handle it?
A cross-chain swap lets you exchange tokens between different blockchain networks without traditional bridging. SODAX uses an intent-based execution model with a decentralized solver network to fill swaps across 17+ networks with unified cross-chain liquidity. The MCP server lets you query available swap tokens, look up intent transactions, and check solver volume programmatically.
Which networks does the cross-chain SDK support?
Which networks does the cross-chain SDK support?
SODAX supports 17+ blockchain networks for cross-network swaps and DeFi operations. Use the sodax_get_supported_chains tool to get the live list, or search the auto-syncing SDK documentation for integration guides per network.
How do I connect this MCP server to my AI coding assistant?
How do I connect this MCP server to my AI coding assistant?
Add the SODAX MCP server URL (https://builders.sodax.com/mcp) to your AI coding assistant's MCP configuration. It works with Claude, Cursor, VS Code, Windsurf, ChatGPT, and other MCP-compatible agents. One connection gives you access to all cross-network API tools and SDK documentation. If your client doesn't support streamable HTTP (e.g. Gemini CLI), use the legacy SSE endpoint instead: https://builders.sodax.com/sse
What cross-chain developer tools does this MCP server provide?
What cross-chain developer tools does this MCP server provide?
The server provides cross-network API tools for querying swap tokens, solver volume, orderbook data, money market lending and borrowing rates, intent transaction history, and SODA token supply. It also includes auto-syncing cross-chain SDK documentation with integration guides, code examples, and API reference — everything you need to build cross-network DeFi integrations.