SODAX Builders MCP
io.github.gosodax/builders-mcpCross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks.
Tools · 37
List all blockchain networks supported by SODAX for cross-chain swaps and DeFi operations
Get available tokens for swapping on SODAX, optionally filtered by chain
Look up a specific transaction by its hash to see status, amounts, and details
Get intent/transaction history for a specific wallet address
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).
Get aggregate solver volume stats: the approximate total number of filled-intent records (fill documents, not distinct intents). Cached ~60s upstream.
Get current orderbook entries showing pending/open intents
List all assets available for lending and borrowing in the SODAX money market
Get a user's lending and borrowing position in the money market
List all SODAX integration partners including wallets, DEXs, and other protocols
Get SODA token supply information including total, circulating, and burned amounts
Get full SODAX configuration including all supported chains, swap tokens, and protocol settings in one call
Get mapping between chain IDs and intent relay chain IDs used by the SODAX relay network
Get detailed configuration for all spoke chains including contract addresses, RPCs, and token configs
Get assets representing spoke tokens on the hub (Sonic) chain, optionally filtered by source chain
Get tokens supported for money market lending/borrowing, optionally filtered by chain
Get money market reserve assets used as collateral backing
Get AMM liquidity provider NFT positions, optionally filtered by owner address
Get OHLCV candlestick chart data for an AMM pool
Look up a specific intent by its intent hash (different from transaction hash)
Get solver-side details for an intent including fill history. Use includeAll to see all solver documents.
Get detailed information for a specific money market asset by its reserve address
Get borrowers for a specific money market asset by its reserve address
Get suppliers (lenders) for a specific money market asset by its reserve address
Get all borrowers across all money market assets with pagination
Get volume and activity summary for a specific integration partner by their receiver address
Get SODA token total supply as a plain number
Get SODA token circulating supply as a plain number
Clear both the backend API cache and the solver oracle cache to force fresh fetches on next requests. Reports the number of entries cleared per cache.
Get the solver's oracle USD prices per (chain, token). For quoting with sodax_get_solver_quote, filter chainId='146': chainId-146 addresses pass the quote service's compatibility check, while spoke-ch…
Get a swap quote from the SODAX solver. tokenSrc/tokenDst MUST be hub-chain (Sonic, chainId 146) asset addresses — look them up with sodax_get_solver_oracle (chainId='146'). Working example: tokenSrc=…
Submit a confirmed spoke-chain transaction to the SODAX intent relay so it can be delivered to the destination chain. The tx must already be finalized on the source chain. Re-submitting the same tx is…
List every cross-chain packet emitted by a given source transaction. Use this to track relay status — a packet is complete when status='executed' and dst_tx_hash is populated.
Fetch a single relay packet by its connection serial number (conn_sn). Returns the packet data on success or a `{success:false, message}` shape if the packet isn't found.
Check SDK documentation availability. Call this first if docs tools seem unavailable.
Reconnect to SDK documentation and refresh available tools. Use if docs seem stale or unavailable.
List all SDK documentation tools with parameters. Essential for discovering what's available.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"sodax_builders_mcp": {
"url": "https://builders.sodax.com/mcp",
"transport": "streamable-http"
}
}
}