KlinikMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_drug_labelA | Get the official openFDA label for a drug. Includes indications, dosage & administration, warnings, contraindications, drug interactions and adverse reactions. |
| get_drug_interactionsA | Get the interactions section of ONE drug's openFDA label (free text). Returns the single-drug interaction narrative from the US label. To check
whether TWO specific drugs interact (with a severity rating), use
|
| get_drug_adverse_eventsA | Get the most frequently reported adverse events for a drug (FAERS). Data comes from the openFDA adverse-event reporting system. Counts reflect spontaneous reports and do not imply causation. |
| find_drugs_for_conditionA | Find drugs whose FDA labels list a given condition as an indication. Reverse lookup: given a condition (e.g. "hypertension", "migraine"), returns the generic drugs most frequently indicated for it. |
| get_drug_classesA | List the therapeutic / ATC / mechanism classes a drug belongs to (RxClass). |
| search_medical_literatureA | Search PubMed for medical literature on a drug, condition or topic. |
| get_drug_leafletA | Resmi TİTCK KÜB (Kısa Ürün Bilgisi — hekim) ve KT (Kullanma Talimatı — hasta) prospektüs bağlantıları. Looks up a Turkish drug in TİTCK's official KÜB/KT registry and returns the official SmPC (KÜB, for clinicians) and patient-leaflet (KT) PDF links. |
| creatinine_clearanceA | Estimate creatinine clearance (Cockcroft–Gault) for renal drug dosing. sex: "kadın"/"female"/"f" or "erkek"/"male"/"m". serum_creatinine_mg_dl: serum creatinine in mg/dL. |
| body_surface_areaA | Body surface area (Mosteller formula) for BSA-based dosing. |
| pediatric_doseA | Weight-based pediatric dose calculator. Computes total daily and per-dose amounts from a mg/kg/day rate that YOU supply from a trusted reference; this tool only does the arithmetic (optionally capping at a maximum daily dose). It does not recommend doses. |
| find_drug_equivalentsA | Find SGK eşdeğer (bioequivalent) drugs for a drug name or barcode. |
| get_reimbursement_statusA | Check whether a drug is on the SGK reimbursement list (EK-4/A). |
| search_turkish_drugsB | Search Turkey's licensed drug registry (TİTCK SKRS) by drug name. |
| get_turkish_drug_infoA | Get full TİTCK registry info for a Turkish drug by name or barcode. |
| find_drugs_by_active_ingredientA | Find Turkish drugs sharing the same ATC code (same active substance/class). |
| find_foreign_supplyA | TİTCK Yurt Dışı Etkin Madde Listesi: bir etkin maddenin yurt dışından temin edilebilirliği. Checks whether an active substance can be supplied from abroad (via TEB), with ATC, pharmaceutical form, prescription type and whether import needs TİTCK's written approval. |
| get_drug_safety_statusA | TİTCK güvenlik durumu: ek izleme (▼) ve ruhsat iptali. Ad veya barkod. Reports whether a Turkish drug is on TİTCK's additional-monitoring list and whether any authorization-cancellation record matches its name/barcode. |
| check_drug_interactionsA | Check whether TWO specific drugs interact, with severity (DDInter 2.0). USE THIS for questions like "can X and Y be taken together?", "does X
interact with Y?", or any two-drug combination/co-administration check.
Provide the two drug names (Turkish brand/active substance or English INN);
returns the pairwise severity — Major / Moderate / Minor — from DDInter,
bridging Turkish names through TİTCK. For ONE drug's full label interaction
text, use |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| ilac_bilgisi | Bir ilaç için TİTCK kaydı, güvenlik durumu ve SGK eşdeğer/fiyatını derler. |
| muadil_ve_geri_odeme | Bir ilacın SGK geri ödeme durumunu ve eşdeğer (muadil) grubunu derler. |
| renal_doz_kontrol | Kreatinin klerensini hesaplar ve böbrek fonksiyonuna göre doz ayarını hatırlatır. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| resource_server_info | Klinik MCP hakkında genel bilgi. |
| resource_sources | Veri kaynakları ve ne için kullanıldıkları. |
| resource_versions | Paketlenmiş yerel veri kümelerinin sürüm ve kayıt sayıları. |
Latest Blog Posts
- 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