← sodax.com
INDIVIDUAL MCP TOOL
sodax_get_circulating_supply
Get SODA token circulating supply as a plain number
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sodax-com]
url = "https://builders.sodax.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sodax-com": {
"type": "http",
"url": "https://builders.sodax.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sodax-com
Remote MCP URL: https://builders.sodax.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sodax-com": {
"url": "https://builders.sodax.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sodax-com": {
"type": "http",
"url": "https://builders.sodax.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sodax-com",
"transport": "streamable-http",
"url": "https://builders.sodax.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
sodax_get_supported_chains— List all blockchain networks supported by SODAX for cross-chain swaps and DeFi operationssodax_get_swap_tokens— Get available tokens for swapping on SODAX, optionally filtered by chainsodax_get_transaction— Look up a specific transaction by its hash to see status, amounts, and detailssodax_get_user_transactions— Get intent/transaction history for a specific wallet addresssodax_get_volume— Get solver volume data showing filled intents with filtering and pagination.sodax_get_volume_stats— Get aggregate solver volume stats: the approximate total number of filled-intent records (fill documents, not distinct intents).sodax_get_orderbook— Get current orderbook entries showing pending/open intentssodax_get_money_market_assets— List all assets available for lending and borrowing in the SODAX money market