Real-time cross-chain bridge rate comparison across major bridges. Find the cheapest and fastest route to move assets between chains.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill bridge-rates-mcp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bridge Rates Mcp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-bridge-rates-mcp)More formats (shields.io, HTML) on the badges page.
---
name: bridge-rates-mcp
description: "Real-time cross-chain bridge rate comparison across major bridges. Find the cheapest and fastest route to move assets between chains."
version: 1.0.0
metadata:
openclaw:
tags: [defi, bridge, cross-chain, rates, comparison, transfers]
official: false
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...