Submit

EchoRelay

EchoRelay is a multi-tenant HTTP relay: callers hit your versioned API lines, EchoRelay authenticates, rate-limits, and bills the request, then fans it out to your target URLs with retries and a dead-letter queue. The MCP server is the management plane — your agent can set up and operate a project end to end: create lines and endpoints, dry-run endpoint configs, manage API keys and key policies, invite team members, check billing and credits, read request logs and metrics, and retry or discard DLQ entries. Every tool carries read-only/destructive annotations, so MCP hosts can auto-approve reads and confirm destructive actions. Authentication is a Bearer token created in the EchoRelay panel. Docs: https://docs.echorelay.dev — pricing: https://echorelay.dev/pricing
Overview

EchoRelay — manage your HTTP relay from any MCP client

EchoRelay is a multi-tenant HTTP relay: callers hit your versioned API lines, EchoRelay authenticates, rate-limits, and bills each request, then fans it out to your target URLs with retries and a dead-letter queue.

This MCP server is the management plane. Your agent can set up and operate a relay project end to end — no dashboard clicking required.

What your agent can do

  • Projects & lines — create projects, versioned API lines (v1, v2, …), activate/deactivate lines.
  • Endpoints — create, update, duplicate, and dry-run endpoint configs against a JSON schema before they go live
  • API keys — create, rotate (with reveal-ahead successors), revoke; set key policies
  • Team — invite members, set roles
  • Billing — check credit balances, preview plan changes, manage subscriptions and add-ons
  • Observability — read request logs and metrics
  • Delivery — inspect the DLQ, retry or discard entries

Every tool carries readOnlyHint/destructiveHint annotations, so MCP hosts auto-approve reads and ask before destructive actions.

Connect

{
  "mcpServers": {
    "echorelay": {
      "type": "streamable-http",
      "url": "https://mcp.echorelay.dev",
      "headers": {
        "Authorization": "Bearer <your-mcp-token>"
      }
    }
  }
}

Create your token in the EchoRelay panel (https://echorelay.dev) under your project's API keys.

Server Config

{
  "mcpServers": {
    "echorelay": {
      "type": "streamable-http",
      "url": "https://mcp.echorelay.dev",
      "headers": {
        "Authorization": "Bearer <your-mcp-token>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.