← Back to Plugins
MCP Server MCP

io.github.ozers/hooksense

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @hooksense/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@hooksense/mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API token from https://hooksense.com/account/tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HOOKSENSE_TOKEN"
        },
        {
          "description": "Override the API base URL (self-hosted / staging). Defaults to https://hooksense.com",
          "format": "string",
          "name": "HOOKSENSE_API"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...