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.
开发工具 分类下的更多 MCP 服务器
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
评论