Scry
Free IPv4 lookups against a distributed attacker-observation corpus.
Install
mcp_config.json
{
"mcpServers": {
"ai-tunnelmind-scry": {
"url": "https://mcp.tunnelmind.ai/mcp",
"type": "streamable-http"
}
}
}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.
Sourced from the repository README.
More in AI & Agents
- PonytailMakes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.109,599
- AgentsMulti-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity39,079
- Frontend SlidesCreate beautiful slides on the web using a coding agent's frontend skills28,060
- Agent Skills Search ServerSearch and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.24,658
- Agency Agents Zh🎭 267 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 18 种工具,覆盖工程/设计/营销/金融等 20 个部门。含 52 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)。搭配编排器 agency-orchestrator,一句话即可让多位专家按 DAG 自动协作。19,868
- Watermarks RemoverStrip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/metadata from PNG/JPEG/SVG/PDF/DOCX/HTML/MD17,822