HookPulse

Integrations and agents

Connect HookPulse to your application or agent. API catalog, HTTP reference and MCP setup.

Read what your task needs

  1. Start with the agent index or the API catalog.
  2. Choose an operation and read its reference in llms-full.txt; use ?prefix=/api/… for one route family.
  3. Use HTTP or MCP with the operation’s authentication, quotas and price. External effects require contextual authorization.

The main interface is for people. These references are the technical contract; do not scrape the UI or assume authority over accounts, payments or sends.

For agents

Use the API or MCP to integrate the product. Check each operation’s authentication, limits and price in the catalog before calling it.

Quickstart

curl -s https://hookpulse.net/api/
curl -fsS https://hookpulse.net/in/ID
claude mcp add --transport http hookpulse https://hookpulse.net/mcp

MCP in one click

JSON config (Codex, Gemini CLI, ChatGPT)
{
  "mcpServers": {
    "hookpulse": {
      "type": "http",
      "url": "https://hookpulse.net/mcp"
    }
  }
}

Discovery surfaces