SODAX Builders MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| NODE_ENV | No | Set to production for deployment | |
| TRANSPORT | No | Transport mode (http or stdio) | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sodax_get_supported_chainsA | List all blockchain networks supported by SODAX for cross-chain swaps and DeFi operations |
| sodax_get_swap_tokensA | Get available tokens for swapping on SODAX, optionally filtered by chain |
| sodax_get_transactionA | Look up a specific transaction by its hash to see status, amounts, and details |
| sodax_get_user_transactionsA | Get intent/transaction history for a specific wallet address |
| sodax_get_volumeA | 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_orderbookB | Get current orderbook entries showing pending/open intents |
| sodax_get_money_market_assetsB | List all assets available for lending and borrowing in the SODAX money market |
| sodax_get_user_positionA | Get a user's lending and borrowing position in the money market |
| sodax_get_partnersB | List all SODAX integration partners including wallets, DEXs, and other protocols |
| sodax_get_token_supplyB | Get SODA token supply information including total, circulating, and burned amounts |
| sodax_get_all_configA | Get full SODAX configuration including all supported chains, swap tokens, and protocol settings in one call |
| sodax_get_relay_chain_id_mapA | Get mapping between chain IDs and intent relay chain IDs used by the SODAX relay network |
| sodax_get_all_chains_configsA | Get detailed configuration for all spoke chains including contract addresses, RPCs, and token configs |
| sodax_get_hub_assetsA | Get assets representing spoke tokens on the hub (Sonic) chain, optionally filtered by source chain |
| sodax_get_money_market_tokensB | Get tokens supported for money market lending/borrowing, optionally filtered by chain |
| sodax_get_money_market_reserve_assetsB | Get money market reserve assets used as collateral backing |
| sodax_get_amm_positionsA | Get AMM liquidity provider NFT positions, optionally filtered by owner address |
| sodax_get_amm_pool_candlesA | Get OHLCV candlestick chart data for an AMM pool |
| sodax_get_intentA | Look up a specific intent by its intent hash (different from transaction hash) |
| sodax_get_solver_intentA | Get solver-side details for an intent including fill history. Use includeAll to see all solver documents. |
| sodax_get_money_market_assetA | Get detailed information for a specific money market asset by its reserve address |
| sodax_get_asset_borrowersA | Get borrowers for a specific money market asset by its reserve address |
| sodax_get_asset_suppliersA | Get suppliers (lenders) for a specific money market asset by its reserve address |
| sodax_get_all_borrowersA | Get all borrowers across all money market assets with pagination |
| sodax_get_partner_summaryA | Get volume and activity summary for a specific integration partner by their receiver address |
| sodax_get_total_supplyA | Get SODA token total supply as a plain number |
| sodax_get_circulating_supplyB | Get SODA token circulating supply as a plain number |
| sodax_refresh_cacheA | Clear the cached API data to force fresh fetches on next requests |
| docs_healthA | Check SDK documentation availability. Call this first if docs tools seem unavailable. |
| docs_refreshA | Reconnect to SDK documentation and refresh available tools. Use if docs seem stale or unavailable. |
| docs_list_toolsA | List all SDK documentation tools with parameters. Essential for discovering what's available. |
| docs_searchDocumentationA | [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. |
| docs_getPageA | [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 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gosodax/builders-sodax-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server