Loading MCP server directory, please wait...
Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP.
npx @getmcp/cli add io.github.ozers/hooksenseRequires Node.js 18+. Community-contributed server. Review source before installing.
HOOKSENSE_TOKENAPI token from https://hooksense.com/account/tokens
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ozers/hooksense": {
"command": "npx",
"args": [
"-y",
"@hooksense/mcp"
],
"env": {
"HOOKSENSE_TOKEN": "",
"HOOKSENSE_API": ""
}
}
}
}