HookSense
About
Webhook & callback layer for AI agents — create a callback URL, wait_for_callback instead of polling, and verify signatures over MCP.
Details
- Author
- ozers
- Categories
- Developer Tools
Jump to
Setup
Install HookSense in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/ozers/hooksense-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Model Context Protocol server forHookSense— the webhook & callback layer for AI agents. Lets Claude Desktop, Cursor, Claude Code, Continue, and any MCP client create a callback URL,wait for the result instead of polling, and verify its signature — all from the agent session.
Agents that kick off async work — a deploy, a render, a human-in-the-loop approval, a long tool call, another agent — need the result back without burning context on polling loops. With this server the agent creates a callback endpoint, hands the URL to the job, then callswait_for_callbackand is woken the instant the webhook lands — signature-verified and decrypted. Stop polling for async results; await them.
- Get an API token athttps://hooksense.com/account/tokens
- Configure your MCP client (examples below)
Add to~/Library/Application Support/Claude/claude_desktop_config.json(macOS) or%APPDATA%\Claude\claude_desktop_config.json(Windows):
{ "mcpServers": { "hooksense": { "command": "npx", "args": ["-y", "@hooksense/mcp"], "env": { "HOOKSENSE_TOKEN": "hsk_your_token_here" } } } }
{ "mcpServers": { "hooksense": { "command": "npx", "args": ["-y", "@hooksense/mcp"], "env": { "HOOKSENSE_TOKEN": "hsk_your_token_here" } } } }
- Create— "Create a callback endpoint." → the agent callscreate_callback_endpointand gets back acallbackUrllikehttps://hooksense.com/w/ab12cd.
- Fire— point any job at that URL (or justcurl -X POST <callbackUrl> -d '{"status":"done"}'from another terminal).
- Await— "Wait for the callback." → the agent callswait_for_callbackand blocks until the webhook lands, then receives{ status: "received", request: { body, headers, … } }.
- Verify(optional) — set a webhook secret on the endpoint, then "Verify the signature." →verify_signatureconfirms the payload is authentic before the agent acts on it.
No polling, no dashboards, no copy-paste.
"Create a callback endpoint, use it as the webhook for my Replicate prediction, and wait for the result — then summarize the output."
"Open a callback URL, give it to the approval step, and block until a human approves before continuing."
"Wait for the next Stripe callback onpayments-prod, verify its signature, and tell me the amount."
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





