kukapay/bridge-rates-mcp
An MCP server that delivers real-time cross-chain bridge rates and optimal transfer routes to onchain AI agents.
Platform-specific configuration:
{
"mcpServers": {
"bridge-rates-mcp": {
"command": "npx",
"args": [
"-y",
"bridge-rates-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that delivers real-time cross-chain bridge rates and optimal transfer routes to support decision-making by onchain AI agents.
[](https://discord.gg/aRnuu2eJ)
git clone https://github.com/kukapay/bridge-rates-mcp.git
cd bridge-rates-mcp npm install Configure your MCP client (e.g., Claude Desktop) to connect to the server. For Claude Desktop, edit the configuration file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json on Mac or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"bridge-rates": {
"command": "node",
"args": ["/absolute/path/to/bridge-rates-mcp/index.js"]
}
}
}Restart Claude Desktop and verify the tools are available (look for the hammer icon).
getBridgeRatesFetches cross-chain bridge rates for a token pair between two chains, returning all available routes in a Markdown table.
**P
Loading reviews...