bridge-rates-mcp
ブリッジレートMCPサーバー
オンチェーン AI エージェントによる意思決定をサポートするために、リアルタイムのクロスチェーン ブリッジ レートと最適な転送ルートを提供する MCP サーバー。
特徴
ブリッジ レートの取得: USD 値、ガス コスト、ルート プロバイダー、タグなど、Markdown テーブルに表示されるトークン ペアのクロスチェーン ブリッジ レートを取得します。
サポートされているチェーンのリスト: LI.FI でサポートされているブロックチェーン ネットワークの並べ替えられたリストを取得します。
サポートされているブリッジの一覧: クロスチェーン転送に使用できるブリッジと取引所の並べ替えられたリストを取得します。
Related MCP server: mcp-chain-of-thought
前提条件
Node.js : バージョン 18 以上。
npm :依存関係管理用。
MCP クライアント: サーバーと対話するための MCP 互換クライアント (例: Claude Desktop)。
インストール
リポジトリのクローンを作成します:
git clone https://github.com/kukapay/bridge-rates-mcp.git cd bridge-rates-mcp依存関係をインストール:
npm installMCPクライアントとの統合:MCPクライアント(例:Claude Desktop)をサーバーに接続するための設定を行います。Claude Desktopの場合は、設定ファイル(例:Macの場合は
~/Library/Application Support/Claude/claude_desktop_config.json、Windowsの場合は%APPDATA%\Claude\claude_desktop_config.json)を編集します。{ "mcpServers": { "bridge-rates": { "command": "node", "args": ["/absolute/path/to/bridge-rates-mcp/index.js"] } } }Claude Desktop を再起動し、ツールが利用可能であることを確認します (ハンマー アイコンを探します)。
ツール
1. getBridgeRates
2 つのチェーン間のトークン ペアのクロスチェーン ブリッジ レートを取得し、利用可能なすべてのルートを Markdown テーブルで返します。
パラメータ:
fromChainId(文字列、必須): ソースチェーン ID (例: Ethereum の場合は "1")。toChainId(文字列、必須): 宛先チェーン ID (例: Optimism の場合は「10」)。fromTokenAddress(文字列、必須): ソーストークン契約アドレス。toTokenAddress(文字列、必須): 宛先トークン契約アドレス。fromAmount(文字列、オプション): 最小トークン単位でブリッジする金額 (デフォルト: "10000000")。
プロンプトの例:
What's the bridge rate from Arbitrum USDC to Optimism DAI?出力例:
| From Amount | From Amount USD | To Amount | To Amount USD | To Amount Min | Gas Cost USD | Providers | Tags |
|-------------|-----------------|-----------|---------------|---------------|--------------|-----------|----------------------|
| 10000000 | 10.00 | 9980000 | 9.98 | 9940000 | 0.2300 | hop | RECOMMENDED,CHEAPEST |
| 10000000 | 10.00 | 9975000 | 9.97 | 9935000 | 0.2500 | connext | None |2. getSupportedChains
LI.FI がクロスチェーン ブリッジング用にサポートするチェーンの並べ替えられたリストを取得し、Markdown テーブルで表示します。
パラメータ: なし。
プロンプトの例:
List all supported chains for bridging.出力例:
| Chain Type | ID | Key | Name | Native Token |
|------------|----|-----|---------------|--------------|
| EVM | 1 | eth | Ethereum | ETH |
| EVM | 10 | opt | Optimism | ETH |
| EVM | 137| pol | Polygon | MATIC |
| SVM | 101| sol | Solana | SOL |3. getSupportedBridges
LI.FI でサポートされているブリッジと取引所の並べ替えられたリストを取得し、Markdown テーブルで表示します。
パラメータ: なし。
プロンプトの例:
List all supported bridges for cross-chain bridging.出力例:
| Key | Name | Type |
|---------------|---------------------|----------|
| across | Across | BRIDGE |
| connext | Connext | BRIDGE |
| hop | Hop Protocol | BRIDGE |
| sushiswap | SushiSwap | EXCHANGE |
| uniswap | Uniswap | EXCHANGE |ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceAn MCP server that provides real-time funding rate data across major crypto exchanges.8MIT
- AlicenseBqualityDmaintenanceShrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems.155221MIT
- AlicenseAqualityFmaintenanceAn MCP server that gives AI agents fast access to verified EVM chain information, including RPC URLs, chain IDs, explorers, and native tokens.22MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Multi-aggregator swap router for AI agents on Base. 10 bps fee. MCP-native, non-custodial.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/bridge-rates-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server