Skip to content
MCP ThesaurusMCP Thesaurus

AnyHook (moved)

CommunityIncomplete39/100Claim

npm anyhook-mcpstdioApache-2.0updated 17d ago

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.

SourceWebsite

What can you do with AnyHook (moved)?

AnyHook client packages

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.

Package npm What it is
anyhook-mcp npm MCP server โ€” lets a coding agent set up and operate webhook infrastructure by itself
anyhook-verify npm Verify AnyHook-Signature headers on your server (HMAC-SHA256, retry-safe)
@anyhook/core not published Shared 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