Invocation
- Service ID
random-uuid- Method
GET- Endpoint
/api/tools/random-uuid- Legacy Endpoint
none- MCP Tool
random_uuid- Price
- USD 0.05
Paid API service
Generate a random UUID by calling a third-party HTTP API.
random-uuidGET/api/tools/random-uuidnonerandom_uuidCall the endpoint without payment to receive HTTP 402 metadata. After payment is complete, retry with X-Payment-Token, an x402 payment signature, or MCP paymentToken.
Create a payment with POST /api/payments using serviceId="random-uuid", then pass the returned token in X-Payment-Token or MCP paymentToken.
{
"exampleRequest": null,
"exampleResponse": {
"uuid": "496e23f6-ae40-4518-b3fc-8320651f4089"
},
"inputSchema": {
"properties": {},
"type": "object"
},
"outputSchema": {
"properties": {
"uuid": {
"type": "string"
}
},
"type": "object"
}
}