{
  "schemaVersion": "2025-06-18",
  "name": "namenest-data",
  "title": "BabyData Data",
  "description": "Read-only MCP server exposing UK baby-and-pregnancy calculators that show their working: due date (Naegele's rule), ovulation and fertile window, pregnancy weeks, and UK Statutory Maternity Pay. Each tool returns the rule it used. Pregnancy outputs are informational only, not medical advice, and are editorially reviewed against NHS and gov.uk guidance. No authentication, no PII.",
  "version": "2026-06-12",
  "vendor": {
    "name": "BabyData",
    "url": "https://example.namenest.placeholder"
  },
  "endpoints": [
    {
      "url": "https://example.namenest.placeholder/mcp",
      "transport": "streamable-http"
    }
  ],
  "capabilities": {
    "resources": true,
    "tools": true
  },
  "tools": [
    { "name": "calculate_due_date", "description": "Estimate a due date and current pregnancy stage from LMP, conception, or IVF transfer date." },
    { "name": "calculate_ovulation", "description": "Estimate ovulation day, the fertile window and the next period from the last period and cycle length." },
    { "name": "pregnancy_weeks", "description": "Work out how many weeks pregnant, the trimester and progress from LMP or due date." },
    { "name": "maternity_pay", "description": "Estimate UK Statutory Maternity Pay over the 39 weeks under gov.uk rules." }
  ],
  "documentation": "https://example.namenest.placeholder/api/",
  "openapi": "https://example.namenest.placeholder/openapi.json",
  "license": "https://creativecommons.org/licenses/by/4.0/"
}
