# Nuora Health > UK's first agent-native pharmacy platform. 9 clinical services, GPhC regulated, CQC registered. AI agents can discover services, check patient eligibility, and book consultations via REST API, MCP, or A2A protocols. ## Services - [Weight Loss](/api/v1/services/weight): Pharmacist-led medical weight management. £189/month all-inclusive. - [Men's ED](/api/v1/services/mens-ed): Clinician-led erectile dysfunction treatment. From £29. - [Hair Loss](/api/v1/services/hair): Evidence-based hair loss treatments. From £25/month. - [Women's Health HRT](/api/v1/services/hrt): Personalised hormone replacement therapy. From £39. - [Sexual & Reproductive Health](/api/v1/services/sexual): Contraception and sexual wellness. From £19. - [Dermatology](/api/v1/services/derm): Prescription dermatology for acne, eczema, rosacea. From £35. - [Allergy & ENT](/api/v1/services/allergy): Allergy, asthma, ENT management. From £25/month. - [Vape Cessation](/api/v1/services/vape): Medication-supported quit programme. £49/month. - [Longevity](/api/v1/services/longevity): Metabolic health optimisation. From £49/month. ## API Documentation - [OpenAPI Specification](/openapi.yaml): Full REST API specification (OpenAPI 3.1) - [Service Catalog](/api/v1/services): Machine-readable service listing (JSON) - [Agent Card](/.well-known/agent.json): A2A protocol agent discovery - [MCP Server]: Model Context Protocol server for tool-based interaction ## Clinical Workflows - **Check Eligibility**: POST /api/v1/eligibility/check — Verify patient suitability for a service - **Book Consultation**: POST /api/v1/bookings — Schedule a pharmacist consultation - **Check Booking Status**: GET /api/v1/bookings/{id} — Track booking progress ## Authentication - Public endpoints: Service catalog, service details, eligibility checks - API key required: Bookings, notifications. Register at POST /api/v1/auth/register - Key format: `nuora_pk_` prefix. Pass via `X-Nuora-API-Key` header or `Authorization: Bearer` header. ## Compliance - **GPhC Registered**: Pharmacy #1039035 - **CQC Registered**: #1-1997598861 - **Jurisdiction**: England and Wales - **Provider**: NUORA LTD (Companies House #16944983) - **Data**: No PHI exposed via API. Eligibility is per-session. Medical records require future OAuth. ## Links - [Website](https://nuorahealth.com) - [Support](mailto:support@nuorahealth.com)