Security & Testing
longwatch.dev
Create and manage standing watches that poll for alerts, enabling monitoring of specific conditions and notifications.
ENDPOINT 1
https://longwatch.dev/mcp
MCP server metadata
- Name
- longwatch
- Version
- 1.0.1
Known tools 18
watch_web_pageMonitor a public web page between agent runs and alert with added and removed text when it changes.
Inferred read-onlywatch_rss_feedMonitor an RSS or Atom feed between agent runs and alert once per new item.
Inferred read-onlycheck_crypto_priceCheck a CoinGecko asset price and whether it currently meets a USD threshold or 24-hour move condition.
Inferred read-onlywatch_crypto_priceMonitor a crypto price between agent runs and alert once when it crosses a threshold, with hysteresis before re-arming.
Inferred read-onlycheck_sec_filingsGet recent SEC filings for a ticker or CIK now, with decoded 8-K items and parsed Form 4 transactions.
Inferred read-onlywatch_sec_filingsMonitor a company between agent runs for new SEC filings, decoded 8-K events, and parsed Form 4 trades.
Inferred read-onlycheck_insider_tradesGet recent Form 4 insider transactions for a ticker or CIK, parsed into buyer/seller, shares, value, transaction type, and 10b5-1 status.
Inferred read-onlywatch_insider_tradesMonitor a company between agent runs for new Form 4 insider buys, sells, grants, and tax withholding.
Inferred read-onlycheck_x402_endpointSend an unpaid request and validate the endpoint's HTTP 402 challenge, accepted networks, scheme, amount, and recipient.
Potential side effectswatch_x402_endpointMonitor an x402 endpoint for downtime and changes to its payment challenge, price, network, scheme, or recipient.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.longwatch]
url = "https://longwatch.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"longwatch": {
"type": "http",
"url": "https://longwatch.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: longwatch
Remote MCP URL: https://longwatch.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"longwatch": {
"url": "https://longwatch.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"longwatch": {
"type": "http",
"url": "https://longwatch.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "longwatch",
"transport": "streamable-http",
"url": "https://longwatch.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for longwatch.dev was fetched 2026-08-12T08:55:38.749Z and is being refreshed.
longwatch.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.