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.
What can you do with 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.
Install
Add omniwatchguard to your client. Pick the one you use.
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 tools
omniwatchguard exposes 7 tools to a connected agent.
- 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
Score
72 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability6/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 13, 2026 |