Skip to main content
Glama
fc0web

med-lit-mcp

by fc0web

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_pubmedA

PubMedを検索して書誌情報の一覧を返します。キーワード・著者・雑誌・年・研究デザインで絞り込めます。抄録の全文が必要なときは fetch_pubmed_abstract を続けて呼んでください。結果には必ず出典URLと取得日時が付きます。

fetch_pubmed_abstractA

PMIDを指定して抄録の全文と書誌情報を取得します。抄録は原文のまま返します(要約・翻訳・解釈は行いません)。構造化抄録はセクションごとに分けて返します。

search_clinical_trialsB

ClinicalTrials.gov を検索します。疾患・介入・実施状況・相・国で絞り込めます。進行中の試験や、ある薬剤がどの段階にあるかを確認するのに使います。

find_guidelineA

あるトピックの診療ガイドラインを探します。PubMedを guideline[pt] で絞った結果と、Mindsガイドラインライブラリの検索URLを返します。Mindsは検索結果をブラウザ側で描画しており機械的に取得できないため、URLの提示に留めています。

search_drugA

一般名・商品名から医薬品を検索します(KEGG DRUG)。日本薬局方の収載状況や日本の商品名も引けます。添付文書の本文はPMDAで確認する必要があるため、検索URLを併記します。

fetch_drug_entryA

KEGG IDを指定して医薬品の詳細(一般名・商品名・分類・標的・相互作用など)を取得します。search_drug で得た kegg_id を渡してください。

import_shinryo_masterA

診療報酬情報提供サービスから公式マスターを取得してローカルDBに取り込みます。初回のみ実行が必要で、以後の検索はオフラインで動きます。kind: shinryo(医科診療行為)/ iyakuhin(医薬品)/ tokutei(特定器材)。

search_shinryo_hoshuC

取り込み済みの診療報酬マスターを検索します。名称・カナ・コードで引けます。ネットワークを使わないためオフラインでも動作します。点数は改定で変わるため、収載ファイル名を結果に添えています。

shinryo_master_statusA

ローカルに取り込み済みの診療報酬マスターの一覧と収載日を返します。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 9 tools

Disambiguation5/5

Each tool targets a distinct resource and action: drug entries, PubMed searches, abstract retrieval, clinical trial search, guideline discovery, drug search, and shinryo master operations are all clearly separated. Even the two drug-related tools (search_drug and fetch_drug_entry) have a clear search-then-fetch workflow, avoiding overlap.

Naming Consistency4/5

The naming follows a mostly consistent pattern with verb prefixes (search_, fetch_, import_, find_), though shinryo_master_status deviates by being a noun phrase instead of an action. Minor inconsistency with 'find_guideline' versus 'search_' but overall the pattern is predictable and readable.

Tool Count5/5

With 9 tools, the server is well-scoped for its purpose of medical literature and drug/reimbursement information retrieval. Each tool covers a distinct domain or step in a workflow, and the count feels neither bloated nor insufficient for the stated functionality.

Completeness4/5

The surface covers the main workflows: drug search/detail, PubMed search/abstract, clinical trial lookup, guideline discovery, and shinryo master management. Minor gaps exist, such as lacking full-text article retrieval beyond abstracts or direct PMDA label fetching, but these are acknowledged as external limitations and agents can work around them.

Maintenance

ActivityMaintained
ResponsivenessNo issues