mcpbeat Sign in

Hookline MCP Server

local only

Hookline runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 20 Aug 2026.

Hookline MCP — create webhook endpoints, inspect requests, and validate payloads from AI agents.

Installs per day peak 289 · avg 55 · -77% w/w
a month agotoday
101
Installs / week
npm · @hookline/mcp
0
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hookline 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 mcp -- npx -y @hookline/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@hookline/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@hookline/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@hookline/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@hookline/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Hookline

same job, measured the same way
D
Memnode
by memnode

Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.

answering
Webhook Tester API
by br0ski777

Test webhook endpoints — send requests, measure latency, validate responses. x402 micropayment.

1 tools answering
FormBuilder
by formbuilder

Create and publish online forms, read responses and add webhooks on formbuilder.com from AI agents.

answering
Webhook
by rog0x

Send, validate, debug webhooks for AI agents

53 installs/wk local only
A
Wubble
by wubble

Create, inspect, and manage Wubble music, speech, voice, and sound-effect requests through MCP.

33 tools answering
SignalEDI
by signaledi

EDI parse, validate, send, inspect, and QuickBooks tools for MCP clients.

68 installs/wk local only
x402 Preflight
by chico10117

Inspect and validate an x402 endpoint before an autonomous agent spends USDC.

3 tools answering
Hooksense
by ozers

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

46 installs/wk local only

Hookline — questions

Answers built from our own checks of this server.

Why is there no uptime for Hookline?
Hookline 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 @hookline/mcp was installed 101 times last week.
How do I connect Hookline?
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 @hookline/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hookline?
The npm package @hookline/mcp was installed 101 times in the last week. Week over week that is -77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hookline open source?
Yes — written in TypeScript and 0 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.