scry-mcp
Click on "Install 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: Chaitin IP Intelligence Search Tool
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables 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.Last updated40Apache 2.0
- AlicenseAqualityDmaintenanceEnables checking IP reputations and threat intelligence by querying Chaitin's global honeypot network and millions of defense nodes. Provides real-time IP profiling, malicious behavior detection, and threat alerts based on aggregated security data.Last updated1162MIT
- FlicenseAquality-maintenanceProvides 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.Last updated8
- Alicense-qualityDmaintenanceEnables scanning IP addresses for vulnerabilities using Nmap and API-based checks, supporting both single and batch scans with detailed reports.Last updated355MIT
Related MCP Connectors
ThreatFox MCP — abuse.ch indicator-of-compromise feed (free, key required)
AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT.
55 tools, 7 Resources, Sigma rules, email SPF/DMARC, MITRE, CVE/KEV, risk_score. No key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TunnelMind/scry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server