Webhook Tester API
io.github.Br0ski777/webhook-testerTest webhook endpoints — send requests, measure latency, validate responses. x402 micropayment.
Tools · 1
Use this when you need to test a webhook endpoint by sending a request with custom headers, body, and method. Returns full response data in JSON. Returns: 1. statusCode 2. responseBody (parsed JSON o…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"webhook_tester_api": {
"url": "https://webhook-tester.api.klymax402.com/mcp",
"transport": "sse"
}
}
}