AnyHook client packages

MCP serverAI & models

This app gives your AI a webhook inbox: one call returns a live URL that can receive webhooks. Once added, your AI can mock, verify, inspect, and replay what arrives, which makes testing and troubleshooting webhooks much easier.

Available today. Use it from your connected AI after setup.

Add the app, then ask your AI to create an inbox. A single call returns a live URL you can start sending webhooks to.

Then ask your AI: use AnyHook client packages

What your AI can do with it

  • Create a live URL with a single call
  • Mock incoming webhooks
  • Verify that webhooks arrived
  • Inspect the contents of received webhooks
  • Replay past webhooks

From the project's README

As published by gba3124/anyhook-mcp in README.md.

Source for the npm packages that go with AnyHook, a webhook relay: change one URL and your webhooks get automatic retries, a full event log, and one-click replay.

PackagenpmWhat it is
anyhook-mcpMCP server — lets a coding agent set up and operate webhook infrastructure by itself
anyhook-verifyVerify AnyHook-Signature headers on your server (HMAC-SHA256, retry-safe)
@anyhook/corenot publishedShared internals (signature logic, provider fixtures), bundled into the two above

The 30-second version

{ "mcpServers": { "anyhook": { "command": "npx", "args": ["-y", "anyhook-mcp"] } } }

No API key needed up front. The anyhook_quickstart tool provisions a live webhook endpoint and key on its own (no account, 7-day TTL, claimable into a free account later). 12 tools: quickstart, apps, events, inspect, replay, mock/simulate for testing, signature verification.

Prefer plain HTTP? The same bootstrap is one curl:

curl -X POST https://anyhook.net/api/v1/quickstart

Development

pnpm workspace. Node 20+.

pnpm install
pnpm test    # vitest across all packages
pnpm build   # tsup

The hosted relay itself (ingress, forwarder, dashboard) is a separate closed-source service — this repo is the client tooling. API reference: openapi.json · agent docs: llms.txt · pricing: pricing.md

License

Apache-2.0

Signals

Last commit
Sep 2026
Weekly downloads
33
Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-gba3124-mcp
Source
github.com/gba3124/anyhook-mcp
Hosted endpoint
https://anyhook.net/mcp