Skip to main content
Glama
RowanErasmus

DailyMed MCP Server

by RowanErasmus

get_mappings_by_rxcui

Retrieve drug identifier mappings for a specific RxNorm concept unique identifier (RxCUI) to access related drug codes and classifications from the FDA DailyMed database.

Instructions

Get mappings for a specific RxCUI

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rxcuiYesThe RxCUI to get mappings for

Implementation Reference

  • The handler method that retrieves RxNorm mappings for a given RxCUI from the mapping service.
    getMappingsByRxCUI(rxcui: string): RxNormMapping[] {
      return this.rxcuiToMappings.get(rxcui) || [];
    }
  • src/tools.ts:545-547 (registration)
    The tool registration definition for get_mappings_by_rxcui.
    name: "get_mappings_by_rxcui",
    description: "Get mappings for a specific RxCUI",
    inputSchema: {

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RowanErasmus/dailymed-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server