Server data from the Official MCP Registry
Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks.
Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks.
Remote endpoints: streamable-http: https://builders.sodax.com/mcp
Valid MCP server (2 strong, 2 medium validity signals). 1 known CVE in dependencies (0 critical, 1 high severity) Imported from the Official MCP Registry.
32 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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.
Add the MCP server URL to your AI coding assistant's configuration:
{
"mcpServers": {
"sodax-builders": {
"url": "https://builders.sodax.com/mcp"
}
}
}
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.
For clients that don't support streamable HTTP (e.g. Gemini CLI), use the SSE endpoint instead:
{
"mcpServers": {
"sodax-builders": {
"url": "https://builders.sodax.com/sse"
}
}
}
| Tool | Description |
|---|---|
sodax_get_supported_chains | List all blockchain networks supported by SODAX for cross-chain swaps |
sodax_get_swap_tokens | Get available tokens for cross-network swapping, optionally filtered by chain |
sodax_get_all_config | Get full SODAX configuration (chains + tokens) in one call |
sodax_get_all_chains_configs | Detailed spoke chain configs with contract addresses and RPCs |
sodax_get_relay_chain_id_map | Chain ID to intent relay chain ID mapping |
sodax_get_hub_assets | Hub (Sonic) assets representing spoke tokens |
sodax_get_money_market_tokens | Money market supported tokens by chain |
sodax_get_money_market_reserve_assets | Money market reserve assets |
| Tool | Description |
|---|---|
sodax_get_transaction | Look up an intent transaction by hash — status, amounts, and details |
sodax_get_intent | Look up a specific intent by its intent hash |
sodax_get_user_transactions | Get intent/transaction history for a specific wallet address |
sodax_get_volume | Get solver volume data (filled intents) with filtering and pagination |
sodax_get_orderbook | Get current cross-chain orderbook entries from solver |
sodax_get_solver_intent | Get solver-side intent details and fill history |
| Tool | Description |
|---|---|
sodax_get_amm_positions | Get AMM liquidity provider NFT positions by owner |
sodax_get_amm_pool_candles | Get OHLCV candlestick chart data for an AMM pool |
| Tool | Description |
|---|---|
sodax_get_money_market_assets | List all lending/borrowing assets and rates |
sodax_get_money_market_asset | Get detailed info for a specific asset by reserve address |
sodax_get_user_position | Get a user's money market position (supply, borrow, health) |
sodax_get_asset_borrowers | Get borrowers for a specific money market asset |
sodax_get_asset_suppliers | Get suppliers (lenders) for a specific money market asset |
sodax_get_all_borrowers | Get all borrowers across all money market assets |
| Tool | Description |
|---|---|
sodax_get_partners | List SODAX integration partners across networks |
sodax_get_partner_summary | Get volume and activity summary for a specific partner |
sodax_get_token_supply | Get SODA token supply info (total, circulating, burned) |
sodax_get_total_supply | Get SODA total supply as a plain number |
sodax_get_circulating_supply | Get SODA circulating supply as a plain number |
sodax_refresh_cache | Clear cached data to get fresh results |
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 |
|---|---|
docs_searchDocumentation | Search cross-chain SDK docs, integration guides, and code examples |
docs_list_tools | List all available documentation tools |
docs_health | Check GitBook MCP connection status |
docs_refresh | Refresh the tools list from GitBook |
Once connected, try asking your AI coding assistant:
| 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 |
# Install dependencies
pnpm install
# Run in development mode
pnpm dev
# Build for production
pnpm build
# Start production server
pnpm start
| Variable | Default | Description |
|---|---|---|
PORT | 3000 | Server port |
TRANSPORT | http | Transport mode (http or stdio) |
NODE_ENV | - | Set to production for deployment |
The server runs in two Coolify environments on the tech-team infrastructure (clf.sodax.com):
| Environment | URL | Tracks branch |
|---|---|---|
| Production | https://builders.sodax.com | master |
| Staging | https://test-builders-mcp.coolify.iconblockchain.xyz | development |
Promotion flow:
development → auto-deploys to staging on merge.development → PR into master → auto-deploys to production on merge.Hotfixes can branch off master and PR directly into master, then be merged back into development.
docker build -t builders-sodax-mcp-server .
docker run -p 3000:3000 builders-sodax-mcp-server
docker-compose up -d
The included nixpacks.toml handles deployment automatically. Set these environment variables:
PORT=3000NODE_ENV=production| Endpoint | Description |
|---|---|
GET / | Landing page |
GET /api | Server info and tool list |
GET /health | Health check |
POST /mcp | MCP endpoint (streamable HTTP) |
GET /sse | SSE endpoint (legacy transport) |
POST /messages | SSE message endpoint |
https://marketing.sodax.com/mcpMIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.