mcpbeat Sign in

Hooksense MCP Server

local only

Hooksense runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 6 Jul 2026.

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

Installs per day peak 14 · avg 5 · +65% w/w
a month agotoday
26
Installs / week
npm · @hooksense/mcp
2
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Hooksense every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hooksense -- npx -y @hooksense/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hooksense": {
      "args": [
        "-y",
        "@hooksense/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hooksense]
command = "npx"
args = ["-y", "@hooksense/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hooksense": {
      "args": [
        "-y",
        "@hooksense/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hooksense": {
      "args": [
        "-y",
        "@hooksense/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HOOKSENSE_TOKEN (API token from https://hooksense.com/account/tokens), HOOKSENSE_API (Override the API base URL (self-hosted / staging). Defaults to https://hooksense.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hooksense

same job, measured the same way
Hookden
by pages-hookden

Webhook capture bins for agents: get a URL, wait for webhooks, set replies, verify signatures.

7 tools answering
Otterkit
by useotterkit

Tunnels and webhooks for AI agents: capture, await, verify, replay, and send signed test events.

117 installs/wk local only
Dingdawg Governance
by dingdawg

Universal governance layer for AI agents. MCP-native, fail-closed, audit proofs and rollback.

68 installs/wk local only
Molpha MCP
by molpha

MCP server that lets AI agents create, fetch, verify, and publish Molpha oracle data.

26 installs/wk local only
AdvocateMCP
by advocatemcp

MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents.

15 tools answering
Mifactory Payments
by mifactory-bot

Stripe payments for AI agents. Create links, verify, manage customers.

4 tools answering
Shuka
by cdonoyan

Universal trust attestation for AI agents. Create, verify, and negotiate trust proofs.

26 installs/wk local only
Zillow MCP Server
by afanasenkoa

Zillow homes and agent contacts for AI agents — search by ZIP, by URL, or look up a zpid.

answering

Hooksense — questions

Answers built from our own checks of this server.

Why is there no uptime for Hooksense?
Hooksense runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @hooksense/mcp was installed 26 times last week.
How do I connect Hooksense?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @hooksense/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hooksense?
The npm package @hooksense/mcp was installed 26 times in the last week. Week over week that is +65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hooksense open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.