{
  "protocolVersion": "0.3.0",
  "name": "apteka.online",
  "description": "Polish licensed online pharmacy. Exposes product catalog, blog, and Polish pharmacy directory (~12,000 entries from the official CeZ registry) via Markdown alternates for AI agent consumption. No public REST API; content-only discovery via Markdown + llms.txt + sitemap.",
  "url": "https://apteka.online",
  "version": "0.1.0",
  "provider": {
    "organization": "apteka.online sp. z o.o.",
    "url": "https://apteka.online"
  },
  "documentationUrl": "https://apteka.online/llms.txt",
  "defaultInputModes": ["text/plain", "text/html"],
  "defaultOutputModes": ["text/markdown", "text/html"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "product-lookup",
      "name": "Product lookup (Polish pharmacy catalog)",
      "description": "Fetch structured product data (price, availability, EAN, composition, dosing, contraindications, FAQ) for a given product handle. Data sourced from manufacturer leaflets and the SPC (ChPL), verified by a pharmacist.",
      "tags": ["pharmacy", "product", "OTC", "supplement", "medicine", "Polish"],
      "examples": [
        "Fetch https://apteka.online/products/akustone-spray-do-uszu-15-ml.md",
        "Fetch https://apteka.online/products/apap-500-mg-24-tabletki-powlekane.md"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    },
    {
      "id": "blog-fetch",
      "name": "Poradnik zdrowotny (health guide)",
      "description": "Fetch long-form health articles written by Polish pharmacists with references to pharmaceutical research.",
      "tags": ["health", "pharmacy-advice", "Polish", "blog"],
      "examples": [
        "Fetch https://apteka.online/blog/domowa-apteczka.md",
        "Fetch https://apteka.online/blog/jak-wzmocnic-odpornosc.md"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    },
    {
      "id": "pharmacy-directory",
      "name": "Polish pharmacy directory",
      "description": "Look up any of ~12,000 active Polish pharmacies from the official Centre for e-Health (CeZ) registry. Query by voivodeship, city, pharmacy slug, or chain.",
      "tags": ["directory", "pharmacy-locator", "Poland", "CeZ"],
      "examples": [
        "Fetch https://apteka.online/apteki.md (root directory)",
        "Fetch https://apteka.online/apteki/mazowieckie.md (voivodeship)",
        "Fetch https://apteka.online/apteki/siec/doz.md (chain listing)"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    },
    {
      "id": "equivalents-finder",
      "name": "Medication equivalents finder",
      "description": "Find cheaper medications with the same active ingredient, strength, and pharmaceutical form as a reference drug. Accessible at https://apteka.online/odpowiedniki (no machine-readable API yet, HTML+Markdown alternates only).",
      "tags": ["equivalents", "generics", "price-comparison", "active-ingredient"],
      "inputModes": ["text/html"],
      "outputModes": ["text/html"]
    }
  ]
}
