Claim status
Retrieve claim-level status and turn payer responses into structured next steps.
Free public MCP · no account required
Substrate Payer Search gives any MCP-compatible AI application payer names, aliases, IDs, published transaction capabilities, and operational signals—free, with no login or API key.
https://mcp.substrateai.com/payersAuthenticated MCP beta
The free payer MCP is the public discovery layer. Substrate's authenticated MCP suite brings the rest of the platform's power into approved AI workflows with organization-specific access controls, security review, and guided onboarding. We are onboarding beta partners now.
Retrieve claim-level status and turn payer responses into structured next steps.
Verify member eligibility and benefits through secured, authenticated workflows.
Orchestrate credentialed portal work without exposing credentials to the public payer tool.
Prepare, submit, and manage transaction workflows with Substrate's revenue-cycle agents.
Overview
Search full or partial payer names, aliases, payer IDs, program codes, parent groups, and vendor trading-partner IDs.
Filter published eligibility, claim-status, clearinghouse, portal automation, phone-agent, and appeals capabilities.
Review public reliability, answering, and recency signals and link users to the canonical payer profile.
Installation
Open Settings → Connectors → Add custom connector. Name it Substrate Payer Search, enter the endpoint, and leave authentication unset.
https://mcp.substrateai.com/payers
claude mcp add --transport http substrate-payers \
https://mcp.substrateai.com/payers
claude mcp list
codex mcp add substrate-payers \
--url https://mcp.substrateai.com/payers
codex mcp list
{
"mcpServers": {
"substrate-payers": {
"type": "http",
"url": "https://mcp.substrateai.com/payers"
}
}
}
{
"servers": {
"substrate-payers": {
"type": "http",
"url": "https://mcp.substrateai.com/payers"
}
}
}
Add a remote MCP server with the endpoint below. Authentication and custom headers are not required.
name: Substrate Payer Search
transport: streamable-http
url: https://mcp.substrateai.com/payers
Tool reference
search_for_payerSearches Substrate's public payer directory and returns structured payer records. The text query is required; filters narrow the matching payer endpoints.
| Argument | Type | Purpose |
|---|---|---|
query | string, required | Name, alias, payer ID, employer ID, program, group, or vendor ID. |
limit | integer, 1–25 | Maximum returned payer endpoints; default 10. |
offset | integer | Zero-based pagination offset. |
capabilities | array | Claim status, eligibility, ECS, portal, phone, or appeals. |
capability_match | all or any | Combines multiple capability filters. |
reliability | array | Supported, flaky, unsupported, or unproven public labels. |
answering | boolean | Filters on the recent public answering signal. |
states | string array | Two-letter operating states. |
lines_of_business | string array | Published lines of business. |
programs | string array | Published payer program codes. |
parent_payer_group_id | string | Exact public parent group identifier. |
network_family | bcbs or cigna | Supported payer-network family. |
published=false means Substrate has not published that route. It is not proof that a payer can never support it.
Example prompts
Marketplace reviewers and client implementers can download the five positive and three negative acceptance cases.
Trust and support
MCP changelog
Introduced the read-only search_for_payer tool. The canonical dedicated gateway, public documentation, registry manifest, discovery metadata, Origin validation, and dependency readiness checks are included in the August 2026 publication update.