Server data from the Official MCP Registry
US dental cost data by state: implants, crowns, veneers, braces, root canals.
US dental cost data by state: implants, crowns, veneers, braces, root canals.
Valid MCP server (3 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
7 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-tresor4k-realdentalcosts-mcp": {
"args": [
"-y",
"realdentalcosts-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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):
{
"mcpServers": {
"realdentalcosts": {
"command": "npx",
"args": ["-y", "realdentalcosts-mcp"]
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"realdentalcosts": {
"command": "npx",
"args": ["-y", "realdentalcosts-mcp"]
}
}
}
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.
procedure: "implant" state: "CA"
→ California: $4,013 – $5,733 – $8,026
National average: $3,141 – $4,489 – $6,285
+27.7% vs. national average
dental_cost_by_cityAverage cost and clinic count for a specific city, with the parent state's low/high range for context (the source tracks a single observed average per city procedure — not a separate city-level min/max).
city: "Los Angeles" state: "CA"
→ 567 clinics
Implants avg $4,500 (CA range $4,013 – $8,026)
Veneers avg $1,800 (CA range $1,075 – $2,295)
Braces avg $5,800 (CA range $3,670 – $6,190)
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).
procedure: "crown" state: "TX" mode: "insurance"
→ List price: $445 – $1,155 – $1,780
Estimated out-of-pocket: $223 – $578 – $890
"Major tier: plan typically pays ~50%, up to the $1,500 annual max."
dental_national_averageNational average across all 51 states + DC, plus the cheapest and priciest state on average.
procedure: "braces"
→ National average: $2,885 – $3,606 – $4,868
Cheapest: Alabama ($3,007 avg)
Priciest: California ($4,586 avg)
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 and reference_url fields so the numbers
stay traceable back to the published page they come from.
Data is derived from the US Dental Cost Index 2026, an open dataset published by Real Dental Costs:
State-level implant/veneer/braces prices are observed averages from the
index; other procedure prices are the national low/avg/high scaled by each
state's composite cost index. 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-dental_costs.json>.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.