目录 / Nahook
Nahook
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
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://nahook--support-bxh2.run.tools
{
"mcpServers": {
"Nahook": {
"url": "https://nahook--support-bxh2.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| whoami | Identify the authenticated workspace, role, plan, and CLI token for this MCP session. |
| list_endpoints | List the webhook endpoints in your workspace (public fields only, no secrets). |
| get_endpoint | Fetch a single webhook endpoint by its public id (ep_…), scoped to your workspace. |
| list_environments | List the environments in your workspace (e.g. production, staging). |
| list_deliveries | List an endpoint's webhook deliveries, newest-first, with keyset pagination and optional status filtering. |
| get_delivery | Fetch a single delivery's status and metadata by its public id (del_…). |
| list_attempts | List the attempt history (status, response code, timing) for a single delivery. |
| create_endpoint | Create a new webhook endpoint in your workspace (requires owner/admin/member role). |
| update_endpoint | Update an existing webhook endpoint by its public id (requires owner/admin/member role). |
| retry_delivery | Retry a previously failed or dead-lettered delivery (requires owner/admin/member role). |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。