dev.workers.perch-app.catchr/catchr
dev.workers.perch-app.catchr/catchrInstant no-signup webhook & HTTP-request inspector for testing webhooks and agent tool-callbacks.
Tools · 4
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.
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.
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.…
Delete all captured requests from a bin (the bin stays usable). Requires the bin token.
Similar MCP servers embedding-nearest
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"
}
}
}