Bridge Rates MCP Server
@kukapay
Bridge Rates MCP Server について
An MCP server that delivers real-time cross-chain bridge rates and optimal transfer routes to onchain AI agents.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"bridge-rates": {
"command": "node",
"args": [
"/absolute/path/to/bridge-rates-mcp/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Bridge Rates MCP Server?
Bridge Rates MCP Server is a Model Context Protocol server that delivers real-time cross-chain bridge rates and optimal transfer routes, enabling onchain AI agents to make informed bridging decisions. It integrates with LI.FI to retrieve rate quotes, supported chains, and available bridges.
How to use Bridge Rates MCP Server?
Requires Node.js 18+ and an MCP-compatible client. Clone the repository, run npm install, then configure your MCP client (e.g., Claude Desktop) to execute node /path/to/index.js. Restart the client to activate the three tools.
Key features of Bridge Rates MCP Server
- Get bridge rates for token pairs across chains.
- Results include USD values, gas costs, and provider tags.
- List all blockchain networks supported by LI.FI.
- List all bridges and exchanges available for cross-chain transfers.
- Outputs data in readable Markdown tables.
Use cases of Bridge Rates MCP Server
- An AI agent compares bridge routes to minimize fees or maximize received amount.
- A user queries which chains are supported before initiating a transfer.
- A developer discovers available bridge providers for a cross-chain dApp.
- An agent monitors best available rates for automated rebalancing.
FAQ from Bridge Rates MCP Server
What are the runtime requirements?
Node.js version 18 or higher is required, along with npm for dependency management.
Where does the data come from?
All bridge rates and supported chain/bridge data are fetched from LI.FI.
How is the server transported and authenticated?
The server connects to an MCP client via stdio (no network transport). No authentication or API key is needed.
Are there any known limits?
The fromAmount parameter has a default value of "10000000" (smallest token unit) when not specified. No other rate limits are mentioned.
What is the license?
The project is licensed under the MIT License.
「開発者ツール」の他のコンテンツ
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
コメント