Back to Browse

Anyhook MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Webhook relay for AI agents: keyless quickstart, event inspection, replay, mock payloads.

About

Webhook relay for AI agents: keyless quickstart, event inspection, replay, mock payloads.

Remote endpoints: streamable-http: https://anyhook.net/mcp

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

11 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Personal API key from anyhook.net/dashboard/settings/api-keys. Starts with ahk_live_. Optional: without it, the anyhook_quickstart tool can self-provision an account, or tools run against an in-memory store for local dev.Required

Environment variable: ANYHOOK_API_KEY

Override the API base URL. Defaults to https://anyhook.net. Used by self-hosted AnyHook installations.Optional

Environment variable: ANYHOOK_API_BASE

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

AnyHook client packages

Source for the npm packages that go with AnyHook, a webhook relay: change one URL and your webhooks get automatic retries, a full event log, and one-click replay.

PackagenpmWhat it is
anyhook-mcpnpmMCP server — lets a coding agent set up and operate webhook infrastructure by itself
anyhook-verifynpmVerify AnyHook-Signature headers on your server (HMAC-SHA256, retry-safe)
@anyhook/corenot publishedShared internals (signature logic, provider fixtures), bundled into the two above

The 30-second version

{ "mcpServers": { "anyhook": { "command": "npx", "args": ["-y", "anyhook-mcp"] } } }

No API key needed up front. The anyhook_quickstart tool provisions a live webhook endpoint and key on its own (no account, 7-day TTL, claimable into a free account later). 12 tools: quickstart, apps, events, inspect, replay, mock/simulate for testing, signature verification.

Prefer plain HTTP? The same bootstrap is one curl:

curl -X POST https://anyhook.net/api/v1/quickstart

Development

pnpm workspace. Node 20+.

pnpm install
pnpm test    # vitest across all packages
pnpm build   # tsup

The hosted relay itself (ingress, forwarder, dashboard) is a separate closed-source service — this repo is the client tooling. API reference: openapi.json · agent docs: llms.txt · pricing: pricing.md

License

Apache-2.0

Reviews

No reviews yet

Be the first to review this server!