ProviderSignal: Dental Market Intelligence
https://server.smithery.ai/providersignal/dental-market-intelligence/mcp**Agent-callable US dental provider intelligence.** Cross-references NPPES, 41 state dental boards (plus DC), CMS Medicare Part B, NPDB, and OIG LEIE. 273,000+ providers, refreshed weekly. ## Tools - **`lookup_provider_by_npi`**: Free tier, 100/day per IP. Returns name, practice address, taxonomy, and enumeration date by NPI. With a Bearer token, returns the full record: license status, DSO (Dental Service Organization) affiliation, OIG-exclusion flag, and a 0-100 confidence score. - **`search_providers`**: Bearer required. Filter dental providers by name, city, ZIP, state, taxonomy, or license status. - **`get_dso_affiliation`**: Bearer required. Check DSO affiliation for an NPI: parent brand (Heartland, Aspen, Pacific, etc.), signal type, and confidence score. - **`get_territory_summary`**: Bearer required. Aggregate territory analysis for a state or ZIP: provider count, DSO penetration, retirement-risk distribution, active license count. ## Authentication The free `lookup_provider_by_npi` tool requires no setup. For the other three tools, configure an `apiKey` (format: `Bearer ps_live_<your_key>`) from your [ProviderSignal dashboard](https://providersignal.com/settings). ## Citation envelopes Every tool response includes source attribution: which government dataset the data came from, when it was last refreshed, and the licensing posture. Designed for agent workflows that cite their sources. ## Pricing Free tier: 100 NPI lookups per day per IP. Paid plans start at $149/mo. See [pricing](https://providersignal.com/pricing).
How to connect
https://server.smithery.ai/providersignal/dental-market-intelligence/mcp
curl -X POST https://server.smithery.ai/providersignal/dental-market-intelligence/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'