Monitor cron jobs and recurring work through a project-scoped Watchgoose connection.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Watchgoose MCP connects MCP-capable AI clients to the Watchgoose Management API. It lets you inspect cron and recurring-task monitoring, with check changes available only when you explicitly enable writes.
Use the hosted Streamable HTTP endpoint in clients that support OAuth 2.1 and Dynamic Client Registration:
Watchgoose is available in the Claude connector directory.
Watchgoose is listed in ChatGPT plugins for GPT and Codex.
Watchgoose is listed in the official MCP Registry.
The watchgoose-mcp package is available on npm.
In Claude, open Settings > Connectors and add the endpoint as a custom connector. For Claude Code, run:
The browser consent flow limits each connection to one project and defaults to read-only access. See the Watchgoose MCP documentation for the tool and privacy boundaries.
Use an hcr_ read-only key when you only need check state and status history. Use an hcw_
read-write key when you also need pings, integrations, or check changes.
Add this entry to claude_desktop_config.json and restart Claude Desktop:
Run claude mcp get watchgoose to check the connection.
Create .cursor/mcp.json in your project, or add the same entry to your user MCP configuration:
Create .vscode/mcp.json:
Run MCP: List Servers and start watchgoose.
| Variable | Required | Default | Description |
|---|---|---|---|
WATCHGOOSE_API_KEY | Yes | - | Project-scoped hcr_ read-only key, hcw_ read-write key, or legacy 32-character key. |
WATCHGOOSE_API_URL | No | https://watchgoose.com/api/v3 | Management API base URL. HTTPS is required except for loopback development hosts. The key is sent to this host, so use only a URL you trust. |
WATCHGOOSE_ENABLE_WRITES | No | false | Set to true to expose mutation tools when the key is read-write. |
WATCHGOOSE_API_KEY_ACCESS | Legacy keys only | - | Required as read-only or read-write for an unprefixed 32-character key. |
The server classifies key prefixes locally and never probes the API to infer access. Setting
WATCHGOOSE_ENABLE_WRITES=true cannot give a read-only key additional access.
Checks are addressed by stable 40-character unique_key values. UUIDs, ping URLs, and integration
UUIDs are used only inside the server and are not shown to the AI client.
| Tool | Required access | Management API mapping |
|---|---|---|
list_checks | Read-only | GET /checks/ |
get_check | Read-only | GET /checks/<unique_key> |
list_flips | Read-only | GET /checks/<unique_key>/flips/ |
list_pings | Read-write | Resolve unique_key, then GET /checks/<uuid>/pings/ |
list_channels | Read-write | GET /channels/ |
create_check | Read-write plus writes enabled | POST /checks/ |
update_check | Read-write plus writes enabled | Resolve unique_key, then POST /checks/<uuid> |
pause_check | Read-write plus writes enabled | Resolve unique_key, then POST /checks/<uuid>/pause |
resume_check | Read-write plus writes enabled | Resolve unique_key, then POST /checks/<uuid>/resume |
delete_check | Read-write plus writes enabled | Resolve unique_key, then DELETE /checks/<uuid> |
Integration assignments use exact integration names. Names must be non-empty and unique within the project.
List results are capped at 100 checks, 100 pings, 200 flips, and 100 integrations. Every serialized tool result is also capped at 24,000 characters. Results include metadata when entries are omitted.
hcw_ key.X-Api-Key header and is never logged or returned.type, date, n, scheme, method, and duration. Source IP addresses, user
agents, run IDs, and body URLs are removed.Protect client configuration files that contain API keys. Prefer a dedicated project and the least-privileged key that exposes the tools you need. Revoke a key from Watchgoose project settings when it is no longer in use.
Production integration tests are opt-in and require dedicated test-project keys. They never run in CI.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/watchgoose)<a href="https://allmcps.com/mcp/watchgoose"><img src="https://allmcps.com/api/badge/watchgoose?style=directory" alt="Watchgoose on AllMCPs" /></a>