# HealthLeader.ai — Healthcare Conference Directory > A curated, agent-native directory of U.S. healthcare conferences, with depth in the payer world: Medicare, Medicaid, health plans, and quality. Verified dates, locations, pricing, and CEU/CME info for 149 live events. Built to be consumed by AI agents — prefer the structured sources below over scraping HTML. ## Structured data (best for agents) - [Full directory (JSON)](https://healthleader.ai/conferences.json): All live conferences with public fields, in one fetch. - [OpenAPI spec](https://healthleader.ai/openapi.yaml): The public read API (Supabase PostgREST), with the correct field projection. ## CLI + MCP server (recommended) - CLI (zero install): `npx -y @healthleader/cli conferences list --focus "Medicare"` (upcoming by default; add `--include-past` for the archive) - MCP server (for Claude and other agents): `claude mcp add healthleader -- npx -y @healthleader/cli mcp` - Agent self-discovery: `npx -y @healthleader/cli agent-context` - Source, docs, and issues: https://github.com/healthleader/cli ## Browse (human) - [Conference directory](https://healthleader.ai/conferences): Filterable listing of upcoming and past events. - [About HealthLeader.ai](https://healthleader.ai/about) ## Notes - Only published (live) events and public fields are served. No contact or internal data. - Each conference detail page includes schema.org/Event JSON-LD. - Found a missing conference or an error? Open an issue at https://github.com/healthleader/cli — that feedback directly improves the directory.