# Real Dental Costs (npm · realdentalcosts-mcp)

US dental prices: 12 procedures, 51 states, 200+ cities, cash vs insurance estimates.

- Trust score: 35/100 (low)
- Change this week: −7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `realdentalcosts-mcp`: 35/100 (this document), [markdown](https://verifymcp.io/servers/tresor4k-realdentalcosts-mcp/realdentalcosts-mcp.md), [page](https://verifymcp.io/servers/tresor4k-realdentalcosts-mcp/realdentalcosts-mcp)

## Channel facts

- Registry: `npm`
- Package: `realdentalcosts-mcp`
- Version: `0.2.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- **Capabilities**: 0/100
  - Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.

**Unverified: 4 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### Claude

```bash
claude mcp add tresor4k-realdentalcosts-mcp -- npx -y realdentalcosts-mcp
```

### Codex

```bash
codex mcp add tresor4k-realdentalcosts-mcp -- npx -y realdentalcosts-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tresor4k-realdentalcosts-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "realdentalcosts-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tresor4k-realdentalcosts-mcp --command npx --arg -y --arg realdentalcosts-mcp
```

### Hermes

```yaml
mcp_servers:
  tresor4k-realdentalcosts-mcp:
    command: "npx"
    args: ["-y", "realdentalcosts-mcp"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 35, −27)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] Package version: 0.1.1 → 0.2.0

### 2026-08-02 (score 62, +44)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 18, +13)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −19)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 24, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (4)

### `dental_cost_by_state` (~343 tokens)

Dental cost by US state

Get the low/average/high cash price for a dental procedure in a specific US state, compared to the national average. Example: procedure="implant", state="CA" returns California's single-implant price range plus how it compares to the 51-state (incl. DC) national average and the state's dental cost index. Market research pricing data, not medical or financial advice.

Input parameters:

- `lang` (string): Response language for labels/notes: "en" (default) or "es".
- `procedure` (string, required): Procedure id. One of: exam (Exam, cleaning & X-rays), filling (Composite filling (1 tooth)), deepclean (Deep cleaning (SRP, per quadrant)), extraction (Tooth extraction), rootcanal (Root canal), allo…
- `state` (string, required): Two-letter US state code (or DC). One of: AL, AR, MS, KY, WV, IA, KS, OK, IN, SD, LA, NE, SC, GA, MO, TN, ND, OH, NC, MI, NM, WI, UT, ID, MN, TX, WY, AZ, FL, MT, CO, VA, IL, ME, PA, CT, OR, VT, DE, N…

### `dental_cost_by_city` (~186 tokens)

Dental cost by US city

Get the observed average single-implant cost and clinic count for a specific US city (206 cities), with the parent state's implant price band for context. Example: city="Miami". Only the implant series is published at city level upstream (open dataset, DOI 10.5281/zenodo.20819438) — per-city veneer/braces figures were retired in the source site's 2026-07 data-integrity work. Pass "state" (2-letter code) to disambiguate same-named cities. Market research pricing data, not medical or financial advice.

Input parameters:

- `city` (string, required): City name, e.g. "Austin" or "San Diego".
- `lang` (string): Response language for labels/notes: "en" (default) or "es".
- `state` (string): Optional 2-letter state code to disambiguate.

### `out_of_pocket_estimate` (~412 tokens)

Out-of-pocket dental cost estimate

Estimate what a patient actually pays for a dental procedure in a given state under a payment mode: "cash" (full list price), "insurance" (typical US PPO plan: 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" (dental discount plan, ~20-40% off list price). Example: procedure="crown", state="TX", mode="insurance". Market research pricing data, not medical or financial advice.

Input parameters:

- `lang` (string): Response language for labels/notes: "en" (default) or "es".
- `mode` (string, required): Payment mode: "cash", "insurance", or "savings_plan".
- `procedure` (string, required): Procedure id. One of: exam (Exam, cleaning & X-rays), filling (Composite filling (1 tooth)), deepclean (Deep cleaning (SRP, per quadrant)), extraction (Tooth extraction), rootcanal (Root canal), allo…
- `state` (string, required): Two-letter US state code (or DC). One of: AL, AR, MS, KY, WV, IA, KS, OK, IN, SD, LA, NE, SC, GA, MO, TN, ND, OH, NC, MI, NM, WI, UT, ID, MN, TX, WY, AZ, FL, MT, CO, VA, IL, ME, PA, CT, OR, VT, DE, N…

### `dental_national_average` (~202 tokens)

National average dental cost

Get the US national average low/avg/high cash price for a dental procedure (mean across all 51 states + DC), plus which state is cheapest and priciest on average. Example: procedure="veneer". Market research pricing data, not medical or financial advice.

Input parameters:

- `lang` (string): Response language for labels/notes: "en" (default) or "es".
- `procedure` (string, required): Procedure id. One of: exam (Exam, cleaning & X-rays), filling (Composite filling (1 tooth)), deepclean (Deep cleaning (SRP, per quadrant)), extraction (Tooth extraction), rootcanal (Root canal), allo…

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/tresor4k-realdentalcosts-mcp/realdentalcosts-mcp#diagnostics

## Score history

- 2026-08-03: 35
- 2026-08-02: 62
- 2026-08-01: 18
- 2026-07-31: 5
- 2026-07-30: 24
- 2026-07-28: 42
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/realdentalcosts-mcp
- Socket report: https://socket.dev/npm/package/realdentalcosts-mcp
- Repository: https://github.com/tresor4k/realdentalcosts-mcp
- Website: https://realdentalcosts.com/
- Changelog RSS feed: https://verifymcp.io/servers/tresor4k-realdentalcosts-mcp/realdentalcosts-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/tresor4k-realdentalcosts-mcp/realdentalcosts-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/tresor4k-realdentalcosts-mcp/realdentalcosts-mcp
