{"name":"Fake Data Generator API","version":"1.1.0","description":"Generate realistic fake data with zero external dependencies. Supports KR locale, custom schema templates, seeded deterministic output, and MCP (JSON-RPC 2.0).","endpoints":{"person":"GET  /api/v1/person?count=5&locale=en|kr","text":"GET  /api/v1/text?count=3&type=sentence|paragraph|word","number":"GET  /api/v1/number?count=10&min=0&max=100&type=int|float","uuid":"GET  /api/v1/uuid?count=5","password":"GET  /api/v1/password?count=3&length=16&complexity=high|medium|low","address":"GET  /api/v1/address?count=3&country=US|KR","color":"GET  /api/v1/color?count=5&format=hex|rgb|hsl","date":"GET  /api/v1/date?count=5&type=past|future|between&from=2024-01-01&to=2024-12-31","creditcard":"GET  /api/v1/creditcard?count=3&brand=visa|mastercard|amex","ip":"GET  /api/v1/ip?count=5&version=v4|v6","url":"GET  /api/v1/url?count=5","company":"GET  /api/v1/company?count=5","email":"GET  /api/v1/email?count=5","phone":"GET  /api/v1/phone?count=5&country=US|KR","dataset":"POST /api/v1/dataset  — bulk table: {\"schema\":{\"id\":\"uuid\",\"name\":\"person.fullName\",\"age\":\"number:18-65\"},\"count\":100}","custom":"POST /api/v1/custom   — {\"schema\":{\"label\":\"{{person.firstName}}'s order\",\"status\":\"enum:pending,done\"},\"count\":10}","mcp":"GET  /mcp  (discovery) | POST /mcp  (JSON-RPC 2.0)","openapi":"GET  /openapi.json"},"tip":"Add ?seed=<integer> to any GET endpoint for reproducible output."}