Nahook

Created By
getnahook14 hours ago
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"
      ]
    }
  }
}
Project Info
Created At
14 hours ago
Updated At
13 hours ago
Author Name
getnahook
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Debmatic Mcp
@claymore666

# debmatic-mcp Connects to a **HomeMatic CCU**'s built-in JSON-RPC API and exposes your devices, rooms, programs, and system variables as MCP tools — **no addons, no XML-API, no cloud**, just a direct connection on your local network. Works with **debmatic**, **CCU3**, and **RaspberryMatic**. ## Features - **25 tools** spanning device control, diagnostics, and configuration - **Read**: list devices/rooms/functions/programs/system variables, read values & paramsets, describe device types, list links - **Control**: set values, run programs, set/create/delete system variables, assign/unassign channels, execute HM-Script - **Diagnostics**: RSSI/radio quality, service messages (read + acknowledge), system info - **Production-hardened**: bearer-token auth with expiry & rotation, optional native TLS, CCU certificate verification (fingerprint pin or CA), rate limiting, DNS-rebinding protection, and structured tool output (`outputSchema`) ## Install ```json { "mcpServers": { "debmatic": { "command": "npx", "args": ["-y", "debmatic-mcp", "--stdio"], "env": { "CCU_HOST": "your-ccu-host", "CCU_PASSWORD": "your-ccu-password" } } } } Configuration Required: CCU_HOST, CCU_PASSWORD Common optional: CCU_USER (default Admin), CCU_HTTPS (default false), CCU_PORT (80/443), CACHE_DIR (default /data) Also runs as a standalone HTTP server (Docker) for networked clients. Full docs in the README. Repo: https://github.com/claymore666/debmatic-mcp · npm: debmatic-mcp · License: MIT

a day ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago
Memlane

9 hours ago
Algostock

2 days ago
Mcp Symone

a day ago