Sato Hub
← Back to directory
MCPActiveUnverifiedRecent · 1mo ago

SODAX Builders MCP

MCP server giving AI coding agents live access to SODAX's cross-network DeFi API across 20+ chains.

Last release Aug 3, 2026 · Last commit Aug 3, 2026 · ★ 9

Overview

SODAX Builders MCP connects AI coding assistants to SODAX's cross-chain DeFi execution API, exposing 34+ tools (six categories: network config, intents/solver, intent relay, AMM/liquidity, money market, partners/token) for token swaps, money-market lending rates, solver volume, AMM liquidity/OHLCV data, and intent history across 20+ networks. An agent builder uses it to query live DeFi data and pull auto-synced SDK documentation directly inside a coding agent, without leaving the MCP session.

Sato Score

79/100· High

How open, active & verifiable — not a safety or returns grade.

Maintenance & liveness
35/35
Code transparency
17/20
Interface verifiability
10/10
Docs & demo
6/10
Listing transparency & provenance
8/15
Independent verification
3/10

Live endpoint probed — we called the hosted MCP endpoint and it answered with its real tool inventory (proves the interface works, not runtime safety).

Tool inventory 37 tools, probed live 2026-09-05

  • sodax_get_supported_chainsList all blockchain networks supported by SODAX for cross-chain swaps and DeFi operations
  • sodax_get_swap_tokensGet available tokens for swapping on SODAX, optionally filtered by chain
  • sodax_get_transactionLook up a specific transaction by its hash to see status, amounts, and details
  • sodax_get_user_transactionsGet intent/transaction history for a specific wallet address
  • sodax_get_volumeGet 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_statsGet aggregate solver volume stats: the approximate total number of filled-intent records (fill documents, not distinct intents). Cached ~60s upstream.
  • sodax_get_orderbookGet current orderbook entries showing pending/open intents
  • sodax_get_money_market_assetsList all assets available for lending and borrowing in the SODAX money market
  • sodax_get_user_positionGet a user's lending and borrowing position in the money market
  • sodax_get_partnersList all SODAX integration partners including wallets, DEXs, and other protocols
  • sodax_get_token_supplyGet SODA token supply information including total, circulating, and burned amounts
  • sodax_get_all_configGet full SODAX configuration including all supported chains, swap tokens, and protocol settings in one call
  • sodax_get_relay_chain_id_mapGet mapping between chain IDs and intent relay chain IDs used by the SODAX relay network
  • sodax_get_all_chains_configsGet detailed configuration for all spoke chains including contract addresses, RPCs, and token configs
  • sodax_get_hub_assetsGet assets representing spoke tokens on the hub (Sonic) chain, optionally filtered by source chain
  • sodax_get_money_market_tokensGet tokens supported for money market lending/borrowing, optionally filtered by chain
  • sodax_get_money_market_reserve_assetsGet money market reserve assets used as collateral backing
  • sodax_get_amm_positionsGet AMM liquidity provider NFT positions, optionally filtered by owner address
  • sodax_get_amm_pool_candlesGet OHLCV candlestick chart data for an AMM pool
  • sodax_get_intentLook up a specific intent by its intent hash (different from transaction hash)
  • sodax_get_solver_intentGet solver-side details for an intent including fill history. Use includeAll to see all solver documents.
  • sodax_get_money_market_assetGet detailed information for a specific money market asset by its reserve address
  • sodax_get_asset_borrowersGet borrowers for a specific money market asset by its reserve address
  • sodax_get_asset_suppliersGet suppliers (lenders) for a specific money market asset by its reserve address
  • sodax_get_all_borrowersGet all borrowers across all money market assets with pagination
  • sodax_get_partner_summaryGet volume and activity summary for a specific integration partner by their receiver address
  • sodax_get_total_supplyGet SODA token total supply as a plain number
  • sodax_get_circulating_supplyGet SODA token circulating supply as a plain number
  • sodax_refresh_cacheClear 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_get_solver_oracleGet 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
  • sodax_get_solver_quoteGet 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=
  • sodax_relay_submit_txSubmit 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
  • sodax_relay_get_transaction_packetsList 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_get_packetFetch 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.
  • docs_healthCheck SDK documentation availability. Call this first if docs tools seem unavailable.
  • docs_refreshReconnect to SDK documentation and refresh available tools. Use if docs seem stale or unavailable.
  • docs_list_toolsList all SDK documentation tools with parameters. Essential for discovering what's available.

Live probe verifies the interface responds — not what the tools do, their safety, or their output quality.

Observed record 49 daily checks since 2026-07-19

100%of our checks succeeded
Currently responding for 49 days
Succeeded
49
Failed
0
Their error
0
Unattributed
0

This is the share of our daily checks that succeeded — not an availability guarantee. A check can fail because the host was down, because our runner timed out, or because the network in between dropped it, and only the first of those is a fact about this project. Failures are split by what we can attribute; anything we cannot attribute is counted, not hidden. 44 of these checks predate 2026-09-01, when the probe counted a bot-block (HTTP 403) as a failure and recorded no reason for any failure. Rates spanning that date mix two definitions. Since then: 100%.

Tool inventory history 37 now, peak 40, since 2026-07-20

  • 2026-09-04 4037 3 (docs_getPage, docs_searchDocumentation, docs_sendFeedback)

Recorded from our own daily tools/list handshake. A shrinking toolset is a real signal for an agent choosing a server; a gap in the series means the probe did not succeed that day, not that the tools disappeared.

Details

Chains
Ethereum, Base, Arbitrum, Optimism, Polygon
Agent types
MCP server
Open source
Yes
Pricing
Free
Last checked
2026-09-05

Marketplace Signals

No marketplace signals recorded for this resource yet.

Verification status reflects evidence reviewed by Sato Hub. Self-reported claims are never presented as verified.

#mcp#defi#cross-chain#swaps#sdk-docs
See something inaccurate or outdated?Submit a correction →

Recent Activity

All news →

Releases and posts from SODAX Builders MCP, pulled from its GitHub and X.

Listing History

Recorded changes to SODAX Builders MCP's listing — status, verification, Sato Score, and recent releases. Full history is kept in the listing record.

  1. Aug 3, 2026
    New release published
  2. Jul 20, 2026
    Edited: mcp endpoint url
  3. Jul 20, 2026
    Sato Score tier: Medium → High
    Score 64 → 75.
  4. Jul 20, 2026
    Edited: deploy spec
  5. Jul 19, 2026
    Edited: description long
  6. Jul 19, 2026
    Listed on Sato Hub
  7. Jul 19, 2026
    Sato Hub began tracking this listing

Related Resources

Is this your project?

Prove you control the domain and you can correct this page — description, links, tags, chains. Claiming proves control, not verification: it doesn't change the Sato Score or mark anything as audited.

Claim this listing →

Cite this page

Sato Hub. "SODAX Builders MCP — Sato Hub." Sato Hub, updated 2026-09-05, accessed 2026-09-06. https://satohub.ai/resources/sodax-builders-mcp

This page is refreshed daily. Citations include the date so a reader can tell which snapshot a claim came from.

Join the Sato Hub Briefing

One email a week — the agents, tools, and infrastructure that actually shipped, and why they matter.