Submit

Nahook

@getnahook

Manage and debug your webhooks from your AI assistant
Overview

Nahook MCP Server

The official MCP server for Nahook — the developer-experience layer for webhooks. Drive your webhook platform from your AI assistant (Claude, ChatGPT, Cursor, …) in plain language, with the same permissions you have in the dashboard.

What you can ask

  • Inspect — list your webhook endpoints and environments
  • Debug — browse delivery history and attempt-by-attempt logs: status codes, response times, and the exact reason a delivery failed
  • Recover — retry failed or dead-lettered deliveries
  • Manage — create and update endpoints

Every action is scoped to your own Nahook workspace. Signing secrets and endpoint credentials are never exposed.

Two ways to connect

  • Hosted (recommended): add the URL https://mcp.nahook.com/ — connects over OAuth, no API keys to paste.
  • Local CLI: runs via the Nahook CLI (nahook mcp serve) — adds the production event-firing tools.
{
  "mcpServers": {
    "nahook": {
      "command": "nahook",
      "args": ["mcp", "serve"]
    }
  }
}

Prerequisite for the local server: brew install getnahook/tap/nahook && nahook login.

Example prompts

- "Why did the last delivery to ep_… fail? Show the attempts."
- "Retry the dead-lettered deliveries for ep_… from the last hour."
- "Create an endpoint pointing at https://api.example.com/hooks."

Links

- Website: https://nahook.com (free Hobby tier, no credit card)
- Docs: https://docs.nahook.com/mcp
- Source: https://github.com/getnahook/nahook-mcp

Server Config

{
  "mcpServers": {
    "nahook": {
      "command": "nahook",
      "args": [
        "mcp",
        "serve"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.