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
mcpprobedeveoy—verified
$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
| Field | Type | Description |
|---|---|---|
| customers_per_location* | integer | Verified customers per store (20–1000); mirrors eveoy.com/order. |
| locations | integer | Number of store locations (1–50). default 1 |
| your_name | string | Your name. Optional if saved via capture_profile. |
| work_email | string | Work email. Optional if saved via capture_profile. |
| brand_website | string | Brand website URL. Optional if saved via capture_profile. |
| phone | string | Phone (optional). |
| campaign_start_date | string | Campaign start date (YYYY-MM-DD, ≥ 14 days out). Required to check out without signing in. |
| guarantee_type | string (visit_purchase | visit) | Guarantee level. "visit_purchase" (the recommended default on eveoy.com/order): every shop |
| top_sku_price_cents | integer | In-store price of the SKU each shopper buys, in CENTS, tax included (500–10000 = $5–$100). |
| shopper_bonus_cents | integer | Optional per-shopper bonus in CENTS: 0 or 2000–20000 ($20–$200, any amount — no $20 step). |
| advancedTargeting | string |
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.