realdentalcosts-mcp

realdentalcosts-mcp

Real US & Canada dental price data for AI assistants: average costs by procedure, state and city, insurance acceptance, and cheapest-state lookups — backed by open datasets (CC BY 4.0, permanent DOIs).

Category
Visit Server

README

realdentalcosts-mcp

npm version license: MIT node >=18

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.

Quick Start

No installation needed — run directly with npx.

Claude Desktop / Claude Code

Add to your MCP config (claude_desktop_config.json or .mcp.json):

{
  "mcpServers": {
    "realdentalcosts": {
      "command": "npx",
      "args": ["-y", "realdentalcosts-mcp"]
    }
  }
}

Cursor

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.

Tools

dental_cost_by_state

Low/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_city

Average 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_estimate

What 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_average

National 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 & methodology

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>.

Disclaimer

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.

License

MIT © tresor4k

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured