Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.scry]
url = "https://mcp.tunnelmind.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scry": {
"type": "http",
"url": "https://mcp.tunnelmind.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scry
Remote MCP URL: https://mcp.tunnelmind.ai/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": {
"scry": {
"url": "https://mcp.tunnelmind.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scry": {
"type": "http",
"url": "https://mcp.tunnelmind.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scry",
"transport": "streamable-http",
"url": "https://mcp.tunnelmind.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scry_stats— Returns aggregate Scry corpus telemetry: total observation count, distinct source IPs, first/last observation timestamps, last-24h activity, and per-protocol breakdowns.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 confidence_bucket (low/medium/high).scry_check_bulk— Look up many IPv4 addresses in one request.scry_top— Top-N source dimensions over a time window.scry_timeseries— Bucketed observation counts over time.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.scry_tools— List detected attack tools — (protocol, payload, path) tuples sent by 3+ distinct source IPs.