TD
TunnelMind Data API
/list_domains
list domains
Returns a paginated list of domains from the tracker database. Results are ordered alphabetically by domain name and support cursor-based pagination for full tr
liveverifiedunknown~5s typical
mcpprobedtunnelminddataapi
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-tunnelmind-data /list_domains for me.
Input
| Field | Type | Description |
|---|---|---|
| category | string (ad_tech | analytics | social | fingerprinting | content | cdn) | |
| min_score | integer | |
| limit | integer | default 50 |
| cursor | string |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-tunnelmind-data","endpoint":"/list_domains","input":{"limit":50}}'cli
npx cracked-ai run -p mcp-ai-tunnelmind-data -e /list_domains -i '{"limit":50}'mcp
run_tool({ provider: "mcp-ai-tunnelmind-data", endpoint: "/list_domains", input: {"limit":50} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.