KlinikMCP
KlinikMCP is a comprehensive drug and clinical information server for Turkish healthcare professionals, aggregating data from TİTCK, SGK EK-4/A, openFDA, NLM RxClass, and PubMed.
Drug Label & Safety: Retrieve FDA labels (indications, dosage, warnings, interactions, adverse reactions), check pairwise drug interaction severity (Major/Moderate/Minor), identify frequently reported adverse events (FAERS), and monitor Turkish drug safety status (additional monitoring, license cancellation).
Drug Discovery & Classification: Perform reverse indication lookup to find drugs for a condition, list therapeutic, ATC, and mechanism-of-action classes, and search PubMed for medical literature.
Clinical Calculations: Calculate creatinine clearance (Cockcroft–Gault), body surface area (Mosteller), and weight-based pediatric doses.
Turkish Drug Registry (TİTCK SKRS): Search licensed drugs by name or barcode, retrieve detailed registry info (ATC, company, prescription type), access official KÜB/KT leaflets, find drugs sharing the same active ingredient/ATC, and check foreign supply status.
SGK Reimbursement & Equivalents: Find SGK bioequivalent drugs and check reimbursement status from the EK-4/A list.
Allows searching medical literature from PubMed, providing access to biomedical citations and abstracts.
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., "@KlinikMCPparol muadili nedir?"
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.
title: Klinik MCP emoji: 💊 colorFrom: blue colorTo: green sdk: docker app_port: 8080 pinned: false
⚠️ Disclaimer: Everything this server returns is for educational purposes only and is not medical advice. Always consult a qualified healthcare professional for medical decisions.
Related MCP server: pharma-mcp
💬 Example questions
Ask your assistant things like:
"What is Parol's SGK equivalent (muadil) and reimbursement status?" →
find_drug_equivalents"Is Glioscan under additional monitoring, or has its licence been cancelled?" →
get_drug_safety_status"What warnings are on metformin's FDA label?" →
get_drug_label"70 years old, 60 kg, creatinine 1.4, female — what is the creatinine clearance?" →
creatinine_clearance"TİTCK record for amoxicillin: ATC, company, prescription type?" →
get_turkish_drug_info"What is Parol's official patient leaflet (KÜB/KT)?" →
get_drug_leaflet"Can amifampridine be supplied from abroad?" →
find_foreign_supply"Can warfarin and aspirin be taken together?" →
check_drug_interactions
Answers come from official sources (TİTCK, SGK, openFDA, NLM, PubMed), not from the model's training data. Replies are written in Turkish.
One-click workflows (MCP Prompts): your client (Claude, Cursor and friends) shows these as ready-made commands:
ilac_bilgisi— TİTCK record + safety status + SGK equivalents in one summary.muadil_ve_geri_odeme— SGK reimbursement + equivalent (muadil) group.renal_doz_kontrol— creatinine clearance plus a renal-dosing reminder.
👥 Who is it for?
User | Start with | Why |
Physician |
| Indication/dose/warning + renal dosing + safety flags |
Pharmacist |
| Equivalents + reimbursement + safety status |
Researcher |
| PubMed + drug classes + reverse indication lookup |
This server is not a clinical decision tool. Confirming against the official source and applying clinical judgement is mandatory.
Tools
Tool | Description | Source |
| Indications, dosage, warnings, contraindications, interactions, adverse reactions | openFDA |
| The drug-interactions section of one label | openFDA |
| Pairwise interaction severity (Major/Moderate/Minor) | DDInter |
| Most frequently reported adverse events (FAERS) | openFDA |
| Drugs indicated for a condition (reverse lookup) | openFDA |
| Therapeutic / ATC / mechanism-of-action classes | RxClass |
| Medical literature search on PubMed | PubMed |
| Creatinine clearance (Cockcroft–Gault) | Formula |
| Body surface area (Mosteller) | Formula |
| Weight-based pediatric dose arithmetic | Formula |
| Equivalent (muadil) group | SGK EK-4/A |
| Reimbursement status (is it on the list) | SGK EK-4/A |
| Search the Turkish drug registry by name | TİTCK SKRS |
| Drug info: ATC, company, prescription type | TİTCK SKRS |
| Official KÜB/KT leaflet links (clinician + patient) | TİTCK |
| Drugs sharing the same ATC (active substance) | TİTCK SKRS |
| Active substances suppliable from abroad | TİTCK |
| Additional monitoring (▼) + licence cancellation | TİTCK |
🚀 Connecting (no installation required)
The server is live (HuggingFace Spaces + Smithery), so most people need no setup at all. Pick your client:
ChatGPT
In ChatGPT, enable Settings → Connectors → Advanced → Developer mode.
Choose Add connector and enter the MCP URL:
https://onatozmenn-klinik-mcp.hf.space/mcpSave. You can now ask things like "Can warfarin and aspirin be taken together?"
Note: custom MCP tools only show up on accounts with Developer mode on.
Claude Desktop
Add this to claude_desktop_config.json (Windows:
%APPDATA%\Claude\claude_desktop_config.json · macOS:
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"klinik": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://onatozmenn-klinik-mcp.hf.space/mcp"]
}
}
}Restart Claude Desktop and the tools appear in the 🔨 menu.
Claude.ai (web)
Remote MCP connects directly on Pro / Max plans (and Free, one connector):
Customize → Connectors → "+" → Add custom connector.
Enter the MCP URL (leave the OAuth fields empty, the server needs no key):
https://onatozmenn-klinik-mcp.hf.space/mcpClick Add, then enable Klinik MCP from "+" → Connectors in the chat.
Smithery (one command)
npx -y @smithery/cli install onatozmen44/klinik-mcp --client claudeIf you want to run it locally or contribute:
python -m venv .venv
.\.venv\Scripts\python.exe -m pip install -e .
# stdio (for a local Claude Desktop):
.\.venv\Scripts\python.exe -m health_mcp
# HTTP (for ChatGPT / remote clients):
.\.venv\Scripts\python.exe -m health_mcp --transport http --port 8000Optional: copy .env.example to .env and set OPENFDA_API_KEY /
NCBI_API_KEY to raise the upstream rate limits (not required).
To point Claude at your local stdio server, set command to your own
.venv\Scripts\python.exe path and args to ["-m", "health_mcp"].
Run the tests:
.\.venv\Scripts\python.exe -m pip install -e ".[dev]"
.\.venv\Scripts\python.exe -m pytest -qTry the tools in a browser (MCP Inspector):
npx @modelcontextprotocol/inspector .\.venv\Scripts\python.exe -m health_mcpData sources
openFDA — https://open.fda.gov/apis/ (drug labels, adverse events, recalls)
NLM RxNorm / RxNav / RxClass — https://rxnav.nlm.nih.gov/ (drug terminology and classes)
PubMed (NCBI E-utilities) — https://www.ncbi.nlm.nih.gov/books/NBK25500/ (medical literature)
DDInter 2.0 — https://ddinter.scbdd.com/ (pairwise drug-drug interactions; CC BY-NC-SA 4.0, non-commercial use only)
🇹🇷 Turkish data (SGK EK-4/A, full list)
find_drug_equivalents and get_reimbursement_status read SGK's complete
reimbursement list, "Bedeli Ödenecek İlaçlar Listesi (EK-4/A)" (~8,000 drugs:
equivalent group, barcode, public number, list-entry date, reimbursement)
(src/health_mcp/data/sgk_ek4a.json).
The full list is published publicly inside SGK's consolidated "İşlenmiş Güncel
SUT" zip (EK-4 LİSTELERİ/EK-4A BEDELİ ÖDENECEK İLAÇLAR LİSTESİ.xlsx).
scripts/update_data.py finds, downloads and processes it automatically.
Note on retail prices: EK-4/A carries barcodes, equivalents and reimbursement, but not the net retail price in TRY (the price columns are discount rates). TİTCK does not publish barcode-level retail prices either (
dinamikmodul/100is EUR reference pricing, without barcodes). A commercial drug database is needed for real TRY prices.
Manual update (with an EK-4/A file you extracted from the zip):
.\.venv\Scripts\python.exe scripts/build_sgk_snapshot.py "C:\path\EK-4A.xlsx" --version "2026"🇹🇷 Full drug registry (TİTCK SKRS)
search_turkish_drugs, get_turkish_drug_info and
find_drugs_by_active_ingredient read every active product in the TİTCK
SKRS e-prescription list (~7,900 drugs: name, barcode, ATC, company,
prescription type, essential-medicines flag)
(src/health_mcp/data/titck_drugs.json).
To refresh it:
Download the latest
.xlsx: titck.gov.tr → dinamikmodul/43 "SKRS E-Reçete İlaç ve Diğer Farmasötik Ürünler Listesi".Build the snapshot:
.\.venv\Scripts\python.exe -m pip install -e ".[dev]"
.\.venv\Scripts\python.exe scripts/build_titck_snapshot.py "C:\path\skrs.xlsx" --version 2026-06-23🛡️ TİTCK safety status (additional monitoring + licence cancellation)
get_drug_safety_status, and the warning lines inside get_turkish_drug_info,
read two official TİTCK lists
(src/health_mcp/data/titck_safety.json):
Drugs under additional monitoring (▼ black triangle) — TİTCK
dinamikmodul/57Licence cancellation list — TİTCK
dinamikmodul/76
Matching is by drug name / active substance (the barcode is empty in most
cancellation records), so product and presentation differences must be confirmed
against the official list. To refresh, download the latest .xlsx files and run:
.\.venv\Scripts\python.exe scripts/build_titck_safety_snapshot.py `
--monitoring "C:\path\ekizleme.xlsx" --cancellations "C:\path\ruhsatiptal.xlsx" `
--monitoring-version 2025-12-19 --cancellations-version 2026-06-19or let scripts/update_data.py below fetch them for you.
🔄 Automatic updates
TİTCK republishes its lists regularly. Pull the latest data with one command:
.\.venv\Scripts\python.exe scripts/update_data.pyThe script locates and downloads the TİTCK SKRS list (titck_drugs.json),
the full SGK EK-4/A (sgk_ek4a.json, from the consolidated SUT zip) and the
TİTCK safety lists (titck_safety.json: additional monitoring + licence
cancellations), then rebuilds the snapshots.
To schedule it weekly (adjust the paths):
schtasks /Create /SC WEEKLY /D MON /ST 03:00 /TN "health-mcp-update" /TR "C:\path\.venv\Scripts\python.exe C:\path\scripts\update_data.py"⚠️ Sorumluluk reddi: Bu sunucunun sağladığı bilgiler yalnızca eğitim amaçlıdır ve tıbbi tavsiye değildir. Tıbbi kararlar için mutlaka bir sağlık profesyoneline danışın.
💬 Örnek sorular
Asistanına şöyle sor:
“Parol'un SGK eşdeğeri (muadil) ve geri ödeme durumu nedir?” →
find_drug_equivalents“Glioscan ek izlemede mi, ruhsatı iptal mi?” →
get_drug_safety_status“Metformin'in FDA etiketinde uyarılar neler?” →
get_drug_label“70 yaş, 60 kg, kreatinin 1.4, kadın — kreatinin klerensi kaç?” →
creatinine_clearance“Amoksisilin için TİTCK kaydı: ATC, firma, reçete türü?” →
get_turkish_drug_info“Parol'un resmi prospektüsü (KÜB/KT) nedir?” →
get_drug_leaflet“Amifampridine yurt dışından temin edilebilir mi?” →
find_foreign_supply“Warfarin ile aspirin birlikte verilebilir mi?” →
check_drug_interactions
Yanıtlar resmî kaynaklardan (TİTCK, SGK, openFDA, NLM, PubMed) gelir — eğitimden tahmin değil.
Tek tıkla iş akışları (MCP Prompts): istemcin (Claude / Cursor vb.) bunları hazır komut olarak gösterir:
ilac_bilgisi— TİTCK kaydı + güvenlik durumu + SGK eşdeğer, tek özette.muadil_ve_geri_odeme— SGK geri ödeme + eşdeğer (muadil) grubu.renal_doz_kontrol— kreatinin klerensi hesabı + böbrek dozu hatırlatması.
👥 Kimler için?
Kullanıcı | Başla | Neden |
Hekim |
| Endikasyon/doz/uyarı + böbrek dozu + güvenlik bayrakları |
Eczacı |
| Muadil + geri ödeme + güvenlik durumu |
Araştırmacı |
| PubMed + ilaç sınıfları + endikasyon ters arama |
Bu sunucu bir klinik karar aracı değildir; resmî kaynak teyidi ve hekim/eczacı muhakemesi şarttır.
Araçlar (Tools)
Araç | Açıklama | Kaynak |
| Endikasyon, doz, uyarı, kontrendikasyon, etkileşim, yan etki | openFDA |
| Etiketteki ilaç etkileşimleri bölümü | openFDA |
| İki ilaç arası etkileşim şiddeti (Major/Moderate/Minor) | DDInter |
| En sık bildirilen yan etkiler (FAERS) | openFDA |
| Hastalığa göre ilaç bulma (ters arama) | openFDA |
| Terapötik / ATC / etki mekanizması sınıfları | RxClass |
| PubMed'de tıbbi literatür araması | PubMed |
| Kreatinin klerensi (Cockcroft–Gault) | Formül |
| Vücut yüzey alanı (Mosteller) | Formül |
| Kilo bazlı pediatrik doz hesabı | Formül |
| Eşdeğer (muadil) grup | SGK EK-4/A |
| Geri ödeme durumu (listede mi) | SGK EK-4/A |
| Türk ilaç kaydı arama (ad) | TİTCK SKRS |
| İlaç bilgisi: ATC, firma, reçete türü | TİTCK SKRS |
| Resmi KÜB/KT prospektüs linkleri (hekim+hasta) | TİTCK |
| Aynı ATC (etkin madde) ilaçlar | TİTCK SKRS |
| Yurt dışından temin edilebilen etkin maddeler | TİTCK |
| Ek izleme (▼) + ruhsat iptali | TİTCK |
🚀 Bağlama (kurulum gerekmez)
Sunucu yayında (HuggingFace Spaces + Smithery) — çoğu kullanıcı için hiçbir kurulum gerekmez. İstemcini seç:
ChatGPT
ChatGPT → Settings → Connectors → Advanced → Developer mode'u aç.
Add connector de ve MCP URL'sini gir:
https://onatozmenn-klinik-mcp.hf.space/mcpKaydet. Artık sohbette “Warfarin ile aspirin birlikte verilebilir mi?” gibi sorabilirsin.
Not: Özel MCP araçları yalnızca Developer mode açık hesaplarda görünür.
Claude Desktop
claude_desktop_config.json dosyasına ekle (Windows:
%APPDATA%\Claude\claude_desktop_config.json · macOS:
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"klinik": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://onatozmenn-klinik-mcp.hf.space/mcp"]
}
}
}Claude Desktop'ı kapat-aç; araçlar 🔨 menüsünde görünür.
Claude.ai (web)
Pro / Max (ve Free — tek connector) planlarında uzak MCP doğrudan bağlanır:
Customize → Connectors → “+” → Add custom connector.
MCP URL'sini gir (OAuth alanları boş — sunucu anahtarsız):
https://onatozmenn-klinik-mcp.hf.space/mcpAdd de; sohbette sol alttaki “+” → Connectors'tan Klinik MCP'yi aç.
Smithery (tek komut)
npx -y @smithery/cli install onatozmen44/klinik-mcp --client claudeKendi makinende çalıştırmak veya katkıda bulunmak istersen:
python -m venv .venv
.\.venv\Scripts\python.exe -m pip install -e .
# stdio (yerel Claude Desktop için):
.\.venv\Scripts\python.exe -m health_mcp
# HTTP (ChatGPT / uzak istemciler için):
.\.venv\Scripts\python.exe -m health_mcp --transport http --port 8000İsteğe bağlı: .env.example'ı .env'e kopyalayıp OPENFDA_API_KEY / NCBI_API_KEY
girerek API hız limitlerini yükseltebilirsin (gerekli değil).
Yereldeki stdio'yu Claude'a bağlamak istersen config'de command'i kendi
.venv\Scripts\python.exe yoluna, args'ı ["-m", "health_mcp"]'e ayarla.
Testleri çalıştır:
.\.venv\Scripts\python.exe -m pip install -e ".[dev]"
.\.venv\Scripts\python.exe -m pytest -qAraçları tarayıcıda denemek (MCP Inspector):
npx @modelcontextprotocol/inspector .\.venv\Scripts\python.exe -m health_mcpVeri kaynakları
openFDA — https://open.fda.gov/apis/ (ilaç etiketleri, yan etkiler, geri çağırmalar)
NLM RxNorm / RxNav / RxClass — https://rxnav.nlm.nih.gov/ (ilaç terminolojisi ve sınıfları)
PubMed (NCBI E-utilities) — https://www.ncbi.nlm.nih.gov/books/NBK25500/ (tıbbi literatür)
DDInter 2.0 — https://ddinter.scbdd.com/ (ikili ilaç-ilaç etkileşim; CC BY-NC-SA 4.0, yalnızca ticari olmayan kullanım)
🇹🇷 Türkiye verisi (SGK EK-4/A — tam liste)
find_drug_equivalents ve get_reimbursement_status araçları, SGK'nın tam
"Bedeli Ödenecek İlaçlar Listesi (EK-4/A)"sını okur (~8.000 ilaç: eşdeğer grup,
barkod, kamu no, listeye giriş tarihi, geri ödeme)
(src/health_mcp/data/sgk_ek4a.json).
Tam liste, SGK'nın konsolide "İşlenmiş Güncel SUT" zip'i içinde public olarak
yayımlanır (EK-4 LİSTELERİ/EK-4A BEDELİ ÖDENECEK İLAÇLAR LİSTESİ.xlsx).
scripts/update_data.py bunu otomatik bulur, indirir ve işler.
TL fiyatı notu: EK-4/A barkod + eşdeğer + geri ödeme içerir ama net TL perakende fiyatı içermez (fiyat sütunları iskonto oranıdır). TİTCK de barkod bazlı retail TL fiyatını public yayımlamaz (
dinamikmodul/100yalnızca EUR referans, barkodsuz). Gerçek TL fiyatı için ticari bir ilaç DB'si gerekir.
Manuel güncelleme (zip'ten çıkardığın EK-4/A ile):
.\.venv\Scripts\python.exe scripts/build_sgk_snapshot.py "C:\yol\EK-4A.xlsx" --version "2026"🇹🇷 Tam ilaç kaydı (TİTCK SKRS)
search_turkish_drugs, get_turkish_drug_info ve
find_drugs_by_active_ingredient araçları, TITCK SKRS E-Reçete listesinin tüm
aktif ürünlerini (~7.900 ilaç: ad, barkod, ATC, firma, reçete türü, temel ilaç
listesi) okur
(src/health_mcp/data/titck_drugs.json).
Listeyi güncellemek için:
En güncel
.xlsx'i indir: titck.gov.tr → dinamikmodul/43 "SKRS E-Reçete İlaç ve Diğer Farmasötik Ürünler Listesi".Snapshot'ı üret:
.\.venv\Scripts\python.exe -m pip install -e ".[dev]"
.\.venv\Scripts\python.exe scripts/build_titck_snapshot.py "C:\yol\skrs.xlsx" --version 2026-06-23🛡️ TİTCK güvenlik durumu (ek izleme + ruhsat iptali)
get_drug_safety_status aracı ve get_turkish_drug_info içindeki uyarı
satırları, iki resmî TİTCK listesini okur
(src/health_mcp/data/titck_safety.json):
Ek İzlemeye Tabi İlaçlar (▼ kara üçgen) — TİTCK
dinamikmodul/57Ruhsat İptal Listesi — TİTCK
dinamikmodul/76
Eşleşme ilaç adı/etkin madde bazlıdır (ruhsat iptalinde barkod çoğu kayıtta
boştur), bu yüzden ürün/sunum farkları için resmî listeden teyit edilmelidir.
Listeyi güncellemek için en güncel .xlsx'leri indirip:
.\.venv\Scripts\python.exe scripts/build_titck_safety_snapshot.py `
--monitoring "C:\yol\ekizleme.xlsx" --cancellations "C:\yol\ruhsatiptal.xlsx" `
--monitoring-version 2025-12-19 --cancellations-version 2026-06-19veya tek komutla otomatik (aşağıdaki scripts/update_data.py bunu da çeker).
🔄 Otomatik güncelleme
TİTCK listesi düzenli güncellenir. En güncel veriyi tek komutla çek:
.\.venv\Scripts\python.exe scripts/update_data.pyScript TİTCK SKRS listesini (titck_drugs.json), SGK tam EK-4/A'yı
(sgk_ek4a.json, konsolide SUT zip'inden) ve TİTCK güvenlik listelerini
(titck_safety.json: ek izleme + ruhsat iptali) kendi bulup indirir ve yeniden
üretir.
Haftalık zamanlamak için (yolları kendine göre düzenle):
schtasks /Create /SC WEEKLY /D MON /ST 03:00 /TN "health-mcp-update" /TR "C:\yol\.venv\Scripts\python.exe C:\yol\scripts\update_data.py"Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityBmaintenanceAn MCP server that provides AI-assisted clinical decision support for medication safety, integrating trusted biomedical sources to detect drug interactions and suggest therapeutic alternatives.5
- Alicense-qualityDmaintenanceMCP server for clinical and pharmaceutical data, enabling search of ClinicalTrials.gov, PubMed, FDA, and ICH guidelines without API keys.37MIT
- AlicenseAqualityBmaintenanceAn MCP server that enables AI assistants to query U.S. FDA public datasets, including drug adverse events, labeling, recalls, approvals, shortages, NDC directory, and medical device regulatory information.10MIT
- Alicense-qualityDmaintenanceAn MCP server that provides comprehensive medical information by querying authoritative APIs including FDA, WHO, PubMed, RxNorm, and Australia's PBS, enabling drug searches, health statistics, medical literature, drug nomenclature, and PBS subsidy queries.87MIT
Related MCP Connectors
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Drug-drug interaction checker for clinical LLMs using RxNorm and DailyMed.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/onatozmenn/klinik-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server