# catchr MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/dev-workers-perch-app-catchr-catchr
- Website: https://catchr.perch-app.workers.dev

## Install
- Endpoint: https://catchr.perch-app.workers.dev/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://catchr.perch-app.workers.dev/mcp

## Tools
- 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. Endpoint: https://catchr.perch-app.workers.dev/mcp
- 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. Endpoint: https://catchr.perch-app.workers.dev/mcp
- 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. Omit or reset to return the default 200. Requires the bin token. Endpoint: https://catchr.perch-app.workers.dev/mcp
- clear_bin - Delete all captured requests from a bin (the bin stays usable). Requires the bin token. Endpoint: https://catchr.perch-app.workers.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.workers.perch-app.catchr
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 28, 2026
- Source: https://registry.modelcontextprotocol.io
