Categories

Lottery Number Generator

Generate random lottery numbers for various countries and lottery types

Select the lottery type for number generation

Choose how many sets of lottery numbers to generate

Output the results in JSON format for programmatic use

API Documentation

Request Endpoint

POST /en/api/tools/lottery-number-generator

Request Parameters

Parameter Name Type Required Description
lotteryType select Yes Select the lottery type for number generation
sets number No Choose how many sets of lottery numbers to generate
outputJson checkbox No Output the results in JSON format for programmatic use

Response Format

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Text: Text

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-lottery-number-generator": {
      "name": "lottery-number-generator",
      "description": "Generate random lottery numbers for various countries and lottery types",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=lottery-number-generator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]