Epovest
E
Epovest
/create_tracker

Create a tracker

Create a tracker in draft. It measures nothing yet: call start_tracker to launch it against the prepaid credit balance. Validation rules and messages are the sa

liveunknown~5s typical
mcpepovest
$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-epovest-ai-visibility /create_tracker for me.

Input

FieldTypeDescription
title*stringDisplay name of the tracker.
prompts*arrayThe questions asked to the AI engines at every survey, phrased exactly as a customer would
engines*arrayThe AI engines surveyed. A check is priced per engine, in USD: chatgpt 0.10, claude 0.20,
frequency*string (monthly | weekly | daily | on_demand)How often a survey runs. on_demand puts the tracker on no schedule at all: starting it run
resolution*string (hd | full_hd | 4k | 8k)Repetitions of every question per engine and survey: hd=1, full_hd=3, 4k=6, 8k=9. Answers
keywordsarrayNames to detect in the answers: your brand and the names you compare against. Flag yours a
analystsarrayThe lenses that score every survey. keyword_presence and share_of_voice are deterministic;
custom_promptstringThe instruction of the custom_prompt analyst. Required when that analyst is selected.
discoverybooleanSuggest new keywords spotted in the answers.
notify_on_surveybooleanEmail the account owner and managers each time a survey closes with fresh data, so the res
next_survey_atstringWhen the next survey runs, ISO 8601, strictly in the future; read as UTC without an offset
project_idstringThe project the tracker is filed under: the UUID of a project of the account (call list_pr

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-epovest-ai-visibility","endpoint":"/create_tracker","input":{"title":"...","prompts":[],"engines":[],"frequency":"monthly","resolution":"hd"}}'
cli
npx cracked-ai run -p mcp-com-epovest-ai-visibility -e /create_tracker -i '{"title":"...","prompts":[],"engines":[],"frequency":"monthly","resolution":"hd"}'
mcp
run_tool({ provider: "mcp-com-epovest-ai-visibility", endpoint: "/create_tracker", input: {"title":"...","prompts":[],"engines":[],"frequency":"monthly","resolution":"hd"} })

Try it

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