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.
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
Comments