zhook-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZHOOK_API_KEY | Yes | Your Zhook API Key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| trigger_webhookA | Send a test webhook event to a specific Hook. This mimics a real third-party service sending data to the hook URL. |
| list_hooksB | List all webhooks configured in the Zhook account. Returns hook IDs, URLs, and active status. |
| create_hookB | Create a new webhook or MQTT hook. Returns the new hook ID and its public URL. |
| get_hookB | Get detailed configuration for a specific webhook, including delivery URL, metadata, and recent metrics. |
| list_destinationsC | List all destinations configured for a specific webhook. |
| create_destinationC | Add a new destination to a hook to forward events to. |
| get_destinationC | Get detailed configuration for a specific destination. |
| update_destinationC | Update an existing destination's configuration. |
| delete_destinationC | Remove a destination from a hook. |
| list_transformationsB | List all transformations configured for a specific webhook. |
| create_transformationC | Create a new JSONata transformation for a hook. |
| update_transformationC | Update an existing transformation. |
| delete_transformationC | Delete a transformation from a hook. |
| get_hook_metricsC | Get real-time metrics for a specific hook (request counts, success/failure rates). |
| get_aggregated_hook_metricsC | Get historical aggregated metrics for a specific hook with custom date ranges. |
| list_eventsB | List recent events received by a specific hook. Useful for checking what payloads have been delivered. |
| get_eventC | Get the full JSON payload and details of a specific event. |
| wait_for_eventA | Connects to the Zhook WebSocket and waits for the NEXT event to arrive on a specific hook. Returns the full event payload immediately. TIMEOUT is 60 seconds. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhookteam/zhook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server