BD
Boolsai Directory
/bulk_export_url
bulk export url
Returns a streaming-export URL for the same filter as bulk_export. Useful when the agency wants to pull 50K rows in one shot via curl/HTTP pipe instead of pagin
liveverifiedunknown~5s typical
mcpprobedboolsaidirectory
$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-boolsai-directory /bulk_export_url for me.
Input
| Field | Type | Description |
|---|---|---|
| signal_type* | string | Required signal_type |
| signal_value | string | Optional exact value |
| market_country | string | Optional ISO-2 country |
| format | string (ndjson | csv) | default "ndjson" |
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-boolsai-directory","endpoint":"/bulk_export_url","input":{"signal_type":"...","format":"ndjson"}}'cli
npx cracked-ai run -p mcp-ai-boolsai-directory -e /bulk_export_url -i '{"signal_type":"...","format":"ndjson"}'mcp
run_tool({ provider: "mcp-ai-boolsai-directory", endpoint: "/bulk_export_url", input: {"signal_type":"...","format":"ndjson"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.