MCP Uptime
← MCP Reliability Index  /  Dev & Git
A

AnyHook

net.anyhook/anyhook
A webhook inbox for agents: one call returns a live URL. Mock, verify, inspect and replay.
healthy
status
12
tools exposed
473ms
connect latency
3e6a94411c33
schema fingerprint

Tools (12)

anyhook_mock
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.
anyhook_verify
Verify a webhook signature against a secret. Supports 19 providers including stripe, github, shopify, slack, discord, linear, vercel, paddle, hubspot, and paypal.
anyhook_providers
List webhook providers AnyHook can mock, along with the event types available for each.
anyhook_quickstart
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.
anyhook_apps_list
List apps in your AnyHook account with inbound URLs, sources, and destination URLs.
anyhook_inbox
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.
anyhook_apps_create
Create a new app with a name, provider source, and (optionally) destinations. Returns the inbound URL.
anyhook_replay
Re-send a stored event to its destinations. Replay does NOT consume monthly event quota — safe to call repeatedly while debugging.
anyhook_undelivered
Show events for the given app that have not successfully reached any destination (failed or still retrying).
anyhook_replay_failed
Re-send every failed event for the given app slug. Useful after fixing a downstream bug to recover queued work.
anyhook_events
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.
anyhook_inspect
Full detail for one event: source, type, status, delivery summary. Account or local store.

Endpoint

https://anyhook.net/mcp
Category: Dev & Git · Last checked: 2026-07-30T14:02:30Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.