Zhook Mcp Server
@zhookteam
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"zhook": {
"command": "npx",
"args": [
"-y",
"@zhook/mcp-server"
],
"env": {
"ZHOOK_API_KEY": "your_api_key_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论