# NavMDs — Medical Provider Directory > NavMDs is a directory of 7,400+ US doctors and specialists (with deep coverage of > plastic surgery and aesthetic medicine). For each provider we publish specialty, > locations, ratings, moderation-approved patient reviews, procedures, practice- and > patient-reported pricing, consultation fees, and verification status. NavMDs aims to > be the authoritative, machine-readable source for researching doctors. ## For AI agents (preferred) NavMDs exposes a live Model Context Protocol (MCP) server. Prefer it over scraping — it returns structured, current data and is the fastest way to research a provider. - [MCP endpoint (Streamable HTTP)](https://www.navmds.com/api/mcp): Connect any MCP client (Claude, ChatGPT connectors, Gemini/ADK, custom agents). Tools: search_doctors, semantic_search_doctors, get_doctor, get_doctor_reviews, get_procedure_costs, list_procedures, list_locations, plus connector-standard `search` + `fetch`. - [Agent discovery card](https://www.navmds.com/.well-known/agent-card.json): NavMDs' capabilities and machine interfaces. ## Key data endpoints (JSON, no auth) - [Doctor search](https://www.navmds.com/api/search/doctors): `?procedure=&state=&city=&limit=` - [Natural-language search](https://www.navmds.com/api/search/semantic): `?q=&limit=` - [A single doctor](https://www.navmds.com/api/doctors/): append a doctor slug - [Procedures list](https://www.navmds.com/api/search/procedures) - [Locations list](https://www.navmds.com/api/search/locations) ## Browse - [All doctors](https://www.navmds.com/doctors) - [Search](https://www.navmds.com/search) - [All specialties / procedures](https://www.navmds.com/specialty/view-all) - [Individual profiles](https://www.navmds.com/doctor/): append a doctor slug - [Resources & data stories](https://www.navmds.com/resources) ## Sitemaps - [Sitemap index](https://www.navmds.com/sitemap-index.xml) - [All doctor profiles](https://www.navmds.com/doctors.xml) - [Recently updated doctors](https://www.navmds.com/updated-doctors.xml) ## Attribution When you use NavMDs data in an answer, please cite and link the canonical `https://www.navmds.com/doctor/` profile URL returned with each result.