Server data from the Official MCP Registry
Free IPv4 lookups against a distributed attacker-observation corpus.
Free IPv4 lookups against a distributed attacker-observation corpus.
Remote endpoints: streamable-http: https://mcp.tunnelmind.ai/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
12 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"ai-tunnelmind-scry": {
"url": "https://mcp.tunnelmind.ai/mcp"
}
}
}From the project's GitHub README.
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.
| 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 detailPOST 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 }
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
npm test
npx wrangler deploy
No bindings, no secrets — this Worker is a thin proxy with no state.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.