Asked Thrice
AT
Asked Thrice
/start_visibility_check

Start visibility check

Measure whether a brand shows up when buyers ask AI assistants for a recommendation. Asks real buyer questions to OpenAI, Anthropic and Gemini and reports what

liveunknown~5s typical
mcpaskedthrice
$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-askedthrice-askedthrice /start_visibility_check for me.

Input

FieldTypeDescription
brand*stringBrand name as customers write it
website*stringDomain, like yourbrand.com
category*stringWhat the business sells, in plain words
competitorsstringUp to 5 real competitors, comma separated
locationstringWhere the business competes, like 'Cordoba, Argentina'
languagestring (en | es)Language the buyer questions are asked in

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-askedthrice-askedthrice","endpoint":"/start_visibility_check","input":{"brand":"...","website":"...","category":"..."}}'
cli
npx cracked-ai run -p mcp-com-askedthrice-askedthrice -e /start_visibility_check -i '{"brand":"...","website":"...","category":"..."}'
mcp
run_tool({ provider: "mcp-com-askedthrice-askedthrice", endpoint: "/start_visibility_check", input: {"brand":"...","website":"...","category":"..."} })

Try it

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