← tunnelmind.ai
INDIVIDUAL MCP TOOL
sigil_verify_ads_txt
Confirms whether an SSP/exchange is authorized to sell a publisher's inventory according to that publisher's ads.
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
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.tunnelmind-data-api]
url = "https://mcp-data.tunnelmind.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tunnelmind-data-api": {
"type": "http",
"url": "https://mcp-data.tunnelmind.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tunnelmind-data-api
Remote MCP URL: https://mcp-data.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": {
"tunnelmind-data-api": {
"url": "https://mcp-data.tunnelmind.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tunnelmind-data-api": {
"type": "http",
"url": "https://mcp-data.tunnelmind.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tunnelmind-data-api",
"transport": "streamable-http",
"url": "https://mcp-data.tunnelmind.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
health_check— Returns a minimal status object confirming the API is alive.get_domain— Returns the complete surveillance intelligence record for a domain name.list_domains— Returns a paginated list of domains from the tracker database.get_entity— Returns an entity record for a surveillance company or data broker, including its industry, estimated annual data value per user (in USD), categories of personal data collected, and the full list of domains it controls.list_entities— Returns a paginated list of corporate entities in the TunnelMind surveillance database.search— Searches both the domains table and the entities table simultaneously.intel_http— Makes a live HEAD request to the target domain from the Cloudflare edge, follows up to 5 redirects, and returns the full redirect chain, final HTTP status, key response headers, a security header score, and any third-party surveillance actors referenced in the Content-Security-Policy header.intel_stack— Fetches up to 32KB of the domain's HTML and response headers from the edge, then fingerprints the content for known CMS platforms, JavaScript frameworks, CDN providers, and analytics tools.