INDIVIDUAL MCP TOOL
map_loinc_to_snomed
This tool looks up a LOINC code in NLM Clinical Tables and returns guidance on where to obtain a LOINC → SNOMED CT mapping.
LIVE ENDPOINT
https://medical.sidneybissoli.com/mcp
Connect to this endpoint to inspect the live schema for map_loinc_to_snomed and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.medical-terminologies-mcp]
url = "https://medical.sidneybissoli.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"medical-terminologies-mcp": {
"type": "http",
"url": "https://medical.sidneybissoli.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: medical-terminologies-mcp
Remote MCP URL: https://medical.sidneybissoli.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"medical-terminologies-mcp": {
"url": "https://medical.sidneybissoli.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"medical-terminologies-mcp": {
"type": "http",
"url": "https://medical.sidneybissoli.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "medical-terminologies-mcp",
"transport": "streamable-http",
"url": "https://medical.sidneybissoli.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
icd11_search— Search for medical conditions, diseases, and health problems in ICD-11 (International Classification of Diseases, 11th Revision).icd11_lookup— Get detailed information about a specific ICD-11 entity by code or URI.icd11_hierarchy— Navigate the ICD-11 hierarchy to find parent or child entities.icd11_chapters— List all ICD-11 chapters (top-level categories).icd11_postcoordination— Get postcoordination information for an ICD-11 code.loinc_search— Search for laboratory tests, clinical observations, and measurements in LOINC (Logical Observation Identifiers Names and Codes).loinc_details— Get detailed information about a specific LOINC code.loinc_answers— Get the list of valid answers for a LOINC questionnaire item.