Odel
hooksense mcp

hooksense mcp

Local
@ozers2JavaScriptMITUpdated 2mo ago

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).

npm@hooksense/mcpv0.2.1

Run

npx -y @hooksense/mcp

MCP client config

{
  "mcpServers": {
    "hooksense-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hooksense/mcp"
      ]
    }
  }
}