← Back to browse

hooksense

Indexed by io.github.ozers

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 varsHOOKSENSE_TOKEN HOOKSENSE_API
Claude Code
claude mcp add --env HOOKSENSE_TOKEN= --env HOOKSENSE_API= hooksense -- npx @hooksense/mcp
Cursor

Add to 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.