CUF Health Portal Server
БесплатноНе проверенEnables users to interact with the CUF health portal to retrieve patient information, appointments, clinical documents, invoices, and prescriptions through natu
Описание
Enables users to interact with the CUF health portal to retrieve patient information, appointments, clinical documents, invoices, and prescriptions through natural language.
README
An MCP (Model Context Protocol) server that exposes the CUF health portal as tools for Claude and other MCP clients.
Tools
| Tool | Description |
|---|---|
get_patient_info |
Patient profile (name, contacts, NIF, SNS number) |
list_appointments |
Upcoming appointments |
list_past_appointments |
Full appointment history |
list_clinical_documents |
Imaging reports, lab reports, clinical files, etc. |
get_clinical_document |
Download a clinical document PDF by ID |
list_exam_results |
Active lab/exam results from the portal |
list_invoices |
All invoices |
get_invoice |
Download an invoice PDF by payment number |
list_prescriptions |
Exam prescriptions (scrapes www.cuf.pt) |
get_prescription |
Download a prescription PDF by download URL |
Downloaded PDFs are saved to ./downloads/cuf/ by default (configurable via OUTPUT_DIR env var).
Setup
Requirements
- uv
- A CUF portal account (saudecuf.pt)
Install
git clone <repo>
cd cuf-mcp
uv sync
Configure credentials
Create a .env file:
[email protected]
CUF_PASSWORD=yourpassword
OUTPUT_DIR=./downloads # optional
Register with Claude Code
Add to ~/.claude/claude_desktop_config.json (or your MCP settings):
{
"mcpServers": {
"cuf-health": {
"command": "uv",
"args": ["run", "--directory", "/path/to/cuf-mcp", "python", "mcp_server.py"]
}
}
}
Then run /mcp in Claude Code to connect.
Run standalone (MCP Inspector)
uv run mcp dev mcp_server.py
Bulk download all records
uv run python download_cuf.py
Downloads all clinical documents and invoices to ./downloads/cuf/.
Architecture
Authentication
The portal uses two separate auth systems:
saudecuf.ptGraphQL API — JWT bearer token obtained viaauthenticationMutation. The JWT containspatientId,usercode, andinternalPatientCode. Headers requirex-channel-type-id: 1and a per-requestx-transaction-idUUID.cuf.ptDrupal (prescriptions only) — Separate Drupal session cookie (SSESS*) obtained by POSTing tohttps://www.cuf.pt/mycuf/login. Prescriptions are server-rendered HTML, not available via GraphQL.
Key files
mcp_server.py— FastMCP server; defines all 10 tools; lazy-initializes a shared authenticatedCufClientcuf_client.py— AsyncCufClientclass; wraps all GraphQL queries and the prescription scraperdownload_cuf.py— Standalone bulk downloader script
WAF note
The portal runs behind a Barracuda WAF that blocks headless Chromium. Plain httpx with browser-like headers works fine.
Notes
list_exam_resultscurrently returns an empty list — thegetActiveExamResultsGraphQL endpoint requires a separate auth scope not present in the standard JWT.- Prescriptions use
internalPatientCodeas the client identifier, notpatientId. - Invoice
paymentNumberformat:"CCF2026/45291"→docSeries="CCF2026",docNumber="45291".
Установка CUF Health Portal Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/nathanfolkman/cuf-mcpFAQ
CUF Health Portal Server MCP бесплатный?
Да, CUF Health Portal Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для CUF Health Portal Server?
Нет, CUF Health Portal Server работает без API-ключей и переменных окружения.
CUF Health Portal Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить CUF Health Portal Server в Claude Desktop, Claude Code или Cursor?
Открой CUF Health Portal Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare CUF Health Portal Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
