MCP tools
asy_order_result
Collect a settled purchase by receipt when the work outran the response window — free, never charged twice.
asy_order_result — Collect purchase
Price: free · no payment challenge
Collect a purchase you have already paid for, using the receipt returned in-band when a paid call needs longer than its response window. Free. FREE — the sale already settled, so collection is never a second charge. Example: {receipt:"ord_…"} → {status:"delivered", result}. Proof promise: settlement is not delivery; nothing you paid for can be stranded on our side.
Input schema
| Argument | Type | Required | Description |
|---|---|---|---|
receipt | string | yes | The receipt id returned with your payment (ord_…). |
JSON-RPC call shape
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "asy_order_result",
"arguments": {
"receipt": "ord_…"
}
}
}Call the stateless Streamable HTTP endpoint at https://api.assayed.xyz/mcp. See
x402 payment notes for paid calls and the complete tool index for
the other generated schemas.

