← Back to Plugins
MCP Server MCP

org.hookline/mcp

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @hookline/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@hookline/mcp",
      "version": "0.9.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hookline agent API key (hlk_...) from https://app.hookline.org/settings/mcp",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HOOKLINE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...