Skip to main content
ClaudeWave

MCP server + signature verification for AnyHook, the webhook relay with a keyless quickstart (npx -y anyhook-mcp)

MCP ServersOfficial Registry0 stars0 forksTypeScriptApache-2.0Updated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/gba3124/anyhook-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "anyhook-mcp": {
      "command": "node",
      "args": ["/path/to/anyhook-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/gba3124/anyhook-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# AnyHook client packages

Source for the npm packages that go with [AnyHook](https://anyhook.net), 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`](packages/mcp) | [![npm](https://img.shields.io/npm/v/anyhook-mcp)](https://www.npmjs.com/package/anyhook-mcp) | MCP server — lets a coding agent set up and operate webhook infrastructure by itself |
| [`anyhook-verify`](packages/verify) | [![npm](https://img.shields.io/npm/v/anyhook-verify)](https://www.npmjs.com/package/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

```json
{ "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:

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

## Development

pnpm workspace. Node 20+.

```bash
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](https://anyhook.net/openapi.json) · agent docs: [llms.txt](https://anyhook.net/llms.txt) · pricing: [pricing.md](https://anyhook.net/pricing.md)

## License

Apache-2.0

What people ask about anyhook-mcp

What is gba3124/anyhook-mcp?

+

gba3124/anyhook-mcp is mcp servers for the Claude AI ecosystem. MCP server + signature verification for AnyHook, the webhook relay with a keyless quickstart (npx -y anyhook-mcp) It has 0 GitHub stars and was last updated today.

How do I install anyhook-mcp?

+

You can install anyhook-mcp by cloning the repository (https://github.com/gba3124/anyhook-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is gba3124/anyhook-mcp safe to use?

+

gba3124/anyhook-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains gba3124/anyhook-mcp?

+

gba3124/anyhook-mcp is maintained by gba3124. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to anyhook-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy anyhook-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: gba3124/anyhook-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/gba3124-anyhook-mcp)](https://claudewave.com/repo/gba3124-anyhook-mcp)
<a href="https://claudewave.com/repo/gba3124-anyhook-mcp"><img src="https://claudewave.com/api/badge/gba3124-anyhook-mcp" alt="Featured on ClaudeWave: gba3124/anyhook-mcp" width="320" height="64" /></a>

More MCP Servers

anyhook-mcp alternatives