streamable-httpMITupdated 26d ago
Model Context Protocol (MCP) server for OmniWatchGuard — AI-powered website change monitoring. Connect Claude, Cursor, or any MCP-compatible client directly to your OmniWatchGuard account to manage monitors and alerts in natural language.
omniwatchguard 能做什么?
OmniWatchGuard MCP Server
Model Context Protocol (MCP) server for OmniWatchGuard — AI-powered website change monitoring. Connect Claude, Cursor, or any MCP-compatible client directly to your OmniWatchGuard account to manage monitors and alerts in natural language.
Endpoint: https://mcp.omniwatchguard.com/mcp (Streamable HTTP)
What you can do
- List and inspect your website monitors
- Create new monitors (price, stock, text, visual, CSS, API, or SEO changes)
- Update monitor settings (frequency, thresholds, selectors)
- Pause, resume, or delete monitors
- Review recent alerts across all notification channels (email, Slack, Discord, Telegram, webhook)
Tools
| Tool | Description |
|---|---|
list_monitors |
List all monitors with recent change activity |
get_monitor |
Get full details and recent results for one monitor |
create_monitor |
Create a new monitor |
update_monitor |
Update an existing monitor's settings |
set_monitor_status |
Pause or resume a monitor |
delete_monitor |
Delete a monitor |
list_alerts |
List recent notifications sent to your account |
Authentication
Requires an OmniWatchGuard API key (Pro plan or higher). Generate one from your dashboard, then pass it as a Bearer token:
Authorization: Bearer owg_live_...
Connect from Claude Desktop
{
"mcpServers": {
"omniwatchguard": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.omniwatchguard.com/mcp",
"--header",
"Authorization: Bearer owg_live_YOUR_KEY_HERE"
]
}
}
}
About OmniWatchGuard
OmniWatchGuard monitors websites for price changes, stock availability, content updates, visual layout shifts, and more — with AI-powered severity filtering to cut alert noise. Learn more →
License
MIT — see LICENSE.
安装
把 omniwatchguard 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http omniwatchguard https://mcp.omniwatchguard.com/mcpcodex mcp add omniwatchguard --url https://mcp.omniwatchguard.com/mcp{
"mcpServers": {
"omniwatchguard": {
"url": "https://mcp.omniwatchguard.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"omniwatchguard": {
"type": "http",
"url": "https://mcp.omniwatchguard.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"omniwatchguard": {
"url": "https://mcp.omniwatchguard.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"omniwatchguard": {
"serverUrl": "https://mcp.omniwatchguard.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 个工具
omniwatchguard 向已连接的智能体提供 7 个工具。
- list_monitors
- List all monitors with recent change activity
- get_monitor
- Get full details and recent results for one monitor
- create_monitor
- Create a new monitor
- update_monitor
- Update an existing monitor's settings
- set_monitor_status
- Pause or resume a monitor
- delete_monitor
- Delete a monitor
- list_alerts
- List recent notifications sent to your account
评分
72 / 100
良好
- 文档22/25
- 维护19/25
- 可信度13/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 18 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年8月13日 |