Skip to main content
Glama
teamzhook

zhook-mcp-server

by teamzhook

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZHOOK_API_KEYYesYour Zhook API Key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
trigger_webhook

Send a test webhook event to a specific Hook. This mimics a real third-party service sending data to the hook URL.

list_hooks

List all webhooks configured in the Zhook account. Returns hook IDs, URLs, and active status.

create_hook

Create a new webhook or MQTT hook. Returns the new hook ID and its public URL.

get_hook

Get detailed configuration for a specific webhook, including delivery URL, metadata, and recent metrics.

list_destinations

List all destinations configured for a specific webhook.

create_destination

Add a new destination to a hook to forward events to.

get_destination

Get detailed configuration for a specific destination.

update_destination

Update an existing destination's configuration.

delete_destination

Remove a destination from a hook.

list_transformations

List all transformations configured for a specific webhook.

create_transformation

Create a new JSONata transformation for a hook.

update_transformation

Update an existing transformation.

delete_transformation

Delete a transformation from a hook.

get_hook_metrics

Get real-time metrics for a specific hook (request counts, success/failure rates).

get_aggregated_hook_metrics

Get historical aggregated metrics for a specific hook with custom date ranges.

list_events

List recent events received by a specific hook. Useful for checking what payloads have been delivered.

get_event

Get the full JSON payload and details of a specific event.

wait_for_event

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/teamzhook/zhook-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server