hooksense
About
Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HOOKSENSE_TOKEN HOOKSENSE_APIClaude Code
claude mcp add --env HOOKSENSE_TOKEN= --env HOOKSENSE_API= hooksense -- npx @hooksense/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"hooksense","command":"npx","args":["@hooksense/mcp"],"env":{"HOOKSENSE_TOKEN":"","HOOKSENSE_API":""}}'
JSON
{
"mcpServers": {
"hooksense": {
"command": "npx",
"args": [
"@hooksense/mcp"
],
"env": {
"HOOKSENSE_TOKEN": "",
"HOOKSENSE_API": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.