π¦
Scry
Free IPv4 lookups against a distributed attacker-observation corpus.
0 installs
Trust: 34 β Low
Other
Ask AI about Scry
Powered by Claude Β· Grounded in docs
I know everything about Scry. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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 |
|---|---|---|
scry_check | GET /v1/check/{ip} | 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
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 registry
Setup
npm test
npx wrangler deploy
No bindings, no secrets β this Worker is a thin proxy with no state.
