lifi
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
get-tokens— Retrieve all tokens supported by LI.FI.get-token— Get details about a specific token including price, decimals, and contract address.get-chains— List all supported blockchain networks.get-chain-by-id— Look up a chain by its numeric ID.get-chain-by-name— Look up a chain by name (case-insensitive).get-quote— Get the best route for a swap. Primary tool. Returns the optimal route, fees, estimated time, and a transactionRequest ready for signing.get-routes— Get multiple route options for comparison.get-step-transaction— Convert a route step into an executable transaction.get-status— Track the progress of a cross-chain transfer.get-quote-with-calls— Get a quote with custom contract calls (Zaps) for bridge-plus-deposit flows.get-connections— Check available swap routes between chains.get-tools— List available bridges and DEXes with their key and name values.get-gas-prices— Get current gas prices for all supported chains.get-gas-suggestion— Get detailed gas parameters for a specific chain.get-native-token-balance— Check the native token balance for a wallet address.get-token-balance— Check an ERC20 token balance for a wallet address.get-allowance— Check token spending approval before a swap.test-api-key— Verify that an API key is valid; returns key status and rate limit information.health-check— Check server health and version.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.