cd /news/ai-agents/show-hn-echorelay-reliable-http-deli… · home topics ai-agents article
[ARTICLE · art-44673] src=echorelay.dev ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Show HN: EchoRelay - Reliable HTTP delivery with retries, fan-out, and more

EchoRelay launches a universal relay service that combines a gateway, webhook broker, and AI-agent tool into one platform, enabling reliable HTTP delivery with retries, fan-out, and MCP server integration for AI agents. The service allows developers to stream model responses, resell APIs, and ingest events through a single endpoint, with a free tier and paid plans available.

read1 min views1 publishedJun 30, 2026
Show HN: EchoRelay - Reliable HTTP delivery with retries, fan-out, and more
Image: source

The universal relay

#

Connect everything.

Ship faster.

We carry the traffic. You ship.

The layer between your callers and every service: gateway, webhook broker, and AI-agent tool in one.

No credit card required.

The universal relay

We carry the traffic. You ship.

The layer between your callers and every service: gateway, webhook broker, and AI-agent tool in one.

No credit card required.

You ship models

Stream model responses through one endpoint, and let your agent configure it.

You resell APIs

Your endpoint up front, with keys, limits and validation in the middle.

You ingest events

One event in, every consumer out: retried, replayable, nothing lost.

curl -X POST https://your-project.echorelay.cloud/v1/your-endpoint \
  -H "Authorization: Bearer er_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"event":"order.placed","orderId":"ord_42"}'

HTTP/1.1 202 Accepted
{
  "status": "queued",
  "requestId": "…"
}

A single MCP server (Model Context Protocol: how AI agents call tools) exposes your API versions, endpoints, targets, billing.

Claude, ChatGPT, Cursor, OpenCode. Bearer token in, project on rails.

Describe the integration in plain English. Your agent writes the config.

POST https://mcp.echorelay.dev
{
  "jsonrpc": "2.0", "id": 1,
  "method": "tools/call",
  "params": {
    "name": "create_endpoint",
    "arguments": {
      "lineKey": "v1",
      "endpoint": {
        "name": "Webhook",
        "url": "/notify",
        "httpMethod": "POST",
        "targets": [{
          "name": "Slack",
          "targetUrl": "https://hooks.slack.com/..."
        }]
      }
    }
  }
}

A single MCP server (Model Context Protocol: how AI agents call tools) exposes your API versions, endpoints, targets, billing.

Claude, ChatGPT, Cursor, OpenCode. Bearer token in, project on rails.

Describe the integration in plain English. Your agent writes the config.

Actually free.

Buy a year. Use a year.

+25% on your first pack.

One number, every month.

First month half price.

Enterprise

All prices exclude VAT — applicable taxes are calculated at checkout. Compare plans in detail.

── more in #ai-agents 4 stories · sorted by recency
── more on @echorelay 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-echorelay-re…] indexed:0 read:1min 2026-06-30 ·