For the complete documentation index, see llms.txt. This page is also available as Markdown.

MCP Server

The WheelX MCP (Model Context Protocol) Server allows AI assistants and LLM-powered applications to interact with the WheelX DeFi platform — getting quotes, tracking orders, estimating gas, and comparing swap routes — all through a standardized protocol.

Built with FastMCP, it exposes 6 tools and 3 resources for AI agents.

What You Can Do

Tools

Tool
Description

get_quote

Get swap/bridge quotes with transaction payload

get_order_status

Check the status of submitted orders

get_supported_chains

List all supported blockchain networks

calculate_token_amount

Convert human-readable amounts to raw token units

estimate_gas_cost

Estimate gas costs for transactions

compare_quotes

Compare quotes with different slippage settings

Resources

Resource URI
Description

wheelx://chains/{chain_id}/tokens

Get popular tokens for a specific chain

wheelx://status

Check WheelX service status and availability

wheelx://docs/usage

Usage documentation

Supported Chains

Ethereum (1), Optimism (10), BNB Smart Chain (56), Polygon (137), Arbitrum One (42161), Base (8453), Avalanche C-Chain (43114)

Install & Run

Configuration

Set via environment variables:

Variable
Default
Description

WHEELX_BASE_URL

https://api.wheelx.fi

API base URL (planned)

WHEELX_TIMEOUT

30

Request timeout in seconds (planned)

Environment variable support is planned for a future release. Currently the server uses built-in defaults: https://api.wheelx.fi with a 30-second timeout.

Usage Example

Last updated

Was this helpful?