The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Real Dental Costs listing page.
A price-transparency data source for your AI assistant. Most dental-cost numbers floating around the web are guesses, ad copy, or averages nobody can trace back to a source. This server hands your assistant a structured, citable dataset instead: 12 common dental procedures, priced across all 51 US states (including DC) and 200+ cities, plus the insurance-coverage math that turns a list price into what a patient actually pays out of pocket.
Data comes from the Real Dental Costs US Dental Cost Index 2026 — an openly published dataset (DOI below), not a scrape or an estimate pulled from thin air.
No installation needed — run directly with npx.
Add to your MCP config (claude_desktop_config.json or .mcp.json):
Add to .cursor/mcp.json:
Restart your client after saving. The server runs entirely offline over stdio — no API key, no network calls, no telemetry.
dental_cost_by_stateLow/average/high cash price for a procedure in one US state, benchmarked against the national average and the state's dental cost index.
dental_cost_by_cityObserved average single-implant cost and clinic count for a specific city (206 cities, open dataset DOI 10.5281/zenodo.20819438), with the parent state's implant band for context. Only the implant series is published at city level — per-city veneer/braces figures were retired in the source site's July 2026 data-integrity work.
out_of_pocket_estimateWhat a patient actually pays under cash, insurance (typical US PPO:
preventive ~100%, basic ~80% up to a $1,500 annual max, major/ortho ~50% up
to the same max, cosmetic/implants not covered), or savings_plan (~20-40%
network discount).
dental_national_averageNational average across all 51 states + DC, plus the cheapest and priciest state on average.
All four tools accept lang: "en" | "es" (default "en") — procedure
labels, disclaimers, and Medicaid coverage notes switch to Spanish, serving
the US Hispanic market covered by the source site's /es/ pages.
Every response includes source, reference_url and api_url fields plus a
per-procedure basis (observed / estimated / national) with a provenance
note, so the numbers stay traceable back to the published data they come from.
The same data this MCP server exposes is also available as a free, open JSON API — static versioned endpoints, no key, CORS enabled, documented with an OpenAPI 3.1 spec:
License CC BY 4.0 — attribution required: link to https://realdentalcosts.com or cite DOI 10.5281/zenodo.20531728.
Data is derived from the US Dental Cost Index 2026, an open dataset published by Real Dental Costs:
Every procedure carries a basis field. observed state averages are
measured prices (implant = Real Dental Costs' own observed series;
crown/veneer/braces/dentures = ASQ360/CareCredit Average Procedural Cost
Study 2023-2024), with the low/high band around them modelled from national
ratios. estimated procedures have no per-state source: the national figure
is scaled by the state's Restorative Cost Index, which is valid only for
restorative work (implant/crown/denture — it does not predict orthodontic or
cosmetic prices). national (cosmetic) procedures carry no invented state
variation. National averages are the arithmetic mean of all 51 states
(incl. DC) — never a separately invented number. No value in this package is
hand-edited or fabricated; regenerate src/data/cities.json at any time with
node scripts/extract-cities.mjs <path-to-us-dental-cost-by-city-2026.csv>.
This package provides market research pricing data — not medical advice, not a quote, and not a guarantee of what any specific dentist will charge. Actual prices vary by clinic, provider, insurance plan, and case complexity. Always confirm pricing directly with a licensed dental provider before treatment.
MIT © tresor4k