# Kuwait Drug Prices 2024 — Official Medication Price List (KWD)

A free, searchable index of the official Kuwait Ministry of Health **2024 Drug Price List**: 5,600+ medications with wholesale and retail prices in Kuwaiti Dinar (KWD).

- **Site**: <https://kuwaitdrugprices.com/>
- **Source**: [Kuwait MoH Drug Price List 2024 (PDF)](https://www.moh.gov.kw/UserGuides/DrugPrice2024.pdf)
- **License**: Public domain (CC0 1.0) — derived from a Kuwaiti government publication
- **Coverage**: Kuwait, calendar year 2024

## What you can do here

- Search 5,600+ drugs by name, brand, or therapeutic category.
- Compare wholesale and retail prices in KWD.
- Filter by pharmaceutical form (Tablet, Injection, Suspension, ...).
- Browse by category: Pain Relief, Antibiotics, Diabetes, Heart & Blood Pressure, Respiratory, Allergy, Digestive, Vitamins & Supplements, Skin Care, Eye Care, Cancer Treatment, Neurological.

## For AI agents

| Resource | URL |
| --- | --- |
| Full dataset (JSON) | `/data/drugs.json` |
| OpenAPI spec | `/.well-known/openapi.json` |
| API catalog (RFC 9727) | `/.well-known/api-catalog` |
| Agent skills index | `/.well-known/agent-skills/index.json` |
| API docs (markdown) | `/docs/api` |

The site also exposes a [WebMCP](https://webmachinelearning.github.io/webmcp/) tool `search-drugs` via `navigator.modelContext` when loaded in an agent-capable browser.

## Drug record schema

```json
{
  "id": 1,
  "name": "Full registered drug name with dosage, manufacturer, and pack size",
  "brand": "Brand name",
  "form": "Tablet | Injection | Suspension | Infusion | ...",
  "category": "Antibiotics | Pain Relief | Diabetes | ...",
  "wholesalePrice": 0.72,
  "retailPrice": 0.84
}
```

Prices are in Kuwaiti Dinar (KWD). The wholesale-to-retail margin is regulated and typically falls around 16–17%.

## Disclaimer

This site is **not affiliated** with the Kuwait Ministry of Health or any Kuwaiti government entity. Always verify prices with a licensed pharmacy before purchase.
