SYNTHORA RxNorm Approximate Drug-Name Matcher
x402/synthora-rxnorm-approximate-drug-name-matcherReturns ranked fuzzy / spelling-tolerant RxNorm candidate concepts for a misspelled or partial drug term via NLM rxnav.nlm.nih.gov/REST/approximateTerm, each with rxcui, score and source. Autonomous agents and agent-to-agent (A2A) intake, OCR-cleanup and voice-transcription pipelines use it to correct noisy drug names before coding. Ranking surface: noisy term to scored candidate list. [x402: $0.0015/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_approximate_drug-name_matcher": {
"url": "https://rxnorm-approximate-spell-match.hergertsynthora.com/service",
"transport": "http"
}
}
}