LOINC API MCP Server
@Kryzo
LOINC API MCP Server について
This project provides a modular Python wrapper for the LOINC API, with an MCP server interface that integrates seamlessly with Claude Desktop for intelligent medical terminology lookup and standardization.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-Loinc": {
"command": "python",
"args": [
"loinc_server.py",
"--username=your_loinc_username",
"--password=your_loinc_password"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is LOINC API MCP Server?
A modular Python wrapper for the LOINC API that provides an MCP server interface for use with Claude Desktop. It enables intelligent medical terminology lookup and standardization, allowing users to search for LOINC codes, retrieve detailed code information, access panels, navigate hierarchies, and work with standardized answer lists.
How to use LOINC API MCP Server?
Install dependencies with pip install -r requirements.txt, then start the server with python loinc_server.py --username=your_loinc_username --password=your_loinc_password. For Claude Desktop integration, add the MCP server configuration (name, URL, basic auth credentials) to your Claude Desktop config file. The server provides MCP tools that accept JSON parameters for searching, fetching details, and navigating LOINC data.
Key features of LOINC API MCP Server
- Comprehensive LOINC code search with filtering options
- Detailed code information including component, property, system, and method
- Panel structure access and hierarchy navigation
- Dual‑mode operation: online API or local database for offline use
- Seamless MCP integration with Claude Desktop
Use cases of LOINC API MCP Server
- Search for glucose-related LOINC codes and retrieve their details
- Examine the structure of a LOINC panel (e.g., 24331-1) and its component tests
- Navigate parent‑child relationships between LOINC terms (e.g., LP7839-6)
- Access standardized answer lists for LOINC observations
- Work offline by creating and querying a local LOINC database
FAQ from LOINC API MCP Server
How do I get access to the LOINC API?
Register for a free account at LOINC.org, accept the terms of use, and use your LOINC username and password for API authentication.
What authentication does the server use?
The LOINC API uses HTTP Basic Authentication. Provide your LOINC username and password when starting the server via the --username and --password command‑line arguments.
What if I get empty results from a search?
Ensure your LOINC account has the proper permissions and that you are using the correct authentication credentials.
Can I use the server without an internet connection?
Yes. Create a local LOINC database by running python loinc_server.py --create-db --username=... --password=.... Then the server can operate offline against that database.
What are the main MCP tools available?
The server provides tools for LOINC code search, LOINC details retrieval, panel information, hierarchy navigation, and access to top 2000 codes and answer lists.
「開発者ツール」の他のコンテンツ
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
コメント