Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @hooksense/mcp
MCP client config
{
"mcpServers": {
"hooksense-mcp": {
"command": "npx",
"args": [
"-y",
"@hooksense/mcp"
]
}
}
}