loading…
Search for a command to run...
loading…
Extracts prior-authorization evidence from synthetic FHIR data to create structured evidence packets for clinicians. It utilizes an LLM to identify medical-nece
Extracts prior-authorization evidence from synthetic FHIR data to create structured evidence packets for clinicians. It utilizes an LLM to identify medical-necessity details and clinical summaries from FHIR resources.
AuthWeaver is an MCP server tool that extracts prior-authorization evidence from synthetic FHIR data and returns a structured evidence packet for clinicians.
python -m venv venvvenv\Scripts\activate (Windows) or source venv/bin/activate (macOS/Linux)pip install -r requirements.txt.env.example to .env and set an LLM keypython server.pyTool name: extract_prior_auth_evidence
Inputs:
procedure_name (string)sharp_context (object, optional)patient_id (string, optional, dev only)Output (JSON):
procedurecriteria_met (list of evidence items)criteria_not_met (list)clinical_summaryextract_prior_auth_evidence with SHARP context.Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"authweaver-mcp": {
"command": "npx",
"args": []
}
}
}