npm anyhook-mcpstdioApache-2.0updated 18d ago
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.
Was kannst du mit AnyHook (moved) machen?
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.
| Package | npm | What it is |
|---|---|---|
anyhook-mcp |
MCP server — lets a coding agent set up and operate webhook infrastructure by itself | |
anyhook-verify |
Verify AnyHook-Signature headers on your server (HMAC-SHA256, retry-safe) |
|
@anyhook/core |
not published | Shared 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
Installation
AnyHook (moved) zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add anyhook-mcp -- npx -y anyhook-mcpcodex mcp add anyhook-mcp -- npx -y anyhook-mcpamp mcp add anyhook-mcp -- npx -y anyhook-mcp{
"mcpServers": {
"anyhook-mcp": {
"command": "npx",
"args": [
"-y",
"anyhook-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"anyhook-mcp": {
"command": "npx",
"args": [
"-y",
"anyhook-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"anyhook-mcp","command":"npx","args":["-y","anyhook-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"anyhook-mcp": {
"command": "npx",
"args": [
"-y",
"anyhook-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"anyhook-mcp": {
"command": "npx",
"args": [
"-y",
"anyhook-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"anyhook-mcp": {
"command": "npx",
"args": [
"-y",
"anyhook-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"anyhook-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"anyhook-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"anyhook-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"anyhook-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y anyhook-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege19/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 10 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.2.3Aktuell | 29. Juli 2026 |
| 0.2.0 | 20. Juli 2026 |