Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| NODE_ENV | No | Set to production for deployment | |
| TRANSPORT | No | Transport mode (http or stdio) | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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_transaction | Look up a specific transaction by its hash to see status, amounts, and details |
| 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_orderbook | Get current orderbook entries showing pending/open intents |
| sodax_get_money_market_assets | List all assets available for lending and borrowing in the SODAX money market |
| sodax_get_user_position | Get a user's lending and borrowing position in the money market |
| sodax_get_partners | List all SODAX integration partners including wallets, DEXs, and other protocols |
| sodax_get_token_supply | Get SODA token supply information including total, circulating, and burned amounts |
| sodax_refresh_cache | Clear the cached API data to force fresh fetches on next requests |
| docs_health | Check SDK documentation availability. Call this first if docs tools seem unavailable. |
| docs_refresh | Reconnect to SDK documentation and refresh available tools. Use if docs seem stale or unavailable. |
| docs_list_tools | List all SDK documentation tools with parameters. Essential for discovering what's available. |
| docs_searchDocumentation | [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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |