{
  "markdown": "# AnyHook client packages\n\nSource 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.\n\n| Package | npm | What it is |\n|---------|-----|------------|\n| [`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 |\n| [`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) |\n| `@anyhook/core` | not published | Shared internals (signature logic, provider fixtures), bundled into the two above |\n\n## The 30-second version\n\n```json\n{ \"mcpServers\": { \"anyhook\": { \"command\": \"npx\", \"args\": [\"-y\", \"anyhook-mcp\"] } } }\n```\n\nNo 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.\n\nPrefer plain HTTP? The same bootstrap is one curl:\n\n```bash\ncurl -X POST https://anyhook.net/api/v1/quickstart\n```\n\n## Development\n\npnpm workspace. Node 20+.\n\n```bash\npnpm install\npnpm test    # vitest across all packages\npnpm build   # tsup\n```\n\nThe 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)\n\n## License\n\nApache-2.0\n",
  "bytes": 1810,
  "sha": "2c8817b8256483426cb670f422cef9c2591ecbc234df5b256eeccc4761a9e12f",
  "repo_slug": "gba3124/anyhook-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_gba3124_mcp_fd30832f/readme"
}