anyhook
MCP serverEverything elseA webhook inbox for agents: one call returns a live URL. Mock, verify, inspect and replay.
Available today. Use it from your connected AI after setup.
Needs your own Anyhook account. Keys stay in your vault.
Add ahel to your AI once: Claude, ChatGPT, Cursor, Claude Code or Codex. Then ask it to use this.
Then ask your AI: use anyhook
Install anyhook
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http --scope user anyhook 'https://anyhook.net/mcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://anyhook.net/mcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=anyhook&config=eyJ1cmwiOiJodHRwczovL2FueWhvb2submV0L21jcCJ9Open the link and Cursor adds the server at that address.
ChatGPT
https://anyhook.net/mcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add anyhook --url 'https://anyhook.net/mcp'Run it once, then sign in with codex mcp login anyhook if the server asks for an account.
From the project's README
As published by gba3124/anyhook-mcp in README.md. This repository publishes several servers, so only the opening is shown here.
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"] } } }
Shortened here. Read the whole README on GitHub.
Advanced
- Delivery
- anyhook MCP server → your ahel connector (mcp.ahel.ai) → your AI.
- Catalog kind
- mcp-server
- Key
net-anyhook-anyhook- Source
- github.com/gba3124/anyhook-mcp
- Hosted endpoint
https://anyhook.net/mcp