Back to MCP Directory
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
getBridgeRatesFetches cross-chain bridge rates for a specified token pair between two chains.
Read-only operation; retrieves data without modifying any state.
safe
getSupportedChainsRetrieves a sorted list of blockchain networks supported by LI.FI.
Read-only operation; retrieves data without modifying any state.
safe
getSupportedBridgesRetrieves 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.
