Skip to main content
Glama

SODAX Builders MCP

Server Details

Live SODAX API data and SDK docs — chains, tokens, swaps, volume, and more.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
gosodax/builders-sodax-mcp-server
GitHub Stars
0

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

15 tools
docs_healthTry in Inspector

Check SDK documentation availability. Call this first if docs tools seem unavailable.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

docs_list_toolsTry in Inspector

List all SDK documentation tools with parameters. Essential for discovering what's available.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

docs_refreshTry in Inspector

Reconnect to SDK documentation and refresh available tools. Use if docs seem stale or unavailable.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

docs_searchDocumentationTry in Inspector

[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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
sodax_get_money_market_assetsTry in Inspector

List all assets available for lending and borrowing in the SODAX money market

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
chainIdNoFilter by chain ID
sodax_get_orderbookTry in Inspector

Get current orderbook entries showing pending/open intents

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of orders to return (1-100)
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
sodax_get_partnersTry in Inspector

List all SODAX integration partners including wallets, DEXs, and other protocols

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
sodax_get_supported_chainsTry in Inspector

List all blockchain networks supported by SODAX for cross-chain swaps and DeFi operations

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
sodax_get_swap_tokensTry in Inspector

Get available tokens for swapping on SODAX, optionally filtered by chain

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
chainIdNoFilter tokens by chain ID (e.g., 'base', 'ethereum', 'icon')
sodax_get_token_supplyTry in Inspector

Get SODA token supply information including total, circulating, and burned amounts

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
sodax_get_transactionTry in Inspector

Look up a specific transaction by its hash to see status, amounts, and details

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
txHashYesThe transaction hash to look up (e.g., '0x...')
sodax_get_user_positionTry in Inspector

Get a user's lending and borrowing position in the money market

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
chainIdNoFilter by chain ID
userAddressYesThe wallet address to look up
sodax_get_user_transactionsTry in Inspector

Get intent/transaction history for a specific wallet address

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of transactions to return (1-100)
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
offsetNoNumber of transactions to skip for pagination
userAddressYesThe wallet address to look up (e.g., '0x...')
sodax_get_volumeTry in Inspector

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).

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoSort order by block numberdesc
limitNoMaximum number of filled intents to return (1-100)
sinceNoStart time ISO format (don't mix with fromBlock/toBlock)
untilNoEnd time ISO format (don't mix with fromBlock/toBlock)
cursorNoPagination cursor from previous response's nextCursor
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
solverNoFilter by solver address (0x0...0 for default solver)
chainIdNoFilter by chain ID (e.g., 146 for Sonic)
toBlockNoEnd block number (don't mix with since/until)
fromBlockNoStart block number (don't mix with since/until)
inputTokenYesREQUIRED: Input token address
includeDataNoInclude raw intent data in response
outputTokenYesREQUIRED: Output token address
sodax_refresh_cacheTry in Inspector

Clear the cached API data to force fresh fetches on next requests

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.