ProviderSignal Medicaid Dentist Directory is a paid API for AI agents from providersignal.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).
Returns a paginated list of state-enrolled Medicaid dentists filtered by state, city, ZIP, specialty, language, and patient-acceptance status across all 50 US states plus DC.
Healthcare market intelligence API. Unified provider directory + acquisition signals + license-events feed across all 50 US states, derived from NPI + state dental boards + CMS Medicare + OIG LEIE + state Medicaid + HRSA HPSA designations. All responses ship a citation envelope (`meta.envelope_version`, `meta.source_attribution`, `meta.request`) so agents can verify source freshness without out-of-band validation. Paid `/api/v1/agent/*` endpoints accept two per-call rails on a single 402: x402 (USDC on Base mainnet) and MPP (Stripe card via a Shared Payment Token), plus Bearer-token subscription auth for existing API keys. See [/docs/agent-payments](/docs/agent-payments) for the full flow. See [/docs/fields](/docs/fields) for the field glossary and [/llms.txt](/llms.txt) for the LLM crawler index.
A JSON object containing a paginated list of Medicaid-enrolled dental provider locations for the requested state and filters. Each provider record includes name, NPI, address, city, ZIP, county, phone, specialty, Medicaid plan participation, languages spoken, accepting-new-patients flag, special-needs accommodation flag, and the date the listing was last updated. The response also includes a meta citation envelope (envelope version, source attribution, request details), a disclaimer about state-listed vs verified acceptance, the total number of matching rows, and the number of provider locations returned.
GEThttps://providersignal.com/api/v1/agent/medicaid/dentistsUse this endpoint when you need to locate Medicaid-enrolled dental providers in any US state with optional filtering by geography (city, ZIP), clinical specialty (e.g., Pediatric, Orthodontics), patient-acceptance status, language, or special-needs accommodation. It is the right choice when you need source-cited, NPI-matched provider data drawn from official state Medicaid submissions and federal datasets. Prefer this over general provider directories when Medicaid enrollment and plan participation details are specifically required.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"data": {
"state": "TX",
"filters": {
"zip": null,
"city": "Houston",
"language": null,
"specialty": null,
"accepting_only": true,
"special_needs_only": false
},
"sampled": false,
"providers": [
{
"zip": "77002",
"city": "Houston",
"name": "SMITH, JANE",
"phone": "(713) 555-0100",
"plans": [
"DentaQuest (Medicaid)",
"MCNA Dental (Medicaid)"
],
"state": "TX",
"county": "Harris County",
"address": "123 MAIN ST",
"specialty": "General Dentistry",
"matched_npi": "1234567890",
"special_needs": "Yes",
"listing_updated": "2026-07-16",
"languages_spoken": "Spanish, Vietnamese",
"accepting_new_patients": "Yes"
}
],
"disclaimer": "Providers are STATE-LISTED on the program's federal submission, not verified acceptance. Always call the office to confirm participation in the specific plan.",
"state_name": "Texas",
"listing_rows_matching": 5104,
"provider_locations_returned": 25
},
"meta": {
"request": {
"endpoint": "/api/v1/agent/medicaid/dentists",
"billing_method": "per_query"
},
"envelope_version": "1.0"
},
"error": null
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"