Bridge Rates MCP Server

An MCP server that delivers real-time cross-chain bridge rates and optimal transfer routes to onchain AI agents.

Local serverstdio

What is the Bridge Rates MCP server?

An MCP server that delivers real-time cross-chain bridge rates and optimal transfer routes to onchain AI agents. The bridge rates mcp server wraps that behind the Model Context Protocol, so an assistant can use it rather than through you.

What it actually does

  • Get Bridge Rates — Retrieve cross-chain bridge rates for token pairs, including USD values, gas costs, route providers and tags, presented in a Markdown table
  • List Supported Chains — Fetch a sorted list of blockchain networks supported by LI.FI
  • List Supported Bridges — Obtain a sorted list of bridges and exchanges available for cross-chain transfers

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Configuration

  • Node.js: Version 18 or higher. - npm: For dependency management. - MCP Client: An MCP-compatible client (e.g., Claude Desktop) to interact with the server.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by kukapay; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the bridge rates mcp server does with a few real requests.

How to install the Bridge Rates MCP server

{
     "mcpServers": {
       "bridge-rates": {
         "command": "node",
         "args": ["/absolute/path/to/bridge-rates-mcp/index.js"]
       }
     }
   }

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js: Version 18 or higher. - npm: For dependency management. - MCP Client: An MCP-compatible client (e.g., Claude Desktop) to interact with the server.

Frequently asked questions

Node.js version 18 or higher is required, along with npm for dependency management.