AuthWeaver MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AuthWeaver MCPExtract prior-auth evidence for patient-123's knee replacement."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# AuthWeaver MCP
AuthWeaver is an MCP server tool that extracts prior-authorization evidence from synthetic FHIR data and returns a structured evidence packet for clinicians.
What It Does
Receives SHARP context (patient ID + optional FHIR server URL + token)
Queries a synthetic FHIR server for relevant resources
Uses an LLM to extract medical-necessity evidence
Returns a strict JSON evidence packet
Related MCP server: Prior Authorization System MCP Server
Safety & Privacy
Stateless: no patient data stored
Data-minimized FHIR queries
Output is structured for audit review
Synthetic/de-identified data only
Quick Start (Local)
python -m venv venvvenv\Scripts\activate(Windows) orsource venv/bin/activate(macOS/Linux)pip install -r requirements.txtCopy
.env.exampleto.envand set an LLM keypython server.py
MCP Tool
Tool 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_summary
Demo Flow
Prompt Opinion agent invokes
extract_prior_auth_evidencewith SHARP context.AuthWeaver pulls synthetic FHIR data and extracts evidence.
Agent displays the evidence packet in the clinician workflow.
Notes
The MCP SDK wiring may differ based on Prompt Opinion docs. This repo includes a best-effort MCP server plus a FastAPI fallback for local testing.
Use only synthetic data (Synthea or public FHIR sandbox).
This server cannot be deployed
Maintenance
Related MCP Connectors
Extract structured data points from research papers and other documents with an LLM.
Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.
Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.
Privacy-preserving synthetic health data generation. FHIR R4/R5 compliant.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables LLM-based agents to interact with FHIR healthcare data through natural language prompts, providing full CRUD operations on FHIR resources, document processing, and semantic search capabilities.1399MIT
- FlicenseNot gradedqualityDmaintenanceEnd-to-end Prior Authorization decision-support system with a multi-agent AI pipeline, MCP Tool Registry, and PostgreSQL backend.1-
- AlicenseBqualityDmaintenanceEnables medical evidence retrieval and analysis via AI-powered search and summarization tools.145 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables LLMs to interact with clinical patient records using tools for document ingestion, structured conversion, patient profiling, record listing, search, and secure Q&A over patient documentation.-