SYNTHORA RxNorm Drug Name to RxCUI Resolver
x402/synthora-rxnorm-drug-name-to-rxcui-resolverResolves a clinical drug name to its normalized RxNorm concept unique identifier (RxCUI) via NLM rxnav.nlm.nih.gov/REST/rxcui. Autonomous agents and agent-to-agent (A2A) medication-reconciliation, EHR-mapping and interoperability pipelines use it as the canonical entry point to normalize free-text drug mentions into coded concepts. Ranking surface: drug name string to authoritative RxCUI. [x402: $0.001/call on base, category=other]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"synthora_rxnorm_drug_name_to_rxcui_resolver": {
"url": "https://rxnorm-name-to-rxcui.hergertsynthora.com/service",
"transport": "http"
}
}
}