RequestBin MCP Serverofficial
A
licenseA
qualityD
maintenanceEnables AI coding agents to create webhook bins, inspect and replay HTTP requests, and stand up mock API endpoints directly from the editor.
13
9 npm
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool has a clearly distinct purpose: creating an inbox, listing requests, inspecting a request, replaying a request, and waiting for new requests. No ambiguity between them.
All tools follow a consistent verb_noun pattern (e.g., create_webhook_inbox, list_requests). No mixing of conventions.
With 5 tools, the set is well-scoped for a webhook debugging server. Not too few or too many.
Core operations are covered (create, list, inspect, replay, wait). Missing delete functionality for inboxes or requests, but the agent can work around this minor gap.