com.dropwatchhq/payer-api-directory
Official4 toolsDirectory of US clearinghouse/payer APIs (Availity, Optum, Waystar) with pricing & access signals.
Directory of US healthcare payer APIs with pricing and access information.
Captured live from the server via tools/list.
list_clearinghouses
List all medical clearinghouse / payer-API vendors in the directory with their access model, API style, supported X12 functions, and whether pricing is public.
No parameters.
get_clearinghouse
Full record for one vendor: what it does, dated+confidence-tagged pricing signals, access requirements, and small-practice fit. confidence is one of published/reported/none.
Parameters (1)
- slugstringrequired
Vendor slug, e.g. 'availity', 'stedi', 'office-ally'.
vendors_by_function
Which vendors support a given X12 function. function slug one of: eligibility, claims, era, claim-status, prior-auth.
Parameters (1)
- functionstringrequired
recommend_clearinghouse
Transparently rank vendors for a practice. Returns scored shortlist with the reasoning for each. Inputs: functions needed, dev-integration flag, budget-sensitive flag.
Parameters (3)
- functionsarray
- devIntegrationboolean
- budgetSensitiveboolean
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"payer-api-directory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://clearinghouse.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.