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

AnyHook

REMOTE · ANYHOOK.NET · SCANNED AUG 3

A webhook inbox for agents: one call returns a live URL. Mock, verify, inspect and replay.

Available components

67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1216 tokens (~101/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 Management17
  • Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 91% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

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.

remote · anyhook.net

# add to Claude Code
claude mcp add --transport http net-anyhook-anyhook https://anyhook.net/mcp
# ~/.codex/config.toml
[mcp_servers.net-anyhook-anyhook]
url = "https://anyhook.net/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-anyhook-anyhook": {
      "type": "remote",
      "url": "https://anyhook.net/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add net-anyhook-anyhook --url https://anyhook.net/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  net-anyhook-anyhook:
    url: "https://anyhook.net/mcp"
// mcp.json
{
  "mcpServers": {
    "net-anyhook-anyhook": {
      "type": "http",
      "url": "https://anyhook.net/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 63

    First indexed and scored.

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 3 Aug 2026 · Probed https://anyhook.net/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=anyhook.net CN=YR1,O=Let's Encrypt,C=US 11 Jun 2026 9 Sept 2026 RSA 2048 SHA256-RSA 6b725f5effc1051c0a83c656d243d37ccd4
SANs: anyhook.net
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of anyhook.net. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
net. present 37331 13 Verified
anyhook.net. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=()
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://anyhook.net/mcp Verified 200
http (plaintext) http://anyhook.net/mcp HTTPS enforced 308 https://anyhook.net/mcp
MCP tools — 12 exposed · ~1,216 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.

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_inbox ~134

Every AnyHook app is also an email inbox: mail sent to {user}.{app}@anyhook.net becomes an event (type email.received) you can read with anyhook_events. Returns the address and webhook URL for one of your apps. No account yet? anyhook_quickstart returns an inbox_address directly.

NameTypeReqDescription
api_keystringAPI key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio.
appstringApp slug (from anyhook_apps_list). Defaults to your first app.

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_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.