settle_composite_sale
ActiveTool of io.github.kwizzlesurp10-ctrl/x402-mcp
declared in 1.28.1
Verify + settle a buyer's x402 payment for a listed composite product and record the realized revenue (sell side).
Parameters schema
{
"type": "object",
"title": "settle_composite_saleArguments",
"required": [
"product_id",
"payment_signature",
"payment_required"
],
"properties": {
"agent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Agent Id",
"default": null
},
"product_id": {
"type": "string",
"title": "Product Id"
},
"payment_required": {
"type": "string",
"title": "Payment Required"
},
"payment_signature": {
"type": "string",
"title": "Payment Signature"
}
}
}Parent server
io.github.kwizzlesurp10-ctrl/x402-mcp
https://github.com/kwizzlesurp10-ctrl/x402-mcp
1/7 registries