bridge-rates-mcp
브리지 요금 MCP 서버
온체인 AI 에이전트의 의사 결정을 지원하기 위해 실시간 크로스체인 브리지 비율과 최적의 전송 경로를 제공하는 MCP 서버입니다.
특징
브리지 가격 가져오기 : USD 값, 가스 비용, 경로 제공자 및 태그를 포함하여 토큰 쌍에 대한 크로스 체인 브리지 가격을 마크다운 표로 표시하여 검색합니다.
지원되는 체인 목록 : LI.FI가 지원하는 블록체인 네트워크의 정렬된 목록을 가져옵니다.
지원되는 브리지 목록 : 크로스체인 전송에 사용 가능한 브리지와 거래소의 정렬된 목록을 얻습니다.
Related MCP server: mcp-chain-of-thought
필수 조건
Node.js : 버전 18 이상.
npm : 종속성 관리를 위해.
MCP 클라이언트 : 서버와 상호 작용하는 MCP 호환 클라이언트(예: Claude Desktop)입니다.
설치
저장소 복제 :
지엑스피1
종속성 설치 :
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
두 체인 사이의 토큰 쌍에 대한 크로스체인 브리지 비율을 가져와서 마크다운 테이블 형태로 사용 가능한 모든 경로를 반환합니다.
매개변수 :
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가 크로스체인 브리징을 위해 지원하는 체인의 정렬된 목록을 마크다운 표로 표시합니다.
매개변수 : 없음.
예시 프롬프트 :
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가 지원하는 브리지와 거래소의 정렬된 목록을 마크다운 표로 표시합니다.
매개변수 : 없음.
예시 프롬프트 :
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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
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