# Webhook Tester — Send & Measure HTTP Endpoints

Webhook testing API for AI agents. Send POST/PUT/PATCH/DELETE requests to any endpoint with custom headers and JSON payloads. Measure response latency, TLS handshake time, and status codes.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/webhook-tester

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/webhook-tester

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/webhook-tester api_test_webhook

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/webhook-tester api_test_webhook '{}'
```

## Direct MCP Connection

Endpoint: `https://webhook-tester--axel-belfort.run.tools`

## Tools (1)

- `api_test_webhook` — Use this when you need to test a webhook endpoint by sending a request with custom headers, body, and method. Returns f…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/webhook-tester <tool-name>
```
