The official MCP server for **Nahook**, the developer-experience layer for webhooks. It lets your AI assistant drive your webhook platform in plain language — with the same permissions you have in the dashboard. Ask your assistant to: - **Inspect endpoints** — list endpoints and environments in your workspace - **Debug deliveries** — browse delivery history and attempt-by-attempt logs (status codes, response times, and the exact failure reason) - **Recover** — retry failed or dead-lettered deliveries - **Manage** — create and update webhook endpoints Every action is scoped to your own Nahook workspace. The hosted server connects over OAuth — no API keys to copy and paste — and signing secrets and endpoint credentials are never exposed. New to Nahook? Start free on the Hobby plan (no credit card) at https://nahook.com · Docs: https://docs.nahook.com/mcp
How to connect
https://server.smithery.ai/support-bxh2/nahook/mcp
curl -X POST https://server.smithery.ai/support-bxh2/nahook/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'