MCP Server
Hooklistener exposes an MCP (Model Context Protocol) server that lets AI coding assistants create debug endpoints, inspect captured webhooks, and manage uptime monitors without leaving the terminal.
What is MCP?
The Model Context Protocol is an open standard that connects AI assistants to external tools and data sources. By connecting your AI coding assistant to Hooklistener's MCP server, you can manage webhooks and monitors using natural language.
What can you do with it?
Instead of switching to the dashboard or writing curl commands, ask your AI assistant:
- "Create a debug endpoint called 'Stripe Webhooks' and give me the URL"
- "Show me the last webhook that came in on my Stripe endpoint"
- "What are the headers and body of request abc123?"
- "Create an uptime monitor for https://api.example.com/health"
- "What's the uptime percentage for my API monitor?"
Prerequisites
- A Hooklistener account with API access
- An API key (generated from Organization Settings > API Keys)
Server details
| Property | Value |
|---|---|
| URL | https://app.hooklistener.com/api/mcp |
| Transport | Streamable HTTP |
| Protocol | JSON-RPC 2.0 |
| Authentication | Authorization: Bearer hklst_... header |
Supported clients
Next steps
- Set up MCP in your AI coding assistant
- View available tools
- See example workflows