# @site-spy/mcp-server

MCP server for Site Spy — lets AI agents monitor websites for changes

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 0.3.0
- **Author:** Unknown
- **License:** ISC
- **npm:** @site-spy/mcp-server
- **Source:** https://docs.sitespy.app/docs/dashboard/mcp-integration
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-07T19:55:51.998Z
- **Version scanned:** 0.3.0
- **CVEs:** none found by OSV at scan time

## Tools

19 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `authenticate`
- `auth_status` — Check whether the MCP server is currently authenticated with Site Spy.
- `list_watches` — List all monitored websites. Returns an object keyed by watch UUID, each with its URL, title, status, and last checked/changed timestamps.
- `create_watch` — Start monitoring a URL for changes. Returns the UUID of the new watch.
- `get_watch` — Get full details of a specific watch including its configuration, last check status, and change history summary.
- `update_watch` — Update a watch's configuration. Use this to pause/resume, change check interval, update title, or modify notification settings.
- `delete_watch` — Stop monitoring a URL and delete the watch with all its history.
- `get_change_history` — Get the list of timestamps when changes were detected for a watch. Use these timestamps with get_snapshot or get_diff.
- `get_snapshot`
- `get_diff`
- `search_watches` — Search across all watches by URL, title, or content. Returns matching watches.
- `trigger_recheck` — Force an immediate recheck of every watch. Useful when you need fresh data now rather than waiting for the next scheduled check. Manual rechecks are capped per 
- `fetch_url`
- `web_search` — Search the web via DuckDuckGo HTML and return a list of result URLs with titles and snippets. Use this BEFORE fetch_url when the user asks you to 'search', 'fin
- `get_ai_summary` — Get the AI-generated plain-English summary of a watch's most recent change. Requires a Pro or Business plan. Returns the summary text if available, or a message
- `get_rss_settings` — Get the current RSS feed settings including whether feeds are enabled and the feed token.
- `generate_rss_token` — Generate or regenerate an RSS feed token. Use the token to build feed URLs: {server}/rss?token={token} for all watches, {server}/rss/watch/{uuid}?token={token} 
- `revoke_rss_token` — Revoke the RSS feed token, disabling all RSS feed access immediately.
- `get_notifications` — Get the current notification settings (email, Telegram, web push, etc.).

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"mcp-server\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@site-spy/mcp-server\"\n      ],\n      \"env\": {\n        \"SITE_SPY_API_KEY\": \"<YOUR_SITE_SPY_API_KEY>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `SITE_SPY_API_KEY` — Site Spy API Key (required)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (1 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; holds an api key.
- Floor 52, ceiling 52 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40site-spy%2Fmcp-server
- Install plan: https://forgeregistry.com/api/v1/packages/%40site-spy%2Fmcp-server/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40site-spy%2Fmcp-server
- HTML page: https://forgeregistry.com/registry/%40site-spy%2Fmcp-server
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
