TunnelMind Data API
TD
TunnelMind Data API
/intel_inject

intel inject

Fetches a domain's homepage and checks for content patterns that could constitute prompt injection attacks against AI agents that visit and ingest the page. Sig

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 /intel_inject for me.

Input

FieldTypeDescription
receiptbooleanWhen true, attach a signed Receipt v1.0 committed to the transparency log. Additive — a si default false
domain*string
asyncbooleanWhen true, return a task handle immediately instead of blocking. Poll get_task for the res default false

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":"/intel_inject","input":{"receipt":false,"domain":"...","async":false}}'
cli
npx cracked-ai run -p mcp-ai-tunnelmind-data -e /intel_inject -i '{"receipt":false,"domain":"...","async":false}'
mcp
run_tool({ provider: "mcp-ai-tunnelmind-data", endpoint: "/intel_inject", input: {"receipt":false,"domain":"...","async":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.