bridge-rates-mcp

Real-time cross-chain bridge rate comparison across major bridges. Find the cheapest and fastest route to move assets between chains.

23 stars

Best use case

bridge-rates-mcp is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Real-time cross-chain bridge rate comparison across major bridges. Find the cheapest and fastest route to move assets between chains.

Teams using bridge-rates-mcp should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/bridge-rates-mcp/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/defi/bridge-rates-mcp/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/bridge-rates-mcp/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How bridge-rates-mcp Compares

Feature / Agentbridge-rates-mcpStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Real-time cross-chain bridge rate comparison across major bridges. Find the cheapest and fastest route to move assets between chains.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Bridge Rates MCP

MCP server for real-time cross-chain bridge rate comparison.

Compares bridge rates across major cross-chain bridges in real-time to help users find the cheapest and fastest route for moving assets between blockchain networks. Aggregates quotes from bridges like Stargate, Across, Hop, Synapse, and more.

## Installation

```json
{
  "mcpServers": {
    "bridge-rates": {
      "command": "npx",
      "args": ["-y", "bridge-rates-mcp"]
    }
  }
}
```

## Features

- Compare fees and speed across major bridges
- Support for all major EVM chains and L2s
- Real-time quote aggregation
- Gas cost estimation included in comparisons

## Links

- **LI.FI**: https://li.fi
- **Socket**: https://socket.tech

Related Skills

lifi-cross-chain-bridge

23
from jiayaoqijia/cryptoskill

Multi-protocol bridge aggregator comparing routes by output, fees, and speed across 20+ chains.

lifi-bridge

23
from jiayaoqijia/cryptoskill

Bridge tokens across 15+ chains with optimal route selection and multiple bridge providers.

lifi-bridge-router

23
from jiayaoqijia/cryptoskill

Execute cross-chain token transfers with optimal route selection across 20+ bridges and 30+ chains.

lifi-bridge-agent

23
from jiayaoqijia/cryptoskill

Get quotes and execute cross-chain bridges via Li.Fi aggregator across 20+ chains.

bridge-agent-crosschain

23
from jiayaoqijia/cryptoskill

Bridges tokens between Sepolia and Base Sepolia networks, finding optimal routes and timing for cross-chain transfers.

8004-skill

23
from jiayaoqijia/cryptoskill

ERC-8004 Trustless Agents - Register and manage AI agent identities on TRON and BSC blockchains with on-chain reputation tracking

8004-MCP - Agent Registry Protocol

23
from jiayaoqijia/cryptoskill

Multi-chain MCP server for ERC-8004 Agent Registry. Query agents, reputation, and feedback across Solana + EVM chains.

supurr

23
from jiayaoqijia/cryptoskill

Backtest, deploy, and monitor trading bots on Hyperliquid. Supports Grid, DCA, and Spot-Perp Arbitrage strategies across Native Perps, Spot markets (USDC/USDH), and HIP-3 sub-DEXes.

senpi-skills

23
from jiayaoqijia/cryptoskill

Agent Skills for autonomous crypto trading on Hyperliquid — trailing stops, market scanning, position management, and more.

sdks

23
from jiayaoqijia/cryptoskill

Official Azex SDKs — TypeScript, Python, MCP Server, CLI for the crypto-native LLM API gateway

perp-cli

23
from jiayaoqijia/cryptoskill

Multi-DEX perpetual futures CLI + MCP server — Pacifica (Solana), Hyperliquid, Lighter (Ethereum). 18 MCP tools for AI-powered trading

okx-exchange-websocket-skill

23
from jiayaoqijia/cryptoskill

Subscribe to OKX public exchange WebSocket channels through UXC raw WebSocket mode for ticker, trade, book, and candle events with explicit subscribe frames.