Prior Authorization System Server
БесплатноНе проверенEnd-to-end Prior Authorization decision-support system with a multi-agent AI pipeline, MCP Tool Registry, and PostgreSQL backend.
Описание
End-to-end Prior Authorization decision-support system with a multi-agent AI pipeline, MCP Tool Registry, and PostgreSQL backend.
README
End-to-end Prior Authorization decision-support system with a multi-agent AI pipeline, MCP Tool Registry, and PostgreSQL backend.
Original wireframe: https://www.figma.com/design/5qn3BZ9VfJ2eoa06sytSY0/Prior-Authorization-Wireframe
Tech Stack
- Frontend: React 18 + Vite + Tailwind CSS + shadcn/ui
- Backend: Express.js (ESM) with JWT authentication
- Database: PostgreSQL 16 (6 tables, 400+ seed rows)
- AI Pipeline: 4 agents + 6 MCP tools + 9-step processing pipeline
Prerequisites
- Node.js 18+
- PostgreSQL 16+
- npm
Setup
# 1. Install frontend dependencies
npm install
# 2. Install backend dependencies
cd server && npm install && cd ..
# 3. Create database
createdb prior_auth_db
# 4. Run schema + seed data (15 members, 75 claims, 15 policies, 15 PA requests)
node server/db/setup.js
# 5. Create .env.local for frontend API URL
echo "VITE_API_BASE_URL=http://localhost:3001/api/v1" > .env.local
Running
# Start backend (port 3001)
node server/index.js
# Start frontend (port 5173) — in a new terminal
npm run dev
Demo Credentials
| Username | Password | Role |
|---|---|---|
| admin | admin123 | Medical Director |
| nurse | nurse123 | Clinical Reviewer |
| analyst | analyst123 | Claims Analyst |
Verification
# Health check
curl http://localhost:3001/api/v1/health
# List MCP tools
curl http://localhost:3001/api/v1/mcp/tools
# List PA requests
curl http://localhost:3001/api/v1/requests
Database Reset
node server/db/setup.js --reset
Architecture
See DESIGN.md for full architecture documentation covering database schema, MCP tool registry, agent pipeline, API routes, and frontend integration.
Установка Prior Authorization System Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Click2code/mcp-serverFAQ
Prior Authorization System Server MCP бесплатный?
Да, Prior Authorization System Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Prior Authorization System Server?
Нет, Prior Authorization System Server работает без API-ключей и переменных окружения.
Prior Authorization System Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Prior Authorization System Server в Claude Desktop, Claude Code или Cursor?
Открой Prior Authorization System Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Prior Authorization System Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
