Connection check
verified live · 27h ago
builders-mcp
Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks.
Tools
37
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
37 toolsRead from the running server on 27h ago.
docs_health
read-only
Check SDK documentation availability. Call this first if docs tools seem unavailable. Check SDK documentation availability. Call this first if docs tools seem unavailable.
docs_list_tools
read-only
List all SDK documentation tools with parameters. Essential for discovering what's available. List all SDK documentation tools with parameters. Essential for discovering what's available.
docs_refresh
Reconnect to SDK documentation and refresh available tools. Use if docs seem stale or unavailable. Reconnect to SDK documentation and refresh available tools. Use if docs seem stale or unavailable.
sodax_get_all_borrowers
read-only
limitformatoffset
Get all borrowers across all money market assets with pagination Get all borrowers across all money market assets with pagination
sodax_get_all_chains_configs
read-only
format
Get detailed configuration for all spoke chains including contract addresses, RPCs, and token configs Get detailed configuration for all spoke chains including contract addresses, RPCs, and token configs
sodax_get_all_config
read-only
format
Get full SODAX configuration including all supported chains, swap tokens, and protocol settings in one call Get full SODAX configuration including all supported chains, swap tokens, and protocol settings in one call
sodax_get_amm_pool_candles
read-only
to*from*formatpoolId*chainId*interval*
Get OHLCV candlestick chart data for an AMM pool Get OHLCV candlestick chart data for an AMM pool
sodax_get_amm_positions
read-only
limitownerformatoffset
Get AMM liquidity provider NFT positions, optionally filtered by owner address Get AMM liquidity provider NFT positions, optionally filtered by owner address
sodax_get_asset_borrowers
read-only
limitformatoffsetreserveAddress*
Get borrowers for a specific money market asset by its reserve address Get borrowers for a specific money market asset by its reserve address
sodax_get_asset_suppliers
read-only
limitformatoffsetreserveAddress*
Get suppliers (lenders) for a specific money market asset by its reserve address Get suppliers (lenders) for a specific money market asset by its reserve address
sodax_get_circulating_supply
read-only
format
Get SODA token circulating supply as a plain number Get SODA token circulating supply as a plain number
sodax_get_hub_assets
read-only
formatchainId
Get assets representing spoke tokens on the hub (Sonic) chain, optionally filtered by source chain Get assets representing spoke tokens on the hub (Sonic) chain, optionally filtered by source chain
sodax_get_intent
read-only
formatintentHash*
Look up a specific intent by its intent hash (different from transaction hash) Look up a specific intent by its intent hash (different from transaction hash)
sodax_get_money_market_asset
read-only
formatreserveAddress*
Get detailed information for a specific money market asset by its reserve address Get detailed information for a specific money market asset by its reserve address
sodax_get_money_market_assets
read-only
formatchainId
List all assets available for lending and borrowing in the SODAX money market List all assets available for lending and borrowing in the SODAX money market
sodax_get_money_market_reserve_assets
read-only
format
Get money market reserve assets used as collateral backing Get money market reserve assets used as collateral backing
sodax_get_money_market_tokens
read-only
formatchainId
Get tokens supported for money market lending/borrowing, optionally filtered by chain Get tokens supported for money market lending/borrowing, optionally filtered by chain
sodax_get_orderbook
read-only
limitformatoffsetcreatordstChainsrcChain
+5
Get current orderbook entries showing pending/open intents Get current orderbook entries showing pending/open intents
sodax_get_partners
read-only
formatchainId
List all SODAX integration partners including wallets, DEXs, and other protocols List all SODAX integration partners including wallets, DEXs, and other protocols
sodax_get_partner_summary
read-only
formatchainIdreceiver*
Get volume and activity summary for a specific integration partner by their receiver address Get volume and activity summary for a specific integration partner by their receiver address
sodax_get_relay_chain_id_map
read-only
format
Get mapping between chain IDs and intent relay chain IDs used by the SODAX relay network Get mapping between chain IDs and intent relay chain IDs used by the SODAX relay network
sodax_get_solver_intent
read-only
formatincludeAllintentHash*
Get solver-side details for an intent including fill history. Use includeAll to see all solver documents. Get solver-side details for an intent including fill history. Use includeAll to see all solver documents.
sodax_get_solver_oracle
read-only
formatsymbolchainId
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 c… 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-chain (non-146) addresses are rejected with 'not compatible with the quote service'. Caveat: passing that check (being listed/priced) does NOT guarantee a swap route — canonical bridged *_ASSET hub tokens and major stablecoins route most reliably, while many wrapped/derivative/money-market entries (e.g. WBTC, waLocBTC, SONIC_SODA_ASSET) are priced but frequently return 'No path was found', and routability is pair/amount/liquidity-dependent. Also useful for sanity-checking quote amounts against the USD prices the solver uses.
sodax_get_solver_quote
read-only
amount*formattokenDst*tokenSrc*quoteType
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'). Workin… 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='0xeb0393893b5bf98a50073d6740738b08e575058b' (BTC_BTC_ASSET) → tokenDst='0xaeafa26e43f46cd83efe89b1e57c858eb5685a24' (ETH_ASSET), amount='99800', quoteType='exact_input' returns a quoted_amount. exact_input quotes the destination amount you'd receive; exact_output quotes the source amount you'd need. There are two distinct HTTP-400 failures, both naming the two addresses: (1) 'not compatible with the quote service' = an address isn't a recognized hub asset (a spoke-chain or otherwise non-chainId-146 address was passed) → use a chainId-146 address from sodax_get_solver_oracle, and for a reliable pick prefer a canonical bridged *_ASSET hub token or major stablecoin (chainId 146 alone doesn't guarantee a route). (2) 'No path was found between X and Y' = both tokens are valid hub assets but the solver couldn't route this pair for this amount → routing is pair/amount/liquidity-dependent, so retry with a smaller amount or a more liquid counterparty (a canonical bridged *_ASSET token, or a major stablecoin like SONIC_USDC_ASSET). Many wrapped/derivative entries (e.g. WBTC, waLocBTC, SONIC_SODA_ASSET) are oracle-priced but frequently have no route — prefer canonical bridged *_ASSET hub tokens.
sodax_get_supported_chains
read-only
format
List all blockchain networks supported by SODAX for cross-chain swaps and DeFi operations List all blockchain networks supported by SODAX for cross-chain swaps and DeFi operations
sodax_get_swap_tokens
read-only
formatchainId
Get available tokens for swapping on SODAX, optionally filtered by chain Get available tokens for swapping on SODAX, optionally filtered by chain
sodax_get_token_supply
read-only
format
Get SODA token supply information including total, circulating, and burned amounts Get SODA token supply information including total, circulating, and burned amounts
sodax_get_total_supply
read-only
format
Get SODA token total supply as a plain number Get SODA token total supply as a plain number
sodax_get_transaction
read-only
formattxHash*
Look up a specific transaction by its hash to see status, amounts, and details Look up a specific transaction by its hash to see status, amounts, and details
sodax_get_user_position
read-only
formatuserAddress*
Get a user's lending and borrowing position in the money market Get a user's lending and borrowing position in the money market
sodax_get_user_transactions
read-only
limitformatoffsettoBlockfromBlockuserAddress*
Get intent/transaction history for a specific wallet address Get intent/transaction history for a specific wallet address
sodax_get_volume
read-only
sorttoTslimitsinceuntilcursor
+9
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… 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).
sodax_get_volume_stats
read-only
format
Get aggregate solver volume stats: the approximate total number of filled-intent records (fill documents, not distinct intents). Cached ~60s upstream. Get aggregate solver volume stats: the approximate total number of filled-intent records (fill documents, not distinct intents). Cached ~60s upstream.
sodax_refresh_cache
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. 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.
sodax_relay_get_packet
read-only
connSnformattxHash*chainId*
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. 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.
sodax_relay_get_transaction_packets
read-only
formattxHash*chainId*
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. 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.
sodax_relay_submit_tx
dataformattxHash*chainId*