SODAX Builders MCP is a cross-chain DeFi API server that gives AI coding assistants live blockchain data and auto-updating SDK documentation across 17+ networks.
Cross-Network Swap & Chain Data:
List all supported blockchain networks for cross-chain swaps (
sodax_get_supported_chains)Retrieve available swap tokens, optionally filtered by chain (
sodax_get_swap_tokens)Look up a specific intent transaction by hash to check its status and details (
sodax_get_transaction)Fetch intent/transaction history for any wallet address (
sodax_get_user_transactions)Query solver volume data (filled intents) with filtering by chain, solver, block range, or time range (
sodax_get_volume)View the current cross-chain orderbook of pending/open intents (
sodax_get_orderbook)
DeFi & Token Data:
List all money market lending/borrowing assets and their rates (
sodax_get_money_market_assets)Get a specific user's money market position including supply, borrow, and health factor (
sodax_get_user_position)List all SODAX integration partners (wallets, DEXs, protocols) (
sodax_get_partners)Get SODA token supply info including circulating, total, and burned amounts (
sodax_get_token_supply)Refresh the server's API data cache to force fresh results (
sodax_refresh_cache)
Cross-Chain SDK Documentation (auto-synced from docs.sodax.com):
Search SDK documentation, integration guides, and code examples (
docs_searchDocumentation)List all available documentation tools (
docs_list_tools)Check the GitBook MCP documentation connection health (
docs_health)Refresh the documentation tools list from GitBook (
docs_refresh)
Provides automated access to searchable cross-chain SDK documentation, integration guides, and code examples directly from GitBook to assist with developer workflows.
SODAX Builders MCP Server
SODAX MCP server for AI coding assistants. Access live cross-network (cross-chain) API data: swap tokens across 17+ networks, query money market rates, look up solver volume, and search intent history. Includes full cross-chain SDK documentation that auto-syncs from SODAX developer docs. Build cross-network DeFi integrations with real-time protocol data directly in your development workflow.
One-liner: SODAX MCP server: live cross-network DeFi API data and auto-updating SDK docs for 17+ networks. Query swaps, lending, solver volume, and intent history from your AI coding assistant.
Quick Start
Add the MCP server URL to your AI coding assistant's configuration:
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.
Tools
Cross-Network API Data (6 tools)
Tool | Description |
| List all blockchain networks supported by SODAX for cross-chain swaps |
| Get available tokens for cross-network swapping, optionally filtered by chain |
| Look up an intent transaction by hash — status, amounts, and details |
| Get intent/transaction history for a specific wallet address |
| Get solver volume data (filled intents) with filtering and pagination |
| Get current cross-chain orderbook entries from solver |
DeFi & Token Data (5 tools)
Tool | Description |
| List lending/borrowing assets and rates in the money market |
| Get a user's money market position (supply, borrow, health) |
| List SODAX integration partners across networks |
| Get SODA token supply info (circulating, total, max) |
| Clear cached data to get fresh results |
Cross-Chain SDK Documentation (dynamic)
Tools prefixed with docs_ are automatically proxied from the GitBook MCP at docs.sodax.com. They update automatically when documentation changes — no manual sync needed.
Tool | Description |
| Search cross-chain SDK docs, integration guides, and code examples |
| List all available documentation tools |
| Check GitBook MCP connection status |
| Refresh the tools list from GitBook |
Example Prompts
Once connected, try asking your AI coding assistant:
Cross-Network Swaps & Tokens
"What networks does SODAX support for cross-chain swaps?"
"Get available swap tokens across chains on Base"
"How do I integrate cross-chain swaps with the SODAX SDK?"
Solver Volume & Intent History
"Show me cross-network solver volume for today"
"Look up this intent transaction: 0x..."
"Get intent history for this wallet address"
Money Market & Lending
"What are the lending rates on SODAX money market?"
"Show me borrowing APY rates across assets"
"Get my money market position"
SDK Documentation
"How do I integrate with the SODAX cross-chain SDK?"
"Show me code examples for cross-network token swaps"
"What SDK methods are available for intent-based execution?"
Data Sources
Source | Type | Cache |
SODAX API (api.sodax.com) | Live cross-network data | 2 min |
Aggregator | Cross-chain swap token data | 2 min |
GitBook (docs.sodax.com) | SDK documentation | Auto-sync |
Local Development
Environment Variables
Variable | Default | Description |
|
| Server port |
|
| Transport mode ( |
| - | Set to |
Deployment
Docker
Docker Compose
Railway/Coolify
The included nixpacks.toml handles deployment automatically. Set these environment variables:
PORT=3000NODE_ENV=production
API Endpoints
Endpoint | Description |
| Landing page |
| Server info and tool list |
| Health check |
| MCP endpoint (streamable HTTP) |
Related
SODAX — sodax.com
SDK Documentation — docs.sodax.com (proxied automatically)
Marketing MCP Server — For marketing teams:
https://brand.sodax.com/mcp
License
MIT