Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

AnyHook (moved)

NPM · ANYHOOK-MCP · SCANNED SEP 20

Moved to net.anyhook/anyhook. Webhook relay for agents: keyless quickstart, replay, mock.

Available components

+2 this week 84 Trust /100
Trust breakdown (7 categories)

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
Install

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

# add to Claude Code
claude mcp add gba3124-mcp -- npx -y anyhook-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "gba3124-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anyhook-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "gba3124-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anyhook-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add gba3124-mcp -- npx -y anyhook-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gba3124-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "anyhook-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gba3124-mcp --command npx --arg -y --arg anyhook-mcp
# ~/.hermes/config.yaml
mcp_servers:
  gba3124-mcp:
    command: "npx"
    args: ["-y", "anyhook-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "gba3124-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "anyhook-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add gba3124-mcp -t stdio -c npx -a -y anyhook-mcp
// mcp.json
{
  "mcpServers": {
    "gba3124-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anyhook-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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 →

MCP tools · 12 exposed · ~1,163 tokens

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 →

Tool Tokens
anyhook_apps_create ~121

Create a new app with a name, provider source, and (optionally) destinations. Returns the inbound URL.

NameTypeReqDescription
api_keystringAPI key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio.
destinationsarrayDestination URLs that should receive forwarded events.
namestringyesHuman-readable app name.
sourcestringyesProvider name (stripe, github, shopify, ...). Used for signature auto-detection.

No output schema declared.

No examples provided.

anyhook_apps_list ~65

List apps in your AnyHook account with inbound URLs, sources, and destination URLs.

NameTypeReqDescription
api_keystringAPI 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 ~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.

NameTypeReqDescription
api_keystringAPI key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio.
appSlugstringFilter to a specific app slug (account mode).
limitinteger
sourcestringFilter by provider source (local mode).
statusstringFilter by status. Account mode: queued|success|retrying|failed. Local mode: received|forwarded|failed|retrying.

No output schema declared.

No examples provided.

anyhook_inspect ~82

Full detail for one event: source, type, status, delivery summary. Account or local store.

NameTypeReqDescription
api_keystringAPI key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio.
idstringyesEvent ID returned by anyhook_events.

No output schema declared.

No examples provided.

anyhook_mock ~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.

NameTypeReqDescription
dataobjectOptional fields to deep-merge into the fixture.
eventstringyesEvent name (e.g. 'payment_intent.succeeded' for Stripe).
providerstringyesWebhook provider to simulate.
secretstringSigning secret. Falls back to a deterministic default per provider.
targetUrlstringIf set, POST the generated request to this URL and return the response.

No output schema declared.

No examples provided.

anyhook_providers ~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 ~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.

NameTypeReqDescription
destination_urlstringOptional forwarding destination for the new endpoint.
sourcestringOptional provider hint (stripe, github, shopify, ...).

No output schema declared.

No examples provided.

anyhook_replay ~90

Re-send a stored event to its destinations. Replay does NOT consume monthly event quota — safe to call repeatedly while debugging.

NameTypeReqDescription
api_keystringAPI key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio.
idstringyesEvent ID to replay. Replay does not consume event quota.

No output schema declared.

No examples provided.

anyhook_replay_failed ~88

Re-send every failed event for the given app slug. Useful after fixing a downstream bug to recover queued work.

NameTypeReqDescription
api_keystringAPI key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio.
appSlugstringyesBulk-replay every failed event for this app.

No output schema declared.

No examples provided.

anyhook_simulate ~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.

NameTypeReqDescription
dataobject
eventstringyes
providerstringyes
secretstring

No output schema declared.

No examples provided.

anyhook_undelivered ~85

Show events for the given app that have not successfully reached any destination (failed or still retrying).

NameTypeReqDescription
api_keystringAPI key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio.
appSlugstringyes
limitinteger

No output schema declared.

No examples provided.

anyhook_verify ~130

Verify a webhook signature against a secret. Supports 19 providers including stripe, github, shopify, slack, discord, linear, vercel, paddle, hubspot, and paypal.

NameTypeReqDescription
bodystringyesRaw request body.
headersobjectyesRequest headers as a flat object.
providerstringyesProvider name (e.g. 'stripe', 'github', 'slack', 'generic').
requestUrlstringOriginal request URL (required for Twilio/HubSpot). Defaults to a placeholder.
secretstringyesSigning secret to verify against.

No output schema declared.

No examples provided.

Common questions

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.