BD
Boolsai Directory
/find_similar_by_stack
find similar by stack
Find sites with the most-similar vendor stack to a given domain using Jaccard similarity over the full vendor set (not just archetype labels). Returns the top N
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 /find_similar_by_stack for me.
Input
| Field | Type | Description |
|---|---|---|
| domain* | string | Reference domain |
| limit | integer | max similar sites (1-100) default 20 |
| min_shared | integer | Minimum shared distinctive vendors required to be considered (default 3) default 3 |
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":"/find_similar_by_stack","input":{"domain":"...","limit":20,"min_shared":3}}'cli
npx cracked-ai run -p mcp-ai-boolsai-directory -e /find_similar_by_stack -i '{"domain":"...","limit":20,"min_shared":3}'mcp
run_tool({ provider: "mcp-ai-boolsai-directory", endpoint: "/find_similar_by_stack", input: {"domain":"...","limit":20,"min_shared":3} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.