MCP Server
MCP
AnyHook (moved)
Moved to net.anyhook/anyhook. Webhook relay for agents: keyless quickstart, replay, mock.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "anyhook-mcp",
"version": "0.2.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"isSecret": true,
"name": "ANYHOOK_API_KEY"
},
{
"description": "Override the API base URL. Defaults to https://anyhook.net. Used by self-hosted AnyHook installations.",
"name": "ANYHOOK_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment