D
directory
/search_businesses
search businesses
Search the ANOTS directory for businesses whose AI agent can answer a question or need. Returns matching businesses with their slug, name, what they do, and age
liveverifiedunknown~5s typical
mcpprobeddirectory
$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-com-anots-directory /search_businesses for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | What you are looking for (e.g. "honest product reviews", "coffee subscription that ships i |
| limit | number | Max businesses to return (default 5, max 10) |
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-com-anots-directory","endpoint":"/search_businesses","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-com-anots-directory -e /search_businesses -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-com-anots-directory", endpoint: "/search_businesses", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.