io.github.vkuprin/site-spy
NPM · @SITE-SPY/MCP-SERVER · SCANNED AUG 4
MCP server for Site Spy — lets AI agents monitor websites for changes
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security83
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (ISC).Pass
- Actively maintained (last published 82 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1515 tokens (~75/item across 20 items; 20 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @site-spy/mcp-server
claude mcp add vkuprin-site-spy -- npx -y @site-spy/mcp-server
codex mcp add vkuprin-site-spy -- npx -y @site-spy/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"vkuprin-site-spy": {
"type": "local",
"command": [
"npx",
"-y",
"@site-spy/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add vkuprin-site-spy --command npx --arg -y --arg @site-spy/mcp-server
mcp_servers:
vkuprin-site-spy:
command: "npx"
args: ["-y", "@site-spy/mcp-server"] {
"mcpServers": {
"vkuprin-site-spy": {
"command": "npx",
"args": [
"-y",
"@site-spy/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 4 Aug 26 0
- CVE-2026-69207 affects this package: medium ▼ security
- Known CVEs: partial → fail ▼ security
- 3 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +39
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: ISC functional
- 1 Aug 26 +21
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −40
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +20
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −20
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 4 Aug 2026 · Analysed npm/@site-spy/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-8j4g-w8fx-2239 | CVE-2026-69207 | medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L | yes |
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
auth_status ~20
Check whether the MCP server is currently authenticated with Site Spy.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
authenticate ~59
Connect to Site Spy with an API key. If the user doesn't have one, ask them to open https://sitespy.app/dashboard to log in and copy their key from the Settings > API tab.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | Site Spy API key |
No output schema declared.
No examples provided.
create_watch ~119
Start monitoring a URL for changes. Returns the UUID of the new watch.
| Name | Type | Req | Description |
|---|---|---|---|
| check_hours | number | — | Hours between checks (default: uses account setting) |
| check_minutes | number | — | Minutes between checks |
| fetch_backend | string | — | How to fetch the page: html_requests (fast, no JS) or html_webdriver (browser with JS) |
| tag | string | — | Tag UUID to categorize this watch |
| title | string | — | Human-readable name for this monitor |
| url | string | yes | URL to monitor for changes |
No output schema declared.
No examples provided.
delete_watch ~32
Stop monitoring a URL and delete the watch with all its history.
| Name | Type | Req | Description |
|---|---|---|---|
| uuid | string | yes | Watch UUID to delete |
No output schema declared.
No examples provided.
fetch_url ~429
Fetch a single known URL through Site Spy. Do NOT use this for discovery — use web_search to find URLs first, then fetch_url on each result. Do NOT fetch google.com / bing.com directly (they always block — wastes the cascade budget). For known static sites prefer fetch_backend: 'html_requests' (≤10s). For SPAs use 'html_webdriver'. For Cloudflare-protected pages use 'flaresolverr'. 'auto' cascades through all three and is capped at 30s total (FETCH_URL_AUTO_TOTAL_TIMEOUT_SECONDS). On failure, response includes attempts[] and cascade_summary so you can see what was tried. This does not create a watch or save history.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | — | Optional request body string. |
| fetch_backend | string | — | Fetch strategy. Default 'auto' cascades html_requests -> html_webdriver -> flaresolverr with a 30s total cap. Prefer 'html_requests' explicitly for fast static sites. |
| headers | object | — | Optional request headers. |
| ignore_status_codes | boolean | — | Return content for non-2xx responses instead of failing. Defaults to true. |
| include_filters | array | — | Optional selectors used by auto mode to decide if browser rendering is needed. |
| js | string | — | JavaScript to execute before extraction when a browser backend is used. |
| max_content_chars | integer | — | Maximum returned characters for content fields. |
| method | string | — | HTTP method. Browser fetchers use GET-like navigation. |
| output | string | — | Response content format. Defaults to text. |
| screenshot | boolean | — | Return a base64 screenshot when the browser backend captures one. |
| screenshot_format | string | — | Screenshot format. Defaults to PNG. |
| timeout | integer | — | Per-backend timeout in seconds (1-120). 'auto' mode also has a separate 30s total wall-clock cap (env FETCH_URL_AUTO_TOTAL_TIMEOUT_SECONDS) that bounds the whole cascade. |
| url | string | yes | URL to fetch |
| wait_seconds | integer | — | Extra browser wait before extracting content. |
No output schema declared.
No examples provided.
generate_rss_token ~83
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} for a single watch, {server}/rss/tag/{tag_uuid}?token={token} for a tag. Regenerating invalidates all existing feed URLs.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_ai_summary ~56
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 if no summary exists yet.
| Name | Type | Req | Description |
|---|---|---|---|
| uuid | string | yes | Watch UUID |
No output schema declared.
No examples provided.
get_change_history ~41
Get the list of timestamps when changes were detected for a watch. Use these timestamps with get_snapshot or get_diff.
| Name | Type | Req | Description |
|---|---|---|---|
| uuid | string | yes | Watch UUID |
No output schema declared.
No examples provided.
get_diff ~58
Compare page content between two timestamps to see exactly what changed. Use get_change_history to find valid timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| from_timestamp | string | yes | Earlier timestamp |
| to_timestamp | string | yes | Later timestamp |
| uuid | string | yes | Watch UUID |
No output schema declared.
No examples provided.
get_notifications ~23
Get the current notification settings (email, Telegram, web push, etc.).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_rss_settings ~26
Get the current RSS feed settings including whether feeds are enabled and the feed token.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_snapshot ~48
Get the page content captured at a specific timestamp. Use get_change_history first to find valid timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| timestamp | string | yes | Timestamp from change history |
| uuid | string | yes | Watch UUID |
No output schema declared.
No examples provided.
get_watch ~37
Get full details of a specific watch including its configuration, last check status, and change history summary.
| Name | Type | Req | Description |
|---|---|---|---|
| uuid | string | yes | Watch UUID |
No output schema declared.
No examples provided.
list_tags ~17
List all available tags/categories for organizing watches.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_watches ~47
List all monitored websites. Returns each watch with its UUID, URL, title, status, last checked/changed timestamps, and tags.
| Name | Type | Req | Description |
|---|---|---|---|
| tag | string | — | Filter by tag UUID |
No output schema declared.
No examples provided.
revoke_rss_token ~24
Revoke the RSS feed token, disabling all RSS feed access immediately.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
search_watches ~40
Search across all watches by URL, title, or content. Returns matching watches.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query (matches against URL, title) |
No output schema declared.
No examples provided.
trigger_recheck ~54
Force an immediate recheck of all watches (or filtered by tag). Useful when you need fresh data now rather than waiting for the next scheduled check.
| Name | Type | Req | Description |
|---|---|---|---|
| tag | string | — | Only recheck watches with this tag UUID |
No output schema declared.
No examples provided.
update_watch ~119
Update a watch's configuration. Use this to pause/resume, change check interval, update title, or modify notification settings.
| Name | Type | Req | Description |
|---|---|---|---|
| check_hours | number | — | Hours between checks |
| check_minutes | number | — | Minutes between checks |
| notification_muted | boolean | — | Mute or unmute notifications |
| paused | boolean | — | Pause or resume monitoring |
| tag | string | — | Tag UUID |
| title | string | — | New title |
| url | string | — | New URL to monitor |
| uuid | string | yes | Watch UUID |
No output schema declared.
No examples provided.
web_search ~183
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', 'find', 'look up', or otherwise discover content — instead of guessing google.com (which always blocks). Pipeline: web_search(query) -> pick relevant results -> fetch_url(result.url, fetch_backend: 'html_requests') on each. Returns up to 20 results.
| Name | Type | Req | Description |
|---|---|---|---|
| debug | boolean | — | When true, include a debug_html_excerpt in the response for troubleshooting parsing failures. |
| limit | integer | — | Max results to return. Default 10, max 20. |
| query | string | yes | Search query. |
| region | string | — | DuckDuckGo region code. Default 'wt-wt' (worldwide). Examples: 'us-en', 'fr-fr', 'de-de'. |
No output schema declared.
No examples provided.