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.
「その他」の他のコンテンツ
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.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
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.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント