Server402 marketplace

Paid API service

Random Uuid

Generate a random UUID by calling a third-party HTTP API.

Invocation

Service ID
random-uuid
Method
GET
Endpoint
/api/tools/random-uuid
Legacy Endpoint
none
MCP Tool
random_uuid
Price
USD 0.05

Payment

Call 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.

Schema And Examples

{
  "exampleRequest": null,
  "exampleResponse": {
    "uuid": "496e23f6-ae40-4518-b3fc-8320651f4089"
  },
  "inputSchema": {
    "properties": {},
    "type": "object"
  },
  "outputSchema": {
    "properties": {
      "uuid": {
        "type": "string"
      }
    },
    "type": "object"
  }
}