mcpbeat Sign in

SODAX Builders MCP Server

answering

SODAX Builders MCP is answering right now. Last checked 5 min ago. It exposes 37 tools. Last commit 3 Aug 2026.

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

Uptime history 47 days of history · worst day 99%
47 days agonow
98.9%
Uptime 24h
91 of 92 checks
37
Tools
read from the server
1034 ms
Response time
average over 24h
9
Stars
last commit 3 Aug 2026

What changed 3

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 3 September 2026. No other catalogue keeps this.

3 Sep 3 tools disappeared docs_getPage, docs_searchDocumentation, docs_sendFeedback

SODAX Builders MCP does not always answer

Over the last week it answered 99.4% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add builders-mcp --transport http https://builders.sodax.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "builders-mcp": {
      "url": "https://builders.sodax.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.builders-mcp]
url = "https://builders.sodax.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "builders-mcp": {
      "url": "https://builders.sodax.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "builders-mcp": {
      "url": "https://builders.sodax.com/mcp"
    }
  }
}

Available tools 37

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

sodax
sodax_get_all_borrowers
Get all borrowers across all money market assets with pagination
sodax_get_all_chains_configs
Get detailed configuration for all spoke chains including contract addresses, RPCs, and token configs
sodax_get_all_config
Get full SODAX configuration including all supported chains, swap tokens, and protocol settings in one call
sodax_get_amm_pool_candles
Get OHLCV candlestick chart data for an AMM pool
sodax_get_amm_positions
Get AMM liquidity provider NFT positions, optionally filtered by owner address
sodax_get_asset_borrowers
Get borrowers for a specific money market asset by its reserve address
sodax_get_asset_suppliers
Get suppliers (lenders) for a specific money market asset by its reserve address
sodax_get_circulating_supply
Get SODA token circulating supply as a plain number
sodax_get_hub_assets
Get assets representing spoke tokens on the hub (Sonic) chain, optionally filtered by source chain
sodax_get_intent
Look up a specific intent by its intent hash (different from transaction hash)
sodax_get_money_market_asset
Get detailed information for a specific money market asset by its reserve address
sodax_get_money_market_assets
List all assets available for lending and borrowing in the SODAX money market
sodax_get_money_market_reserve_assets
Get money market reserve assets used as collateral backing
sodax_get_money_market_tokens
Get tokens supported for money market lending/borrowing, optionally filtered by chain
sodax_get_orderbook
Get current orderbook entries showing pending/open intents
sodax_get_partner_summary
Get volume and activity summary for a specific integration partner by their receiver address
sodax_get_partners
List all SODAX integration partners including wallets, DEXs, and other protocols
sodax_get_relay_chain_id_map
Get mapping between chain IDs and intent relay chain IDs used by the SODAX relay network
sodax_get_solver_intent
Get solver-side details for an intent including fill history. Use includeAll to see all solver documents.
sodax_get_solver_oracle
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
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
List all blockchain networks supported by SODAX for cross-chain swaps and DeFi operations
sodax_get_swap_tokens
Get available tokens for swapping on SODAX, optionally filtered by chain
sodax_get_token_supply
Get SODA token supply information including total, circulating, and burned amounts
sodax_get_total_supply
Get SODA token total supply as a plain number
sodax_get_transaction
Look up a specific transaction by its hash to see status, amounts, and details
sodax_get_user_position
Get a user's lending and borrowing position in the money market
sodax_get_user_transactions
Get intent/transaction history for a specific wallet address
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).
sodax_get_volume_stats
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.
sodax_relay_get_packet
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
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
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 a no-op. For split-tx chains (Solana, Bitcoin) supply the optional `data` argument.
docs
docs_health
Check SDK documentation availability. Call this first if docs tools seem unavailable.
docs_list_tools
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.

Tools removed

Tools this server used to expose. Anything built against them stopped working on the day they went.

docs_getPage
removed 3 Sep 2026
docs_searchDocumentation
removed 3 Sep 2026
docs_sendFeedback
removed 3 Sep 2026

Endpoints

URLTransportStateLatencyChecked
https://builders.sodax.com/mcp streamable-http answering 1124 ms 5 min ago

Alternatives to SODAX Builders MCP

same job, measured the same way
CryptoData API
by elevasyncsolutions-jpg

Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.

48 tools answering
O
DeFi Protocol Data
by memoryapi

DeFi protocol data: TVL, yield pools, and cross-chain analytics

3 tools answering
Seline
by getseline

MCP server for the Seline Analytics API

45 installs/wk answering
Outstand
by outstand

Publish and schedule social media posts and read analytics across 12 networks through one API.

answering
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
Cryptodata MCP
by kota1026

CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence...

28 installs/wk local only
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only
fabric-dw
by sdebruyn

MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints

local only

SODAX Builders MCP — questions

Answers built from our own checks of this server.

What can SODAX Builders MCP do?
It exposes 37 tools, read directly from the server on our last check. Among them: docs_health, docs_list_tools, docs_refresh, sodax_get_all_borrowers, sodax_get_all_chains_configs, sodax_get_all_config and 31 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is SODAX Builders MCP mostly used for?
Its tools cluster around sodax and docs. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is SODAX Builders MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 92 checks got a reply (98.9%), average response time 1034 ms. The bar chart above shows every period we have measured.
Did SODAX Builders MCP ever remove tools?
Yes. docs_getPage, docs_searchDocumentation, docs_sendFeedback are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect SODAX Builders MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does SODAX Builders MCP need an API key?
No. SODAX Builders MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 37 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is SODAX Builders MCP?
It answers our handshake in 1034 ms on average, which is faster than 8% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is SODAX Builders MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 9 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.