This server hooks Claude directly into FDA drug label data pulled from DailyMed's SPL repository. You get three search tools: query by brand name, search by generic ingredient, or look up by UNII code. Behind the scenes it's hitting a full ASP.NET Core platform with Azure SQL, OAuth through Google and Microsoft, and SPL XML parsing that handles the HL7 structured product labeling format. The MCP layer uses JWT bearer tokens with PKCE for auth and auto-provisions users on first connect. Reach for this when you need Claude to pull official FDA labeling information during a conversation instead of making you context-switch to DailyMed or manually paste drug monographs.
claude mcp add --transport stdio com.medrecpro-drug-label-server uvx drug-label-server