Skip to main content
Glama

Server Details

Live cross-network DeFi API data and auto-updating SDK docs for 17+ networks.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
gosodax/builders-sodax-mcp-server
GitHub Stars
7
Server Listing
SODAX Builders MCP

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_healthInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

docs_list_toolsInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

docs_refreshInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

docs_searchDocumentationInspect

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

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_orderbookInspect

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_partnersInspect

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_chainsInspect

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_tokensInspect

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_supplyInspect

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_transactionInspect

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_positionInspect

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_transactionsInspect

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_volumeInspect

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_cacheInspect

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.