Home › Development › hooksense-mcp

hooksense-mcp

Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP.

TypeScript Cloud
★ 2 stars Last pushed 2026-07-06 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.1)

npx -y @hooksense/mcp@0.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "hooksense-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hooksense/mcp@0.2.1"
      ],
      "env": {
        "HOOKSENSE_TOKEN": "<YOUR_VALUE>",
        "HOOKSENSE_API": "<YOUR_VALUE>"
      }
    }
  }
}
  • HOOKSENSE_TOKEN required secret — API token from https://hooksense.com/account/tokens
  • HOOKSENSE_API — Override the API base URL (self-hosted / staging). Defaults to https://hooksense.com

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry