Eveoy — Verified In-Store Foot Traffic ($24.99/customer)
EV
Eveoy — Verified In-Store Foot Traffic ($24.99/customer)
/start_checkout

Start an Eveoy checkout

Create an Eveoy checkout and return a payment link. Pricing mirrors the order page: $24.99 per verified customer base, plus two options — a guaranteed purchase

liveverifiedunknown~5s typical
mcpprobedeveoyverified
$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-eveoy-mcp /start_checkout for me.

Input

FieldTypeDescription
customers_per_location*integerVerified customers per store (20–1000); mirrors eveoy.com/order.
locationsintegerNumber of store locations (1–50). default 1
your_namestringYour name. Optional if saved via capture_profile.
work_emailstringWork email. Optional if saved via capture_profile.
brand_websitestringBrand website URL. Optional if saved via capture_profile.
phonestringPhone (optional).
campaign_start_datestringCampaign start date (YYYY-MM-DD, ≥ 14 days out). Required to check out without signing in.
guarantee_typestring (visit_purchase | visit)Guarantee level. "visit_purchase" (the recommended default on eveoy.com/order): every shop
top_sku_price_centsintegerIn-store price of the SKU each shopper buys, in CENTS, tax included (500–10000 = $5–$100).
shopper_bonus_centsintegerOptional per-shopper bonus in CENTS: 0 or 2000–20000 ($20–$200, any amount — no $20 step).
advancedTargetingstring

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-eveoy-mcp","endpoint":"/start_checkout","input":{"customers_per_location":1,"locations":1}}'
cli
npx cracked-ai run -p mcp-com-eveoy-mcp -e /start_checkout -i '{"customers_per_location":1,"locations":1}'
mcp
run_tool({ provider: "mcp-com-eveoy-mcp", endpoint: "/start_checkout", input: {"customers_per_location":1,"locations":1} })

Try it

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