Odel
mcp

mcp

Local
@hookline-orgTypeScriptUpdated 2w ago

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

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@hookline/mcpv0.9.1

Run

npx -y @hookline/mcp

MCP client config

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