{
  "name": "apex-tatva",
  "title": "Apex Tatva",
  "version": "1.0.0",
  "description": "Ancient wellness made simple — a plain-English library of traditional Ayurvedic remedies, health-goal shop pages, and PSI-verified product batches.",
  "documentation": "https://www.apex-tat-va.store/llms.txt",
  "transport": {
    "type": "streamable-http",
    "url": "https://www.apex-tat-va.store/api/mcp",
    "methods": [
      "POST"
    ]
  },
  "authentication": {
    "type": "bearer",
    "note": "Public read tools are open; administrative tools require an operator token."
  },
  "tools": [
    {
      "name": "find_remedy",
      "description": "Search the library of traditional remedies by symptom, condition, or herb name."
    },
    {
      "name": "suggest_remedies",
      "description": "Concierge: describe a concern in plain English and receive 2-3 well-known herbal options."
    },
    {
      "name": "get_batch",
      "description": "Verify a product seal code (e.g. ASHW-2487-KER) against the APEX PSI ledger."
    },
    {
      "name": "list_products",
      "description": "List catalog products, optionally filtered by herb or health goal."
    }
  ]
}