io.github.mattlsmith/navmds
io.github.mattlsmith/navmdsResearch 7,400+ US doctors: search, semantic search, profiles, reviews & procedure pricing.
Tools · 12
Find doctors by procedure/specialty, optionally filtered by US state and city. Uses NavMDs' pre-computed search index (fast, ranked by rating + review volume). Use this when you have a concrete proced…
Return NavMDs' curated city guide for a procedure: the ranked specialists (the city's OWN doctors first, then the nearest within an adaptive radius), the typical local price range, the average rating,…
Search NavMDs' 7,400+ doctor directory with a natural-language query, e.g. 'board-certified facelift surgeon in Los Angeles with great reviews and free consults'. Powered by Gemini embeddings + cosine…
Fetch a doctor's complete NavMDs profile by slug (the id returned by the search tools, or the last path segment of a navmds.com/doctor/<slug> URL). Returns specialty, locations, ratings, overview, pro…
Return published (moderation-approved) patient reviews for a doctor by slug.
Aggregate what a procedure costs across NavMDs doctors — combining patient-reported costs and practice-website pricing. Optionally narrow to a state/city. Returns min/median/max/average plus sample pr…
List the procedures/specialties covered by NavMDs, with the number of doctors for each. Useful for grounding a search.
List states/cities where NavMDs has doctors, with doctor counts. Useful for grounding a location filter.
Search patient discussion threads on community.navmds.com — the NavMDs forum where people discuss recovery timelines, what procedures actually cost them, choosing a surgeon, and what to expect. Use th…
Fetch a complete NavMDs community thread by id (the id returned by search_community, or the trailing number of a community.navmds.com/t/<slug>/<id> URL) — the original question plus every reply, in or…
Search NavMDs doctors by free-text query. Returns a list of {id, title, url} results. Pass an id to the `fetch` tool to retrieve the full profile. (OpenAI connector-compatible.)
Retrieve a full doctor profile by id (the slug returned from `search`). Returns {id, title, text, url, metadata}. (OpenAI connector-compatible.)
Prompts · 3
Pull a doctor's profile, reviews and pricing and summarize for a prospective patient.
Answer a lived-experience question from real NavMDs community discussion, grounded with directory pricing.
Find and compare the best doctors for a procedure in a location.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.mattlsmith/navmds": {
"url": "https://www.navmds.com/api/mcp",
"transport": "streamable-http"
}
}
}