dev.coinop/longwatch

MCPCommunitylive
v1.0.1dev.coinopUnknownAktualisiert vor 1 Mon.

You are ephemeral; this remembers. Persist watch_id+key; poll later for what you missed.

Endpunkt-Statuslive
geprüft vor 22 Std. · 546 ms
100 % der letzten 5 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 1 Mon.Letzte Aktualisierung
Paket
Autordev.coinop
LizenzUnknown
Version1.0.1
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche18 Tools · 1 privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert11. Aug. 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

18 Tools · 1 privilegiert
Live am Endpunkt des Anbieters beobachtet22h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

  • https://longwatch.dev/mcp18 Tools · 546 ms
check_nowThis-session snapshot only — no watch, no cursor. Use when you will not come back. Required by type: url/rss/x402 need url; price needs coin plus above, below, or move_pct_24h; edgar needs ticker or cik. 8-K items are decoded, Form 4 trades parsed, and x402 probes validate the unpaid 402 challenge…

This-session snapshot only — no watch, no cursor. Use when you will not come back. Required by type: url/rss/x402 need url; price needs coin plus above, below, or move_pct_24h; edgar needs ticker or cik. 8-K items are decoded, Form 4 trades parsed, and x402 probes validate the unpaid 402 challenge…

ParameterTypBeschreibung
type*stringsource type
urlstringurl|rss|x402: public URL
coinstringprice: CoinGecko id, e.g. 'bitcoin'
abovenumberprice: threshold to compare against
belownumberprice: threshold to compare against
move_pct_24hnumberprice: 24h move threshold to compare against
tickerstringedgar: stock ticker, e.g. 'NVDA'
ciknumberedgar: SEC CIK, as an alternative to ticker
formsarrayedgar: form filter, e.g. ["8-K","4"]
methodstring
bodyobject
expected_networkstring
expected_schemestring
expected_amount_atomicstring | number
create_watchKeep watching a source between agent runs and alert when it changes. Persist watch_id and key; later poll_alerts with since=<last cursor> returns only what you missed. Required by type: url/rss/x402 need url; price needs coin plus a threshold; edgar needs ticker or cik. Create includes the baseline…

Keep watching a source between agent runs and alert when it changes. Persist watch_id and key; later poll_alerts with since=<last cursor> returns only what you missed. Required by type: url/rss/x402 need url; price needs coin plus a threshold; edgar needs ticker or cik. Create includes the baseline…

ParameterTypBeschreibung
type*stringwatch type
urlstringurl|rss|x402: public URL to watch
coinstringprice: CoinGecko id, e.g. 'bitcoin'
abovenumberprice: alert when USD price crosses above this
belownumberprice: alert when USD price crosses below this
move_pct_24hnumberprice: alert when |24h change| exceeds this percent
tickerstringedgar: stock ticker, e.g. 'NVDA'
ciknumberedgar: SEC CIK, as an alternative to ticker
formsarrayedgar: form filter, e.g. ["8-K","4"]
methodstring
bodyobject
expected_networkstring
expected_schemestring
expected_amount_atomicstring | number
webhookobjectoptional: POST alerts to this URL as they occur (signed); polling still works
idempotency_keystringunique retry key; the same key and input return the original watch without charging twice
check_web_pageFetch a public web page now and return normalized text metadata. Use for a one-session lookup. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free NVDA For…

Fetch a public web page now and return normalized text metadata. Use for a one-session lookup. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free NVDA For…

ParameterTypBeschreibung
url*stringpublic http(s) page URL
watch_web_pageMonitor a public web page between agent runs and alert with added and removed text when it changes. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longw…

Monitor a public web page between agent runs and alert with added and removed text when it changes. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longw…

ParameterTypBeschreibung
url*stringpublic http(s) page URL
webhookobjectoptional HTTPS endpoint for signed push alerts; polling still works
idempotency_keystringunique retry key; the same key and input return the original watch
check_rss_feedRead the latest items from a public RSS or Atom feed now. Use for a one-session lookup. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free NVDA Form 4 sam…

Read the latest items from a public RSS or Atom feed now. Use for a one-session lookup. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free NVDA Form 4 sam…

ParameterTypBeschreibung
url*stringpublic RSS or Atom feed URL
watch_rss_feedMonitor an RSS or Atom feed between agent runs and alert once per new item. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free…

Monitor an RSS or Atom feed between agent runs and alert once per new item. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free…

ParameterTypBeschreibung
url*stringpublic RSS or Atom feed URL
webhookobjectoptional HTTPS endpoint for signed push alerts; polling still works
idempotency_keystringunique retry key; the same key and input return the original watch
check_crypto_priceCheck a CoinGecko asset price and whether it currently meets a USD threshold or 24-hour move condition. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free…

Check a CoinGecko asset price and whether it currently meets a USD threshold or 24-hour move condition. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free…

ParameterTypBeschreibung
coin*stringCoinGecko id, e.g. bitcoin
abovenumber
belownumber
move_pct_24hnumber
watch_crypto_priceMonitor a crypto price between agent runs and alert once when it crosses a threshold, with hysteresis before re-arming. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternativ…

Monitor a crypto price between agent runs and alert once when it crosses a threshold, with hysteresis before re-arming. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternativ…

ParameterTypBeschreibung
coin*stringCoinGecko id, e.g. bitcoin
abovenumber
belownumber
move_pct_24hnumber
webhookobjectoptional HTTPS endpoint for signed push alerts; polling still works
idempotency_keystringunique retry key; the same key and input return the original watch
check_sec_filingsGet recent SEC filings for a ticker or CIK now, with decoded 8-K items and parsed Form 4 transactions. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free…

Get recent SEC filings for a ticker or CIK now, with decoded 8-K items and parsed Form 4 transactions. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free…

ParameterTypBeschreibung
tickerstring
ciknumber
formsarray
watch_sec_filingsMonitor a company between agent runs for new SEC filings, decoded 8-K events, and parsed Form 4 trades. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://l…

Monitor a company between agent runs for new SEC filings, decoded 8-K events, and parsed Form 4 trades. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://l…

ParameterTypBeschreibung
tickerstring
ciknumber
formsarray
webhookobjectoptional HTTPS endpoint for signed push alerts; polling still works
idempotency_keystringunique retry key; the same key and input return the original watch
check_insider_tradesGet recent Form 4 insider transactions for a ticker or CIK, parsed into buyer/seller, shares, value, transaction type, and 10b5-1 status. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET htt…

Get recent Form 4 insider transactions for a ticker or CIK, parsed into buyer/seller, shares, value, transaction type, and 10b5-1 status. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET htt…

ParameterTypBeschreibung
tickerstring
ciknumber
watch_insider_tradesMonitor a company between agent runs for new Form 4 insider buys, sells, grants, and tax withholding. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://lon…

Monitor a company between agent runs for new Form 4 insider buys, sells, grants, and tax withholding. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://lon…

ParameterTypBeschreibung
tickerstring
ciknumber
webhookobjectoptional HTTPS endpoint for signed push alerts; polling still works
idempotency_keystringunique retry key; the same key and input return the original watch
check_x402_endpointSend an unpaid request and validate the endpoint's HTTP 402 challenge, accepted networks, scheme, amount, and recipient. The target probe does not attach payment. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements.…

Send an unpaid request and validate the endpoint's HTTP 402 challenge, accepted networks, scheme, amount, and recipient. The target probe does not attach payment. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements.…

ParameterTypBeschreibung
url*string
methodstring
bodyobject
expected_networkstring
expected_schemestring
expected_amount_atomicstring | number
watch_x402_endpointMonitor an x402 endpoint for downtime and changes to its payment challenge, price, network, scheme, or recipient. Target probes do not attach payment. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the paymen…

Monitor an x402 endpoint for downtime and changes to its payment challenge, price, network, scheme, or recipient. Target probes do not attach payment. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the paymen…

ParameterTypBeschreibung
url*string
methodstring
bodyobject
expected_networkstring
expected_schemestring
expected_amount_atomicstring | number
webhookobjectoptional HTTPS endpoint for signed push alerts; polling still works
idempotency_keystringunique retry key; the same key and input return the original watch
poll_alertsWhat is new since your last run. Pass since={last seq you saw}; the response carries a new cursor. New paid watches include 7 days of polling. After that window, one $0.005 paid poll renews the next 7 days. Polling keeps the watch alive; beta watches remain free. Free through the watch's included p…

What is new since your last run. Pass since={last seq you saw}; the response carries a new cursor. New paid watches include 7 days of polling. After that window, one $0.005 paid poll renews the next 7 days. Polling keeps the watch alive; beta watches remain free. Free through the watch's included p…

ParameterTypBeschreibung
watch_id*stringwatch_id returned by create_watch
key*stringkey returned by create_watch
sincenumberhighest alert seq already seen; 0 on first poll
try_watchCreate a free trial watch — no payment, no wallet, no account. Same watch types as create_watch (url, rss, price, edgar, x402). The trial runs for 24h, one at a time per caller, and cannot use webhooks. Use this first to see what the alerts look like before paying. Free — no payment required.

Create a free trial watch — no payment, no wallet, no account. Same watch types as create_watch (url, rss, price, edgar, x402). The trial runs for 24h, one at a time per caller, and cannot use webhooks. Use this first to see what the alerts look like before paying. Free — no payment required.

ParameterTypBeschreibung
type*stringwatch type
urlstringurl|rss|x402: public URL to watch
coinstringprice: CoinGecko id, e.g. 'bitcoin'
abovenumberprice: alert when USD price crosses above this
belownumberprice: alert when USD price crosses below this
move_pct_24hnumberprice: alert when |24h change| exceeds this percent
tickerstringedgar: stock ticker, e.g. 'NVDA'
ciknumberedgar: SEC CIK, as an alternative to ticker
formsarrayedgar: form filter, e.g. ["8-K","4"]
methodstring
bodyobject
expected_networkstring
expected_schemestring
expected_amount_atomicstring | number
poll_trialPoll a trial watch created by try_watch. Free. Pass since={last seq you saw}; the response carries a new cursor. Once the trial expires, create a paid watch with create_watch; paid creation includes 7 days of polling and can be renewed. Free — no payment required.

Poll a trial watch created by try_watch. Free. Pass since={last seq you saw}; the response carries a new cursor. Once the trial expires, create a paid watch with create_watch; paid creation includes 7 days of polling and can be renewed. Free — no payment required.

ParameterTypBeschreibung
watch_id*stringwatch_id returned by try_watch
key*stringkey returned by try_watch
sincenumberhighest alert seq already seen; 0 on first poll
delete_watchprivilegiertStop and delete a watch. Free. Free — no payment required.

Stop and delete a watch. Free. Free — no payment required.

ParameterTypBeschreibung
watch_id*stringwatch_id to delete
key*stringkey returned by create_watch

18 von 18 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

You are ephemeral; this remembers. Persist watch_id+key; poll later for what you missed.

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.