Hooklistener's MCP server gives Claude Code, Codex CLI, Cursor, and Windsurf direct access to your webhook infrastructure. Create endpoints, automate actions, inspect payloads, monitor uptime, and store data — without leaving the terminal.
Every tool maps to a real Hooklistener action. Your AI assistant calls them automatically when you ask about webhooks, endpoints, actions, uptime, or stored data.
See the full tool reference in the MCP documentation.
Create and manage webhook debugging endpoints
Automate responses and workflows on your endpoints
Inspect webhooks that have been received
Monitor your API health and availability
Store and retrieve key-value data across workflows
See how developers use the MCP server to debug webhooks, set up infrastructure, and monitor APIs — all from their AI assistant.
When a Stripe webhook isn't working, ask your AI assistant to check what's coming in. Filter requests by status, inspect headers for signature verification, and view the full JSON payload — all without switching to the browser.
Starting a new integration? Ask your AI to create a debug endpoint and an uptime monitor in one conversation. Get back a webhook URL and health monitoring without touching the dashboard.
During an outage, quickly ask your AI assistant for uptime stats. See response times, failure rates, and recent check results without navigating away from your code.
Pick your AI tool, connect with OAuth or an API key, and start using webhook tools immediately.
# OAuth 2.0 (recommended) — signs in via browser automatically
claude mcp add --transport http hooklistener https://app.hooklistener.com/api/mcp
# Or use an API key (legacy)
claude mcp add --transport http hooklistener https://app.hooklistener.com/api/mcp \
--header "Authorization: Bearer hklst_your_api_key_here"
# Add --scope project to share with your team (writes to .mcp.json)
# Add --scope user for all your projects
# Run /mcp to verify the server appearsPrerequisites: A Hooklistener account. OAuth 2.0 handles authentication automatically — just sign in when prompted. For API key authentication, generate one from Organization Settings > API Keys.
For detailed setup instructions, see the MCP setup guide.
Everything you need to know about using the MCP server
Have more questions about the MCP server?
Read the full MCP documentationConnect your AI coding tool to Hooklistener in under a minute. 15 tools for endpoints, actions, requests, uptime, and storage — all from the terminal.
Free tier available • No credit card required • Setup in under a minute • Read the docs