AnyHook (moved)
NPM · ANYHOOK-MCP · SCANNED SEP 20
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- 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 2 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability78
- AI-judged instruction clarity (excellent).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 Management93
- Stability observed for 28 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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the AnyHook (moved) MCP server?
AnyHook (moved) runs locally as an npm package, launched with npx -y anyhook-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · anyhook-mcp
claude mcp add gba3124-mcp -- npx -y anyhook-mcp
{
"mcpServers": {
"gba3124-mcp": {
"command": "npx",
"args": [
"-y",
"anyhook-mcp"
]
}
}
} {
"servers": {
"gba3124-mcp": {
"command": "npx",
"args": [
"-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": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"anyhook-mcp"
]
}
}
} assistant mcp add gba3124-mcp -t stdio -c npx -a -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.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −2
- Stability: pass → 0.83 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- 14 Sept 26 +2
- Security disclosure: unverified → pass ▲ functional
- 13 Sept 26 −1
- Security disclosure: pass → unverified ▼ functional
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.
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 20 Sept 2026 · Analysed npm/anyhook-mcp@0.2.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
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.
What is the AnyHook (moved) MCP server?
AnyHook (moved) is an MCP server listed in the public MCP registry as io.github.gba3124/mcp. Moved to net.anyhook/anyhook. Webhook relay for agents: keyless quickstart, replay, mock. This page covers its npm package (anyhook-mcp).
Is the AnyHook (moved) MCP server safe to use?
AnyHook (moved) scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the AnyHook (moved) MCP server expose?
AnyHook (moved) exposes 12 tools: anyhook_mock, anyhook_verify, anyhook_providers, anyhook_quickstart, anyhook_apps_list, and 7 more. Their descriptions and schemas cost roughly 1,163 tokens of context every time the server is loaded.
Is the AnyHook (moved) MCP server still maintained?
AnyHook (moved) is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the AnyHook (moved) MCP server under?
AnyHook (moved) declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.