SODAX Builders MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http sodax-builders https://builders.sodax.com/mcp
README.md

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

SODAX Builders MCP Server

Install from your preferred MCP directory

 

 

SODAX MCP server for AI coding assistants. Access live cross-network (cross-chain) API data: swap tokens across 17+ networks, query money market rates, look up solver volume, and search intent history. Includes full cross-chain SDK documentation that auto-syncs from SODAX developer docs. Build cross-network DeFi integrations with real-time protocol data directly in your development workflow.

One-liner: SODAX MCP server: live cross-network DeFi API data and auto-updating SDK docs for 17+ networks. Query swaps, lending, solver volume, and intent history from your AI coding assistant.

Quick Start

Add the MCP server URL to your AI coding assistant's configuration:

{
  "mcpServers": {
    "sodax-builders": {
      "url": "https://builders.sodax.com/mcp"
    }
  }
}

Works with Claude, Cursor, VS Code, Windsurf, ChatGPT, and other MCP-compatible agents. One connection gives you access to all cross-network API tools and SDK documentation.

SSE Transport (Legacy)

For clients that don't support streamable HTTP (e.g. Gemini CLI), use the SSE endpoint instead:

{
  "mcpServers": {
    "sodax-builders": {
      "url": "https://builders.sodax.com/sse"
    }
  }
}

Tools

Cross-Network API Data (6 tools)

Tool Description
sodax_get_supported_chains List all blockchain networks supported by SODAX for cross-chain swaps
sodax_get_swap_tokens Get available tokens for cross-network swapping, optionally filtered by chain
sodax_get_transaction Look up an intent transaction by hash — status, amounts, and details
sodax_get_user_transactions Get intent/transaction history for a specific wallet address
sodax_get_volume Get solver volume data (filled intents) with filtering and pagination
sodax_get_orderbook Get current cross-chain orderbook entries from solver

DeFi & Token Data (5 tools)

Tool Description
sodax_get_money_market_assets List lending/borrowing assets and rates in the money market
sodax_get_user_position Get a user's money market position (supply, borrow, health)
sodax_get_partners List SODAX integration partners across networks
sodax_get_token_supply Get SODA token supply info (circulating, total, max)
sodax_refresh_cache Clear cached data to get fresh results

Cross-Chain SDK Documentation (dynamic)

Tools prefixed with docs_ are automatically proxied from the GitBook MCP at docs.sodax.com. They update automatically when documentation changes — no manual sync needed.

Tool Description
docs_searchDocumentation Search cross-chain SDK docs, integration guides, and code examples
docs_list_tools List all available documentation tools
docs_health Check GitBook MCP connection status
docs_refresh Refresh the tools list from GitBook

Example Prompts

Once connected, try asking your AI coding assistant:

Cross-Network Swaps & Tokens

  • "What networks does SODAX support for cross-chain swaps?"
  • "Get available swap tokens across chains on Base"
  • "How do I integrate cross-chain swaps with the SODAX SDK?"

Solver Volume & Intent History

  • "Show me cross-network solver volume for today"
  • "Look up this intent transaction: 0x..."
  • "Get intent history for this wallet address"

Money Market & Lending

  • "What are the lending rates on SODAX money market?"
  • "Show me borrowing APY rates across assets"
  • "Get my money market position"

SDK Documentation

  • "How do I integrate with the SODAX cross-chain SDK?"
  • "Show me code examples for cross-network token swaps"
  • "What SDK methods are available for intent-based execution?"

Data Sources

Source Type Cache
SODAX API (api.sodax.com) Live cross-network data 2 min
Aggregator Cross-chain swap token data 2 min
GitBook (docs.sodax.com) SDK documentation Auto-sync

Local Development

# Install dependencies
pnpm install

# Run in development mode
pnpm dev

# Build for production
pnpm build

# Start production server
pnpm start

Environment Variables

Variable Default Description
PORT 3000 Server port
`TRANSPOR

Tools (12)

sodax_get_supported_chainsList all blockchain networks supported by SODAX for cross-chain swaps
sodax_get_swap_tokensGet available tokens for cross-network swapping, optionally filtered by chain
sodax_get_transactionLook up an intent transaction by hash
sodax_get_user_transactionsGet intent/transaction history for a specific wallet address
sodax_get_volumeGet solver volume data with filtering and pagination
sodax_get_orderbookGet current cross-chain orderbook entries from solver
sodax_get_money_market_assetsList lending/borrowing assets and rates in the money market
sodax_get_user_positionGet a user's money market position
sodax_get_partnersList SODAX integration partners across networks
sodax_get_token_supplyGet SODA token supply info
sodax_refresh_cacheClear cached data to get fresh results
docs_searchDocumentationSearch cross-chain SDK docs, integration guides, and code examples

Environment Variables

PORTServer port

Configuration

claude_desktop_config.json
{"mcpServers": {"sodax-builders": {"url": "https://builders.sodax.com/mcp"}}}

Try it

What networks does SODAX support for cross-chain swaps?
Show me cross-network solver volume for today.
What are the lending rates on SODAX money market?
How do I integrate with the SODAX cross-chain SDK?
Get intent history for this wallet address: 0x...

Frequently Asked Questions

What are the key features of SODAX Builders?

Access to live cross-network DeFi API data across 17+ networks. Real-time querying of swap tokens, lending rates, and solver volume. Auto-syncing SDK documentation proxied from GitBook. Support for both standard MCP and SSE transport protocols.

What can I use SODAX Builders for?

Building cross-network DeFi integrations with real-time protocol data. Retrieving transaction status and intent history for specific wallet addresses. Integrating SODAX SDK methods into applications using AI-assisted coding. Monitoring money market borrowing and supply APY rates.

How do I install SODAX Builders?

Install SODAX Builders by running: Add the MCP server URL to your AI coding assistant's configuration

What MCP clients work with SODAX Builders?

SODAX Builders works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep SODAX Builders docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare