Click on "Install 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
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.