EV
Eveoy — Verified In-Store Foot Traffic ($24.99/customer)
/check_order_status
Check Eveoy order status
Look up the status of an Eveoy order by its Stripe Checkout session id. Use this when the user wants to: - Check whether an order was paid - See the order tota
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 /check_order_status for me.
Input
| Field | Type | Description |
|---|---|---|
| session_id* | string | Stripe Checkout session id (cs_...). |
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":"/check_order_status","input":{"session_id":"..."}}'cli
npx cracked-ai run -p mcp-com-eveoy-mcp -e /check_order_status -i '{"session_id":"..."}'mcp
run_tool({ provider: "mcp-com-eveoy-mcp", endpoint: "/check_order_status", input: {"session_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.