Zhook Mcp Server
@zhookteam
About Zhook Mcp Server
The official Model Context Protocol (MCP) server for https://zhook.dev, enabling AI agents to interact with your Zhook webhooks, events, and metrics.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zhook": {
"command": "npx",
"args": [
"-y",
"@zhook/mcp-server"
],
"env": {
"ZHOOK_API_KEY": "your_api_key_here"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Zhook MCP Server?
The official Model Context Protocol (MCP) server for zhook, enabling AI agents to interact with your Zhook webhooks, events, and metrics. It is designed for developers who want to programmatically manage and monitor webhooks through AI assistants.
How to use Zhook MCP Server?
Install via npx (recommended) or globally with npm install -g @zhook/mcp-server. Set the ZHOOK_API_KEY environment variable with your API key from the Zhook dashboard. Add the server configuration to your MCP client (e.g., claude_desktop_config.json) with the appropriate command and arguments.
Key features of Zhook MCP Server
- Create new webhooks or MQTT hooks
- List all configured webhooks
- View recent events for a hook
- Wait for the next event via WebSocket
- Access real-time and historical metrics
Use cases of Zhook MCP Server
- AI agent creating a new webhook on demand
- Monitoring webhook performance with metrics
- Debugging by inspecting recent events
- Automating destination and transformation management
- Waiting for a specific event to trigger follow-up actions
FAQ from Zhook MCP Server
What do I need to use Zhook MCP Server?
You need a Zhook API key, obtainable from the Zhook dashboard user settings page. Provide it via the ZHOOK_API_KEY environment variable.
How do I install Zhook MCP Server?
Run it on demand with npx -y @zhook/mcp-server or install globally with npm install -g @zhook/mcp-server and then run zhook-mcp.
What tools does Zhook MCP Server provide?
It offers tools for managing hooks (list, get, create, trigger), events (list, get, wait), destinations (CRUD), transformations (list, create, update, delete), and metrics (real-time and historical).
Can it wait for an event?
Yes, the zhook_wait_for_event tool connects to the Zhook WebSocket and waits for the next event to arrive on a specific hook.
Where does my data live?
All webhook and event data resides on the Zhook platform. The server only accesses it via API calls using your API key.
Frequently asked questions
What do I need to use Zhook MCP Server?
You need a Zhook API key, obtainable from the Zhook dashboard user settings page. Provide it via the `ZHOOK_API_KEY` environment variable.
How do I install Zhook MCP Server?
Run it on demand with `npx -y @zhook/mcp-server` or install globally with `npm install -g @zhook/mcp-server` and then run `zhook-mcp`.
What tools does Zhook MCP Server provide?
It offers tools for managing hooks (list, get, create, trigger), events (list, get, wait), destinations (CRUD), transformations (list, create, update, delete), and metrics (real-time and historical).
Can it wait for an event?
Yes, the `zhook_wait_for_event` tool connects to the Zhook WebSocket and waits for the next event to arrive on a specific hook.
Where does my data live?
All webhook and event data resides on the Zhook platform. The server only accesses it via API calls using your API key.
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments