← tunnelmind.ai

INDIVIDUAL MCP TOOL

sigil_verify_ip_type

Classify an IPv4 address as datacenter, residential, mobile, or unknown.

tunnelmind.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

tunnelmind.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sigil]
url = "https://mcp.sigil.tunnelmind.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sigil": {
      "type": "http",
      "url": "https://mcp.sigil.tunnelmind.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sigil
Remote MCP URL: https://mcp.sigil.tunnelmind.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sigil": {
      "url": "https://mcp.sigil.tunnelmind.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sigil": {
      "type": "http",
      "url": "https://mcp.sigil.tunnelmind.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sigil",
  "transport": "streamable-http",
  "url": "https://mcp.sigil.tunnelmind.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • cross_lens_verify — A2 — the cross-lens join.
  • sigil_verify_supply_path — The core pre-bid check.
  • sigil_verify_ads_txt — Check whether an exchange/SSP is authorized to sell a publisher's inventory, per the publisher's ads.
  • sigil_verify_app_bundle — Verify that a mobile/CTV app bundle ID actually exists in its app store and, optionally, that the listed developer matches.
  • sigil_verify_supply_chain — Verify a full OpenRTB SupplyChain (schain) object — every node, end to end.
  • sigil_traverse_supply_chain — Walk the supply graph for a publisher domain and get back the ITEMIZED sell paths — distinct from sigil_verify_supply_chain (which verifies a schain you BRING) and from the dark-pool-risk signal (which only returns counts).
  • sigil_score_entity — Get the pre-computed trust score for one supply-chain entity (a publisher or an SSP).
  • sigil_score_batch — Pre-computed trust scores for up to 200 entities in one call — built for an agent evaluating many supply sources during campaign setup.