Skip to main content
Glama

Server Details

Cross-network DeFi API data, AMM analytics, and 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

33 tools
docs_getPage
Read-only
Inspect

[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 searchDocumentation returns partial content, use getPage to retrieve the complete page when you need more details. The content includes links you can follow to navigate to related pages.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL of the page to fetch
docs_health
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

docs_list_tools
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

docs_refresh
Idempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

docs_searchDocumentation
Read-only
Inspect

[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_all_borrowers
Read-only
Inspect

Get all borrowers across all money market assets with pagination

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of borrowers to return (1-100)
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
offsetNoNumber of borrowers to skip for pagination
sodax_get_all_chains_configs
Read-only
Inspect

Get detailed configuration for all spoke chains including contract addresses, RPCs, and token configs

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
sodax_get_all_config
Read-only
Inspect

Get full SODAX configuration including all supported chains, swap tokens, and protocol settings in one call

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
sodax_get_amm_pool_candles
Read-only
Inspect

Get OHLCV candlestick chart data for an AMM pool

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd timestamp (unix seconds)
fromNoStart timestamp (unix seconds)
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
poolIdYesThe pool contract address or ID
chainIdYesChain ID where the pool is deployed (e.g., 'sonic')
intervalNoCandle interval (e.g., '1h', '4h', '1d')
sodax_get_amm_positions
Read-only
Inspect

Get AMM liquidity provider NFT positions, optionally filtered by owner address

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of positions to return
ownerNoFilter by owner wallet address
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
offsetNoNumber of positions to skip for pagination
sodax_get_asset_borrowers
Read-only
Inspect

Get borrowers for a specific money market asset by its reserve address

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of borrowers to return (1-100)
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
offsetNoNumber of borrowers to skip for pagination
reserveAddressYesThe reserve contract address of the asset
sodax_get_asset_suppliers
Read-only
Inspect

Get suppliers (lenders) for a specific money market asset by its reserve address

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of suppliers to return (1-100)
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
offsetNoNumber of suppliers to skip for pagination
reserveAddressYesThe reserve contract address of the asset
sodax_get_circulating_supply
Read-only
Inspect

Get SODA token circulating supply as a plain number

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
sodax_get_hub_assets
Read-only
Inspect

Get assets representing spoke tokens on the hub (Sonic) chain, optionally filtered by source chain

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
chainIdNoFilter by source chain ID (e.g., 'base', 'ethereum')
sodax_get_intent
Read-only
Inspect

Look up a specific intent by its intent hash (different from transaction hash)

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
intentHashYesThe intent hash to look up (66 character hex string starting with 0x)
sodax_get_money_market_asset
Read-only
Inspect

Get detailed information for a specific money market asset by its reserve address

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
reserveAddressYesThe reserve contract address of the asset
sodax_get_money_market_assets
Read-only
Inspect

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_money_market_reserve_assets
Read-only
Inspect

Get money market reserve assets used as collateral backing

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
sodax_get_money_market_tokens
Read-only
Inspect

Get tokens supported for money market lending/borrowing, optionally filtered by chain

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
chainIdNoFilter by chain ID
sodax_get_orderbook
Read-only
Inspect

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_partners
Read-only
Inspect

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_partner_summary
Read-only
Inspect

Get volume and activity summary for a specific integration partner by their receiver address

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
chainIdNoFilter by chain ID
receiverYesThe partner receiver address
sodax_get_relay_chain_id_map
Read-only
Inspect

Get mapping between chain IDs and intent relay chain IDs used by the SODAX relay network

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
sodax_get_solver_intent
Read-only
Inspect

Get solver-side details for an intent including fill history. Use includeAll to see all solver documents.

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
includeAllNoInclude all intent documents (history) instead of just the latest
intentHashYesThe intent hash to look up
sodax_get_supported_chains
Read-only
Inspect

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_tokens
Read-only
Inspect

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_supply
Read-only
Inspect

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_total_supply
Read-only
Inspect

Get SODA token total supply as a plain number

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
sodax_get_transaction
Read-only
Inspect

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_position
Read-only
Inspect

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_transactions
Read-only
Inspect

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_volume
Read-only
Inspect

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_cache
Idempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

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.