scry-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@scry-mcpcheck IP 8.8.8.8"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
scry-mcp
MCP (Model Context Protocol) server for the Scry corpus. Wraps the scry-api public endpoints as agent-callable tools.
Hosted at mcp.tunnelmind.ai. MCP spec version 2025-03-26. Streamable HTTP transport.
Tools (v0.1)
Tool | Wraps | Tier |
|
| Free |
Future tools (deferred to defender tier; need ATAP attestation):
scry_watch— subscribe to state changes for an IP/domainscry_actor— full actor profilescry_campaign— campaign detail
Related MCP server: KeyboardCrumbs MCP Server
Wire protocol
POST https://mcp.tunnelmind.ai/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"initialize"}Methods:
initialize— handshake, returns{ protocolVersion, capabilities, serverInfo }notifications/initialized— client → server notification (returns 204)tools/list— returns{ tools: [...] }tools/call—{ name, arguments }→{ content: [{ type: "text", text }] }ping— returns{}
Discovery:
GET https://mcp.tunnelmind.ai/
→ { service, version, protocol, transport, endpoint, tools }Layout
src/
worker.js transport (JSON-RPC 2.0 over POST /mcp)
tools.js tool definitions + handlers
test/
tools.test.js unit tests for tool registrySetup
npm test
npx wrangler deployNo bindings, no secrets — this Worker is a thin proxy with no state.
This server cannot be deployed
Maintenance
Related MCP Connectors
Free no-key IP intelligence: geolocation, VPN detection, DNS, WHOIS, blacklists, breach checks
Enrich, search, assess, and manage threat intelligence through 80+ typed MCP tools.
ThreatFox MCP — abuse.ch indicator-of-compromise feed (free, key required)
AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI-powered threat intelligence analysis of IPs, domains, URLs, and file hashes across multiple threat intelligence platforms (VirusTotal, AlienVault OTX, AbuseIPDB, IPinfo) with APT attribution and interactive reporting through natural language queries.17 PyPI39Apache 2.0
- AlicenseAqualityNot gradedmaintenanceProvides real-time threat intelligence including IP risk scores, CVE lookups, and malware hash analysis without requiring an API key. It enables users to monitor active threats, predict CISA KEV additions, and detect pre-attack infrastructure staging through natural language.822 PyPIMIT
- FlicenseNot gradedqualityDmaintenanceProvides threat intelligence tools like IoC lookups, event backtracking, and IP enrichment via MCP, enabling automated triage and evidence queries.1-
- AlicenseNot gradedqualityBmaintenanceProvides MCP tools for IP threat intelligence lookup and enrichment, including single IP lookup, bulk hunting, ASN expansion, and feed status queries.MIT