Relay Protocol MCP Server
An MCP server for the Relay Protocol REST API, enabling cross-chain bridging and token swapping operations.
Relay Protocol MCP Server
Model Context Protocol (MCP) server for the Relay Protocol REST API enabling cross-chain bridging and token swapping operations.
Features
- Cross-Chain Bridging - Bridge tokens between 50+ blockchain networks
- Multi-Chain Swaps - Aggregate tokens from multiple chains into single destination
- Real-Time Pricing - Get current token prices across all supported chains
- Request Monitoring - Track execution status and transaction details
- Currency Discovery - Browse 1000+ supported tokens with filtering
- Zero Configuration - No API keys required (free public API)
- Type Safety - Full TypeScript support with comprehensive validation
Quick Start
# Install and build
yarn install && yarn build
# Run development server
yarn dev
# Run production server
yarn start
MCP Integration
Add to your Claude Desktop configuration file:
Config Location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"Relay Protocol": {
"command": "node",
"args": ["/absolute/path/to/relay-protocol-mcp-server/dist/index.js"]
}
}
}
Available Tools (9 total)
| Tool | Purpose | Example Use Case |
|---|---|---|
relay_get_chains | List supported blockchain networks | "Show me all chains Relay supports" |
relay_get_token_price | Get real-time token prices | "What's the price of USDC on Ethereum?" |
relay_get_currencies | Discover tokens with advanced filtering | "Show verified tokens on Arbitrum" |
relay_get_quote | Generate bridging/swap quotes | "Quote bridging 100 USDC from Ethereum to Polygon" |
relay_swap_multi_input | Execute multi-chain swaps | "Swap ETH + USDC from multiple chains to USDC on Base" |
relay_get_execution_status | Track request progress | "Check status of my bridge transaction" |
relay_get_requests | Monitor request history | "Show my recent cross-chain transactions" |
relay_transactions_index | Index transactions for tracking | "Register this transaction for monitoring" |
relay_transactions_single | Index specific transfers/wraps | "Track this specific transfer operation" |
Example Prompts
# Bridge tokens
"Bridge 100 USDC from Ethereum to Polygon"
"What chains can I bridge USDC between?"
# Multi-chain swaps
"Swap all my USDC from Ethereum and Polygon to ETH on Arbitrum"
"Consolidate my tokens from multiple chains into USDC on Base"
# Price discovery
"Show current ETH prices across all chains"
"What's the cheapest way to get USDC on Optimism?"
# Currency discovery
"Find all stablecoins available on Polygon"
"Show me verified tokens with bridging support"
Development
yarn typecheck # Type checking
yarn dev # Development with auto-reload
yarn build # Production build
yarn start # Start production server
Project Structure
src/
├── client/ # HTTP client and error handling
├── tools/ # 9 MCP tool implementations
├── types/relay.ts # Complete TypeScript definitions
├── config.ts # API configuration
└── index.ts # MCP server entry point
Troubleshooting
"No available tools" in Claude:
- Verify absolute path in config is correct
- Test server:
echo '{"jsonrpc": "2.0", "id": 1, "method": "tools/list"}' | node dist/index.js - Restart Claude Desktop after config changes
- Ensure Node.js >= 20.0.0 and
yarn buildcompleted
Connection issues:
- Run
yarn buildbefore starting - Check server starts without errors:
yarn dev - Verify JSON syntax in Claude config file
Requirements
- Node.js >= 20.0.0
- yarn package manager
API Reference
Full access to Relay Protocol REST API with TypeScript types and validation. The Relay Protocol supports:
- 50+ Blockchain Networks including Ethereum, Polygon, Arbitrum, Optimism, Base, etc.
- 1000+ Tokens with real-time pricing and bridging support
- Free Public API with no rate limits or authentication required
- Production-Ready infrastructure handling millions in daily volume
License
MIT
Related Servers
Mnemex
Mnemex is a Python MCP server that provides AI assistants with human-like memory dynamics through temporal decay and natural spaced repetition, storing memories locally in human-readable JSONL and Markdown formats.
MISP MCP Server
Integrates with MISP (Malware Information Sharing Platform) to provide threat intelligence capabilities to Large Language Models.
Firelinks.cc MCP
Create and manage short links for tracking and distributing traffic.
VFX MCP
A powerful video editing server using ffmpeg-python to process external video files.
MCP Goodnews
An MCP application that delivers curated positive and uplifting news stories using NewsAPI and Cohere LLM.
Gaggiuino MCP
An MCP server for the Gaggiuino open-source espresso machine, providing real-time local network access to machine status and shot data.
NBA MCP Server
Provides NBA statistics and live game data using the Model Context Protocol (MCP).
渠道洞察服务
Provides sales channel analysis, including distribution, dealer networks, and coverage, to help understand enterprise channel layouts.
BSC MultiSend MCP
Perform bulk BNB and BEP20 token transfers on the BNB Smart Chain (BSC).
Chess Stats
An MCP server that provides chess statistics for any player.