# SODAX Builders MCP MCP server

Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-gosodax-builders-mcp
- Repository: https://github.com/gosodax/builders-sodax-mcp-server

## Install
- Endpoint: https://builders.sodax.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://builders.sodax.com/mcp

## Tools
- sodax_get_supported_chains - List all blockchain networks supported by SODAX for cross-chain swaps and DeFi operations Endpoint: https://builders.sodax.com/mcp
- sodax_get_swap_tokens - Get available tokens for swapping on SODAX, optionally filtered by chain Endpoint: https://builders.sodax.com/mcp
- sodax_get_transaction - Look up a specific transaction by its hash to see status, amounts, and details Endpoint: https://builders.sodax.com/mcp
- sodax_get_user_transactions - Get intent/transaction history for a specific wallet address Endpoint: https://builders.sodax.com/mcp
- sodax_get_volume - Get solver volume data showing filled intents with filtering and pagination. Requires inputToken and outputToken. Optional filters: chain, solver, block range OR time range (don't mix both). Endpoint: https://builders.sodax.com/mcp
- sodax_get_orderbook - Get current orderbook entries showing pending/open intents Endpoint: https://builders.sodax.com/mcp
- sodax_get_money_market_assets - List all assets available for lending and borrowing in the SODAX money market Endpoint: https://builders.sodax.com/mcp
- sodax_get_user_position - Get a user's lending and borrowing position in the money market Endpoint: https://builders.sodax.com/mcp
- sodax_get_partners - List all SODAX integration partners including wallets, DEXs, and other protocols Endpoint: https://builders.sodax.com/mcp
- sodax_get_token_supply - Get SODA token supply information including total, circulating, and burned amounts Endpoint: https://builders.sodax.com/mcp
- sodax_get_all_config - Get full SODAX configuration including all supported chains, swap tokens, and protocol settings in one call Endpoint: https://builders.sodax.com/mcp
- sodax_get_relay_chain_id_map - Get mapping between chain IDs and intent relay chain IDs used by the SODAX relay network Endpoint: https://builders.sodax.com/mcp
- sodax_get_all_chains_configs - Get detailed configuration for all spoke chains including contract addresses, RPCs, and token configs Endpoint: https://builders.sodax.com/mcp
- sodax_get_hub_assets - Get assets representing spoke tokens on the hub (Sonic) chain, optionally filtered by source chain Endpoint: https://builders.sodax.com/mcp
- sodax_get_money_market_tokens - Get tokens supported for money market lending/borrowing, optionally filtered by chain Endpoint: https://builders.sodax.com/mcp
- sodax_get_money_market_reserve_assets - Get money market reserve assets used as collateral backing Endpoint: https://builders.sodax.com/mcp
- sodax_get_amm_positions - Get AMM liquidity provider NFT positions, optionally filtered by owner address Endpoint: https://builders.sodax.com/mcp
- sodax_get_amm_pool_candles - Get OHLCV candlestick chart data for an AMM pool Endpoint: https://builders.sodax.com/mcp
- sodax_get_intent - Look up a specific intent by its intent hash (different from transaction hash) Endpoint: https://builders.sodax.com/mcp
- sodax_get_solver_intent - Get solver-side details for an intent including fill history. Use includeAll to see all solver documents. Endpoint: https://builders.sodax.com/mcp
- sodax_get_money_market_asset - Get detailed information for a specific money market asset by its reserve address Endpoint: https://builders.sodax.com/mcp
- sodax_get_asset_borrowers - Get borrowers for a specific money market asset by its reserve address Endpoint: https://builders.sodax.com/mcp
- sodax_get_asset_suppliers - Get suppliers (lenders) for a specific money market asset by its reserve address Endpoint: https://builders.sodax.com/mcp
- sodax_get_all_borrowers - Get all borrowers across all money market assets with pagination Endpoint: https://builders.sodax.com/mcp
- sodax_get_partner_summary - Get volume and activity summary for a specific integration partner by their receiver address Endpoint: https://builders.sodax.com/mcp
- sodax_get_total_supply - Get SODA token total supply as a plain number Endpoint: https://builders.sodax.com/mcp
- sodax_get_circulating_supply - Get SODA token circulating supply as a plain number Endpoint: https://builders.sodax.com/mcp
- sodax_refresh_cache - Clear the cached API data to force fresh fetches on next requests Endpoint: https://builders.sodax.com/mcp
- docs_health - Check SDK documentation availability. Call this first if docs tools seem unavailable. Endpoint: https://builders.sodax.com/mcp
- docs_refresh - Reconnect to SDK documentation and refresh available tools. Use if docs seem stale or unavailable. Endpoint: https://builders.sodax.com/mcp
- docs_list_tools - List all SDK documentation tools with parameters. Essential for discovering what's available. Endpoint: https://builders.sodax.com/mcp
- docs_searchDocumentation - [SDK Docs] Search across the documentation to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Docs, find specific documentation, understand how features work, or locate implementation details. The search returns contextual content with titles and direct links to the documentation pages. Endpoint: https://builders.sodax.com/mcp
- docs_getPage - [SDK Docs] Fetch the full markdown content of a specific documentation page from Docs. Use this when you have a page URL and want to read its content. Accepts full URLs (e.g. https://docs.sodax.com//getting-started). Since `searchDocumentation` returns partial content, use `getPage` to retrieve the complete page when you need more details. The content includes links you can follow to navigate to related pages. Endpoint: https://builders.sodax.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.gosodax
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 23, 2026
- Source: https://registry.modelcontextprotocol.io
