AnyHook (moved)
NPM · ANYHOOK-MCP · SCANNED AUG 3
Moved to net.anyhook/anyhook. Webhook relay for agents: keyless quickstart, replay, mock.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 13 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability64
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1163 tokens (~96/item across 12 items; 12 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage93
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 80% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · anyhook-mcp
claude mcp add gba3124-mcp -- npx -y anyhook-mcp
codex mcp add gba3124-mcp -- npx -y anyhook-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gba3124-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"anyhook-mcp"
],
"enabled": true
}
}
} openclaw mcp add gba3124-mcp --command npx --arg -y --arg anyhook-mcp
mcp_servers:
gba3124-mcp:
command: "npx"
args: ["-y", "anyhook-mcp"] {
"mcpServers": {
"gba3124-mcp": {
"command": "npx",
"args": [
"-y",
"anyhook-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +46
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Tool coverage: 100 → unverified ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- First check of Schema quality: unverified functional
- Licence: Apache-2.0 functional
- 1 Aug 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 45
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
anyhook_apps_create Create a new AnyHook app ~121
Create a new app with a name, provider source, and (optionally) destinations. Returns the inbound URL.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | — | API key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio. |
| destinations | array | — | Destination URLs that should receive forwarded events. |
| name | string | yes | Human-readable app name. |
| source | string | yes | Provider name (stripe, github, shopify, ...). Used for signature auto-detection. |
No output schema declared.
No examples provided.
anyhook_apps_list List your AnyHook apps ~65
List apps in your AnyHook account with inbound URLs, sources, and destination URLs.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | — | API key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio. |
No output schema declared.
No examples provided.
anyhook_events List recent webhook events ~155
List webhook events (most recent first). Uses your AnyHook account when connected (via ANYHOOK_API_KEY or anyhook_quickstart), otherwise the local in-memory store.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | — | API key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio. |
| appSlug | string | — | Filter to a specific app slug (account mode). |
| limit | integer | — | — |
| source | string | — | Filter by provider source (local mode). |
| status | string | — | Filter by status. Account mode: queued|success|retrying|failed. Local mode: received|forwarded|failed|retrying. |
No output schema declared.
No examples provided.
anyhook_inspect Inspect a specific event ~82
Full detail for one event: source, type, status, delivery summary. Account or local store.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | — | API key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio. |
| id | string | yes | Event ID returned by anyhook_events. |
No output schema declared.
No examples provided.
anyhook_mock Mock a webhook ~134
Generate a webhook request with a valid signature for Stripe, GitHub, or Slack. If targetUrl is provided, the request is POSTed there and the response is returned.
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | Optional fields to deep-merge into the fixture. |
| event | string | yes | Event name (e.g. 'payment_intent.succeeded' for Stripe). |
| provider | string | yes | Webhook provider to simulate. |
| secret | string | — | Signing secret. Falls back to a deterministic default per provider. |
| targetUrl | string | — | If set, POST the generated request to this URL and return the response. |
No output schema declared.
No examples provided.
anyhook_providers List supported providers and event types ~27
List webhook providers AnyHook can mock, along with the event types available for each.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
anyhook_quickstart Create a free AnyHook endpoint (no account needed) ~105
Zero-config bootstrap: creates a free ephemeral relay endpoint + API key with no signup. Returns inbound_url (receives webhooks immediately), api_key, and claim_url. This MCP session auto-connects to the new account; remote tools work right after. Endpoint expires in 7 days unless claimed.
| Name | Type | Req | Description |
|---|---|---|---|
| destination_url | string | — | Optional forwarding destination for the new endpoint. |
| source | string | — | Optional provider hint (stripe, github, shopify, ...). |
No output schema declared.
No examples provided.
anyhook_replay Replay an event ~90
Re-send a stored event to its destinations. Replay does NOT consume monthly event quota — safe to call repeatedly while debugging.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | — | API key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio. |
| id | string | yes | Event ID to replay. Replay does not consume event quota. |
No output schema declared.
No examples provided.
anyhook_replay_failed Bulk-replay all failed events for an app ~88
Re-send every failed event for the given app slug. Useful after fixing a downstream bug to recover queued work.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | — | API key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio. |
| appSlug | string | yes | Bulk-replay every failed event for this app. |
No output schema declared.
No examples provided.
anyhook_simulate Simulate an incoming webhook (local only) ~81
Generate a mocked webhook AND insert it into the local memory store, so list/inspect flows can be exercised without a real provider. Not available in remote mode — use anyhook_mock + your real inbound URL there.
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| event | string | yes | — |
| provider | string | yes | — |
| secret | string | — | — |
No output schema declared.
No examples provided.
anyhook_undelivered List undelivered events for an app ~85
Show events for the given app that have not successfully reached any destination (failed or still retrying).
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | — | API key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio. |
| appSlug | string | yes | — |
| limit | integer | — | — |
No output schema declared.
No examples provided.
anyhook_verify Verify a webhook signature ~130
Verify a webhook signature against a secret. Supports 19 providers including stripe, github, shopify, slack, discord, linear, vercel, paddle, hubspot, and paypal.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | yes | Raw request body. |
| headers | object | yes | Request headers as a flat object. |
| provider | string | yes | Provider name (e.g. 'stripe', 'github', 'slack', 'generic'). |
| requestUrl | string | — | Original request URL (required for Twilio/HubSpot). Defaults to a placeholder. |
| secret | string | yes | Signing secret to verify against. |
No output schema declared.
No examples provided.