AA
AIURION Agentic 3D Printing — San Francisco
/printing.checkout.create
Create Approved Stripe Checkout
Create a Stripe Checkout URL after the customer approves the quote. Stripe authorizes the card; AIURION captures payment only after manually approving the model
liveverifiedunknown~5s typical
mcpprobedaiurionagentic3d
$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-aiurion-agentic-3d-printing /printing.checkout.create for me.
Input
| Field | Type | Description |
|---|---|---|
| accessToken | string | Guest token returned by printing.sessions.start. Optional when Authorization already carri |
| quoteId* | string | AIURION quote UUID returned by printing.quotes.create. |
| approvalConfirmed* | boolean | Set true only after the customer reviews and approves the quote. |
| idempotencyKey* | string | Stable unique key for retrying checkout creation. |
| materialId | string | AIURION material identifier listed by printing.capabilities.get. |
| productionSpeed | string (standard | rush) | Requested production priority: standard or rush. |
| fulfillmentMethod | string (shipping | courier) | How the completed parts should be delivered. |
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-aiurion-agentic-3d-printing","endpoint":"/printing.checkout.create","input":{"quoteId":"...","approvalConfirmed":true,"idempotencyKey":"..."}}'cli
npx cracked-ai run -p mcp-com-aiurion-agentic-3d-printing -e /printing.checkout.create -i '{"quoteId":"...","approvalConfirmed":true,"idempotencyKey":"..."}'mcp
run_tool({ provider: "mcp-com-aiurion-agentic-3d-printing", endpoint: "/printing.checkout.create", input: {"quoteId":"...","approvalConfirmed":true,"idempotencyKey":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.