MCP Server
MCP
Relay
Cross-chain bridge and swap quotes, fee estimation, and transaction tracking via Relay Protocol.
Install
npx -y @relayprotocol/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@relayprotocol/relay-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional API key for higher rate limits",
"isSecret": true,
"name": "RELAY_API_KEY"
},
{
"description": "Relay API base URL (default: https://api.relay.link)",
"name": "RELAY_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment