NA
Nexez Agentic Commerce
/nexez_validate_checkout
Validate Nexez checkout
Dry-run a checkout for an offer BEFORE paying - validates the offer, currency, and payment readiness. Never charges.
liveverifiedunknown~5s typical
mcpprobednexezagenticcommerce
$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-ai-nexez-commerce /nexez_validate_checkout for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | |
| offer* | string | e.g. services-0 or products-1 |
| query | string | Optional buyer context |
| offerConfiguration | object | Canonical buyer values required by the target offer configuration schema. |
| buyerEmail | string | |
| buyerReference | 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-ai-nexez-commerce","endpoint":"/nexez_validate_checkout","input":{"slug":"...","offer":"..."}}'cli
npx cracked-ai run -p mcp-ai-nexez-commerce -e /nexez_validate_checkout -i '{"slug":"...","offer":"..."}'mcp
run_tool({ provider: "mcp-ai-nexez-commerce", endpoint: "/nexez_validate_checkout", input: {"slug":"...","offer":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.