PluginBench
MCP Server
Maintained

Scry MCP Server

ai.tunnelmind/scry

What is the Scry MCP server?

Free IPv4 lookups against a distributed attacker-observation corpus.

How to install Scry

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "scry": {
      "url": "https://mcp.tunnelmind.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "scry": {
      "serverUrl": "https://mcp.tunnelmind.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "scry": {
      "type": "http",
      "url": "https://mcp.tunnelmind.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "scry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.tunnelmind.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http scry https://mcp.tunnelmind.ai/mcp

Related MCP servers

Sigil

Active

Programmatic-advertising supply verification: ads.txt, schain, ATAP receipts, cross_lens_verify.

0
JavaScript
Apache-2.0
View repository →

Tracker / Sigil / Cross-lens — every TunnelMind Data API operation as one MCP surface.

View repository →