@site-spy/mcp-server

MCPcommunity
v0.3.0UnknownISCAggiornato 3 g fanpm

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

Funziona in
ClaudeCursorCopilotGemini

Dedotto dai trasporti dichiarati da questo annuncio (stdio). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
232Download/sett.
3 g faUltimo aggiornamento
Richiede 1 credenziale prima di poter funzionare
  • SITE_SPY_API_KEYChiave APIobbligatoria

    Site Spy API key from Settings > API

Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Pacchetto
AutoreUnknown
LicenzaISC
Versione0.3.0
Fontenpm+mcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/20
Publisher: esegui `forge publish` dal repo del pacchetto per rivendicarne la proprietà
Firma di pubblicazione Ed25519+0/5
Inclusa automaticamente quando il publisher esegue `forge publish`
Verifica del dominio+0/5
Publisher: ospita /.well-known/forge.json sulla homepage del pacchetto con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Pubblica da GitHub Actions con --provenance perché l’attestation leghi questo pacchetto a questo repo
Corrispondenza del maintainer npm+0/5
Si ottiene quando la tua identità è verificata qui sopra e quel login è maintainer npm di questo pacchetto
Analisi CVE · pulita+30/30
Analisi statica · pulita+20/20
Incollalo in Claude Code, Cursor o qualsiasi assistente di IA per colmare tutte le lacune
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
Dipendenze✓ 60 risolte+ · nessuna vulnerabile
Superficie di strumenti19 strumenti · 1 privilegiati
Analisi di sicurezza✓ Pulitov0.3.0 · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato7 set 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

19 strumenti · 1 privilegiati
Estratto staticamente dal pacchetto pubblicatov0.3.0 · 3h ago

Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.

authenticateNessuna descrizione pubblicata

Questo strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.

auth_statusCheck whether the MCP server is currently authenticated with Site Spy.

Check whether the MCP server is currently authenticated with Site Spy.

Per questo strumento non è stato pubblicato alcuno schema di input.

list_watchesList all monitored websites. Returns an object keyed by watch UUID, each with its URL, title, status, and last checked/changed timestamps.

List all monitored websites. Returns an object keyed by watch UUID, each with its URL, title, status, and last checked/changed timestamps.

Per questo strumento non è stato pubblicato alcuno schema di input.

create_watchStart monitoring a URL for changes. Returns the UUID of the new watch.

Start monitoring a URL for changes. Returns the UUID of the new watch.

Per questo strumento non è stato pubblicato alcuno schema di input.

get_watchGet full details of a specific watch including its configuration, last check status, and change history summary.

Get full details of a specific watch including its configuration, last check status, and change history summary.

Per questo strumento non è stato pubblicato alcuno schema di input.

update_watchUpdate a watch's configuration. Use this to pause/resume, change check interval, update title, or modify notification settings.

Update a watch's configuration. Use this to pause/resume, change check interval, update title, or modify notification settings.

Per questo strumento non è stato pubblicato alcuno schema di input.

delete_watchprivilegiatoStop monitoring a URL and delete the watch with all its history.

Stop monitoring a URL and delete the watch with all its history.

Per questo strumento non è stato pubblicato alcuno schema di input.

get_change_historyGet the list of timestamps when changes were detected for a watch. Use these timestamps with get_snapshot or get_diff.

Get the list of timestamps when changes were detected for a watch. Use these timestamps with get_snapshot or get_diff.

Per questo strumento non è stato pubblicato alcuno schema di input.

get_snapshotNessuna descrizione pubblicata

Questo strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.

get_diffNessuna descrizione pubblicata

Questo strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.

search_watchesSearch across all watches by URL, title, or content. Returns matching watches.

Search across all watches by URL, title, or content. Returns matching watches.

Per questo strumento non è stato pubblicato alcuno schema di input.

trigger_recheckForce 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 day by plan.

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 day by plan.

Per questo strumento non è stato pubblicato alcuno schema di input.

fetch_urlNessuna descrizione pubblicata

Questo strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.

web_searchSearch 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 re…

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 re…

Per questo strumento non è stato pubblicato alcuno schema di input.

get_ai_summaryGet 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.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

get_rss_settingsGet the current RSS feed settings including whether feeds are enabled and the feed token.

Get the current RSS feed settings including whether feeds are enabled and the feed token.

Per questo strumento non è stato pubblicato alcuno schema di input.

generate_rss_tokenGenerate 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. Regenerating invalidates all existing feed URLs, so any reader already subscribed will stop receiving updates.

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. Regenerating invalidates all existing feed URLs, so any reader already subscribed will stop receiving updates.

Per questo strumento non è stato pubblicato alcuno schema di input.

revoke_rss_tokenRevoke the RSS feed token, disabling all RSS feed access immediately.

Revoke the RSS feed token, disabling all RSS feed access immediately.

Per questo strumento non è stato pubblicato alcuno schema di input.

get_notificationsGet the current notification settings (email, Telegram, web push, etc.).

Get the current notification settings (email, Telegram, web push, etc.).

Per questo strumento non è stato pubblicato alcuno schema di input.

15 strumenti su 19 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

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

Parole chiave
mcpmodel-context-protocolsite-spywebsite-monitoringai-agents
Alternative
Confronto delle superfici di strumenti…

Albero delle dipendenze

Ciò che una scansione di Forge ha risolto dai metadati npm il 2026-09-07: risoluzione osservata, non una dichiarazione dell'editore.

60 pacchetti risolti · 2 diretti · nessuno con avvisi di sicurezza La risoluzione si ferma alla profondità 4 e a 60 pacchetti.

La scansione si è fermata al limite di profondità 4. Tutto ciò che sta sotto quel livello non è mai stato risolto.

La scansione si è fermata al limite di 60 pacchetti. Il resto dell'albero non è mai stato risolto.

Altri 36 pacchetti risolti non vengono disegnati qui (limite di visualizzazione: 24). Ogni dipendenza con un avviso di sicurezza viene disegnata comunque. Inventario completo (SBOM CycloneDX)

Dichiarate ma non risolte

53 dipendenze dichiarate non sono mai arrivate nell'albero. Mancano dalla risoluzione di Forge, non dal pacchetto.

+41 altre non elencate. I conteggi per motivo qui sopra le comprendono tutte.

Non seguite: peerDependencies. Questo albero copre solo le dipendenze di runtime, quindi ciò che queste comportano non è mai stato risolto.

Argomenti

Correlati in monitoring & logging