{
  "markdown": "# OmniWatchGuard MCP Server\n[![smithery badge](https://smithery.ai/badge/isoprest/omniwatchguard)](https://smithery.ai/servers/isoprest/omniwatchguard)\nModel Context Protocol (MCP) server for [OmniWatchGuard](https://omniwatchguard.com) — 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.\n\n**Endpoint:** `https://mcp.omniwatchguard.com/mcp` (Streamable HTTP)\n\n## What you can do\n\n- List and inspect your website monitors\n- Create new monitors (price, stock, text, visual, CSS, API, or SEO changes)\n- Update monitor settings (frequency, thresholds, selectors)\n- Pause, resume, or delete monitors\n- Review recent alerts across all notification channels (email, Slack, Discord, Telegram, webhook)\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `list_monitors` | List all monitors with recent change activity |\n| `get_monitor` | Get full details and recent results for one monitor |\n| `create_monitor` | Create a new monitor |\n| `update_monitor` | Update an existing monitor's settings |\n| `set_monitor_status` | Pause or resume a monitor |\n| `delete_monitor` | Delete a monitor |\n| `list_alerts` | List recent notifications sent to your account |\n\n## Authentication\n\nRequires an OmniWatchGuard API key (Pro plan or higher). Generate one from your [dashboard](https://omniwatchguard.com/dashboard/api-keys), then pass it as a Bearer token:\n\n```\nAuthorization: Bearer owg_live_...\n```\n\n## Connect from Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"omniwatchguard\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://mcp.omniwatchguard.com/mcp\",\n        \"--header\",\n        \"Authorization: Bearer owg_live_YOUR_KEY_HERE\"\n      ]\n    }\n  }\n}\n```\n\n## About OmniWatchGuard\n\nOmniWatchGuard 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 →](https://omniwatchguard.com)\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n",
  "bytes": 2094,
  "sha": "38d97b082e8f03e06019db205744588b4d14ebc456c6e7c4645154c8c7bcc796",
  "repo_slug": "isoprest/omniwatchguard-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_omniwatchguard_mcp_903fde98/readme"
}