alimo7amed93/webhook-tester-mcp
by Various
FastMCP server for managing and testing webhooks via webhook-test.com API
MCP
alimo7amed93/webhook-tester-mcp
Added 1 June 2026
Overview
A FastMCP server that wraps the webhook-test.com API to let you create, inspect, and delete webhook endpoints from within an MCP-compatible client. It sends test payloads and retrieves captured requests without leaving your development environment.
Best for
Best for
Developers who need to quickly test webhook callbacks from within an MCP-compatible IDE or agent
Use cases
- Create temporary webhook endpoints to test outgoing payloads from your app
- Inspect captured HTTP requests and headers during integration testing
- Delete webhook endpoints after verifying callback behavior
How to use
Tools exposed
pip
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "webhook-tester-mcp": {\n "command": "fastmcp",\n "args": ["run", "{{fullPath}}\Webhook-test_mcp\server.py"]\n }\n }\n } Notes
A FastMCP server that wraps the webhook-test.com API to let you create, inspect, and delete webhook endpoints from within an MCP-compatible client. It sends test payloads and retrieves captured requests without leaving your development environment.
8 stars on GitHub. Last updated 2025-04-25.
Use cases
- Create temporary webhook endpoints to test outgoing payloads from your app
- Inspect captured HTTP requests and headers during integration testing
- Delete webhook endpoints after verifying callback behavior
Pros
- Tight integration with MCP clients for in-editor webhook debugging
- Lightweight Python server with minimal setup
- Direct access to webhook-test.com’s free testing infrastructure
Cons
- Depends on an external service (webhook-test.com) which may have uptime or rate limits
- Limited to the features exposed by the webhook-test.com API
- Small community (8 stars) and potentially slower maintenance
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Tight integration with MCP clients for in-editor webhook debugging
- Lightweight Python server with minimal setup
- Direct access to webhook-test.com's free testing infrastructure
Cons
- Depends on an external service (webhook-test.com) which may have uptime or rate limits
- Limited to the features exposed by the webhook-test.com API
- Small community (8 stars) and potentially slower maintenance
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.