Back to MCP Directory
Bridge Rates
Model Context Protocol low risk

Bridge Rates

This MCP server provides real-time cross-chain bridge rates and optimal transfer routes, assisting onchain AI agents in making informed decisions.

Connections & Capabilities

Connects To

GitHubDiscord

Capabilities

read

Quickstart

Config

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

Exposed MCP Tools (3)

safe
getBridgeRates

Fetches cross-chain bridge rates for a specified token pair between two chains.

Read-only operation; retrieves data without modifying any state.

safe
getSupportedChains

Retrieves a sorted list of blockchain networks supported by LI.FI.

Read-only operation; retrieves data without modifying any state.

safe
getSupportedBridges

Retrieves a sorted list of bridges and exchanges supported by LI.FI.

Read-only operation; retrieves data without modifying any state.

Safety Assessment

This server is generally safe due to its read-only nature and limited scope. However, the reliance on external APIs and potential for denial-of-service attacks should be considered. It is safe to use as long as the client handles the Markdown output securely and the user is aware of the potential for data inaccuracies.

  • Read-only operations for fetching bridge rates and supported chains/bridges.
  • No direct access to user funds or blockchain interaction.
  • No authentication required, reducing the risk of compromised credentials.
  • Limited scope: only provides data retrieval, not transaction execution.
  • Reliance on external LI.FI API, potential for data inaccuracies or API downtime.
  • Potential for denial-of-service if the server is overwhelmed with requests.
  • No input validation on chain IDs or token addresses could lead to unexpected API calls.
  • Markdown output could be vulnerable to Markdown injection if not properly handled by the client.