LLMs hallucinate PA rules
Ask any foundation model "does Texas Medicaid require PA for Ozempic for weight loss?" and you'll get a confident, plausible, frequently wrong answer. Payer policies change weekly. Training data is stale.
The first Model Context Protocol server for prior-authorization data. Any Claude-compatible agent can query 51 states × 6 programs of CMS-0057-F and CMS-0062-P verified, citable PA rules natively — one config line, zero custom integration.
use_mcp_tool(server: "auth57",tool: "auth57_pa_strategy",args: {state: "NJ",program: "medicaid_mco",drug: "biologics"})
The Model Context Protocol is an open standard — introduced by Anthropic and now adopted across the AI ecosystem — that lets LLMs like Claude, ChatGPT, Cursor, and Zed connect to external tools and live data through a single, unified interface. One spec, any tool, zero glue code. Read the MCP spec →
Ask any foundation model "does Texas Medicaid require PA for Ozempic for weight loss?" and you'll get a confident, plausible, frequently wrong answer. Payer policies change weekly. Training data is stale.
MCP servers expose typed tools and structured resources over HTTP or stdio. Any MCP-compatible client — Claude Desktop, Claude Code, Cursor, Zed, or a custom agent — can discover and invoke them. One server, every agent.
Auth57's MCP server gives your agent native access to CMS-0057-F and CMS-0062-P verified PA rules across 51 states and 6 programs. Every response includes source URLs and human verified-dates.
Drop one block into your client config. The agent picks up every tool — strategy, explain, draft-appeal, diff-policy, verify-claim, watch-subscribe — automatically.
{
"mcpServers": {
"auth57": {
"transport": {
"type": "http",
"url": "https://api.auth57.io/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_AUTH57_API_KEY"
}
}
}
}
}{
"mcpServers": {
"auth57": {
"url": "https://api.auth57.io/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_AUTH57_API_KEY"
}
}
}
}Need help with auth, tool reference, or curl examples? See the developers page for the full toolset and signed-curl examples.
The agent recognizes a PA question, calls auth57_pa_strategy, and composes a reply from the verified result — never from pre-training. Source URLs and verified-dates flow through every response.
What's the PA status for Enbrel in NJ Medicaid?
Enbrel (etanercept) requires prior authorizationin New Jersey Medicaid. Submit through the enrollee's MCO PDL with step-therapy documentation — prior trial of a preferred TNF-alpha inhibitor or DMARD is typically required.
Drop the MCP server into Claude Desktop or your team's internal Claude agent. Non-clinical staff can ask natural-language questions and get back a verdict, the source URL, and the next step — without learning a new portal.
Wire MCP into a Claude agent that lives next to MCG, InterQual, GuidingCare, or your home-grown UM tool. Reviewers get cited PA answers as part of their existing flow — no rip-and-replace.
Power member-facing benefits agents with grounded PA answers. Every response cites the state Medicaid manual, payer PDL, or CMS memo it came from — auditable, not improvised.
10,000 tool calls per 30 days. All states. All programs. Cancel anytime.
Or $99/mo billed monthly · save $189/yr on the annual plan
One config line, every Claude-compatible client, every PA question grounded in citable state and federal sources.