Skip to content
Back to search
100
MCP live v0.5.0 streamable-http

Scry

ai.tunnelmind/scry

Free IPv4 lookups against a distributed attacker-observation corpus.

Uptime
23.1%
26 probes
Response
171ms
last probe
Tools
12
callable

Tools · 12

scry_stats

Returns aggregate Scry corpus telemetry: total observation count, distinct source IPs, first/last observation timestamps, last-24h activity, and per-protocol breakdowns. Useful as a liveness/density c…

scry_check

Returns Scry's corpus knowledge for a single IPv4 address: when it was first/last observed, observation count, protocols and ports targeted, ASN, country, category (actor/scanner/not_observed), and co…

scry_check_bulk

Look up many IPv4 addresses in one request. Up to 100 IPs per call. Same per-IP shape as scry_check, keyed by IP.

scry_top

Top-N source dimensions over a time window. Useful for situational awareness — 'where is the noise coming from right now?'

scry_timeseries

Bucketed observation counts over time. Detect bursts, plot trends, sanity-check whether attacker activity is rising or falling.

scry_asn

Roll-up of corpus activity for a single ASN — observation count, distinct source IPs, actor count, scanner count, high-confidence actor count, and per-protocol breakdown.

scry_country

Roll-up of corpus activity by ISO country code. Same shape as scry_asn.

scry_tools

List detected attack tools — (protocol, payload, path) tuples sent by 3+ distinct source IPs. Aggregate metadata only; never lists member actors.

scry_tool

Single tool detail by 16-char hex id from scry_tools.

scry_campaigns

Active threat campaigns — coordinated attacker activity that exceeds the noise floor. ≥5 distinct actors, ≥3 ASNs, ≤5 destination ports, ≥1h history.

scry_campaign

Single campaign detail by id (format: c[0-9a-f]{15}).

scry_recent

Recent observations feed — aggregated by source IP within a time window. Cursor-paginated via since_ms.

Similar MCP servers embedding-nearest

Sigil live
Programmatic-advertising supply verification: ads.txt, schain, ATAP receipts, cross_lens_verify.
12 tools · streamable-http
io.github.XogZ3/botoi-mcp live
49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.
49 tools · streamable-http
Boolsai Signals live
Quant-research MCP — tradeable signals from public-company website stack changes. 7 tools.
12 tools · streamable-http
Lightyear CryptoPunks live
Browse traits, filter 10K punks, listings, bids, Merkle roots, and bid pricing for CryptoPunks.
11 tools · streamable-http
TensorFeed live
AI news, model pricing, service status, and machine-payable premium tools. AFTA-certified.
32 tools · streamable-http
xmp4 — Semantic code knowledge for your stack live
OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+.
16 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "scry": {
      "url": "https://mcp.tunnelmind.ai/mcp",
      "transport": "streamable-http"
    }
  }
}