loading…
Search for a command to run...
loading…
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.
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
# 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
# Start backend (port 3001)
node server/index.js
# Start frontend (port 5173) — in a new terminal
npm run dev
| Username | Password | Role |
|---|---|---|
| admin | admin123 | Medical Director |
| nurse | nurse123 | Clinical Reviewer |
| analyst | analyst123 | Claims Analyst |
# 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
node server/db/setup.js --reset
See DESIGN.md for full architecture documentation covering database schema, MCP tool registry, agent pipeline, API routes, and frontend integration.
Выполни в терминале:
claude mcp add prior-authorization-system-mcp-server -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.