# Webhook Tester API MCP server

Test webhook endpoints â€” send requests, measure latency, validate responses. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-webhook-tester
- Repository: https://github.com/Br0ski777/webhook-tester-x402
- Website: https://github.com/Br0ski777/webhook-tester-x402

## Install
- Endpoint: https://webhook-tester.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://webhook-tester.api.klymax402.com/mcp

## Tools
- api_test_webhook - 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 or text) 3. responseHeaders (key-value map) 4. latency in ms 5. tlsInfo (protocol, cipher) 6. method used 7. requestSize and responseSize in bytes.

Example output: {"url":"https://hooks.example.com/callback","method":"POST","statusCode":200,"responseBody":{"received":true},"latency":142,"tlsInfo":{"protocol":"TLSv1.3","cipher":"AES-256-GCM"},"requestSize":256,"responseSize":48}

Use this FOR testing webhook integrations, debugging API callbacks, validating endpoint availability, and measuring webhook response times.

Do NOT use for web scraping -- use web_scrape_to_markdown instead. Do NOT use for screenshot capture -- use capture_screenshot instead. Do NOT use for HTTP header security audit -- use network_analyze_headers instead. Endpoint: https://webhook-tester.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
