Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

dev.workers.perch-app.catchr/catchr

dev.workers.perch-app.catchr/catchr

Instant no-signup webhook & HTTP-request inspector for testing webhooks and agent tool-callbacks.

Uptime
100.0%
1 direct probes · 30d
Response
110ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

create_bin

Create a new no-signup capture bin. Returns a live URL you can point any webhook, callback, or agent tool-callback at, plus a token to read what it captured. No account needed.

get_requests

Read the HTTP requests captured by a bin (method, path, query, headers, body), newest first. Set wait to block until a request arrives — ideal for 'trigger then assert' with no polling loop.

set_response

Configure the HTTP response a bin returns to whatever hits its URL — set a status code, content-type and body. Use it to test how your webhook sender / agent handles a 500, a specific JSON reply, etc.…

clear_bin

Delete all captured requests from a bin (the bin stays usable). Requires the bin token.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dev.workers.perch-app.catchr/catchr": {
      "url": "https://catchr.perch-app.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}