BD
Boolsai Directory
/bulk_export
bulk export
Paginated bulk export of indexed sites matching a filter. Returns up to 1000 rows per page in CSV or JSONL format with a cursor for continued pages. Use this wh
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 for me.
Input
| Field | Type | Description |
|---|---|---|
| signal_type* | string | Required. e.g. 'vendor', 'klaviyo_company_id', 'shopify_shopid', 'market_country', 'org_co |
| signal_value | string | Optional exact value to filter. If omitted returns ANY value of this signal_type. |
| market_country | string | Optional ISO-2 country code (e.g. 'us', 'au') to intersect with hreflang market data |
| format | string (csv | jsonl | json) | Output format. CSV is best for CRM import. default "csv" |
| cursor | string | Opaque cursor from previous page; pass to get next 1000 rows |
| limit | integer | Max rows per page (default 1000, max 5000) default 1000 |
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","input":{"signal_type":"...","format":"csv","limit":1000}}'cli
npx cracked-ai run -p mcp-ai-boolsai-directory -e /bulk_export -i '{"signal_type":"...","format":"csv","limit":1000}'mcp
run_tool({ provider: "mcp-ai-boolsai-directory", endpoint: "/bulk_export", input: {"signal_type":"...","format":"csv","limit":1000} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.