
MedRecPro Drug Label Server
Pull FDA prescribing, warnings, and ingredient data into agent workflows while scoping a health, pharmacy, or compliance product.
Overview
MedRecPro Drug Label Server is an Idea-phase MCP server that searches and exports FDA drug labels by brand name, generic ingredient, or UNII code.
What is this MCP server?
- Search FDA drug labels by brand name, generic ingredient, or UNII code
- Export label content for downstream specs, RAG, or compliance checklists
- Hosted streamable HTTP MCP at medrecpro.com—no local server required
- MedRecPro-maintained server (v1.0.3) with open-source repo under MedRecProMCP
- Server version 1.0.3
- Remote transport: streamable-http at https://www.medrecpro.com/mcp
- Lookup dimensions: brand name, generic ingredient, UNII code
Community signal: 5 GitHub stars.
What problem does it solve?
Builders waste hours clicking through FDA label sites and retyping warnings and ingredients when an agent could fetch authoritative label text on demand.
Who is it for?
Indie builders exploring health, pharmacy, or wellness products who need FDA label facts inside the agent without a custom FDA integration.
Skip if: Teams that need verified clinical decision support, offline-only air-gapped deployments, or guaranteed SLAs beyond what a public MCP remote provides.
What do I get? / Deliverables
Your coding agent can retrieve and export FDA label records during research so product and compliance notes start from the same source data.
- FDA drug label search results in the agent session
- Exported label content suitable for specs, docs, or RAG ingestion
Recommended MCP Servers
Journey fit
Regulatory label research belongs in Idea before you commit to features that depend on accurate drug metadata. Research is where solo builders validate data sources and export formats (brand, generic, UNII) without wiring a custom FDA scraper.
How it compares
FDA label MCP integration, not a clinical validation skill or EHR connector.
Common Questions / FAQ
Who is com.medrecpro/drug-label-server for?
Solo and small-team builders researching FDA drug labeling for apps, agents, or compliance prototypes who want MCP-native search and export.
When should I use com.medrecpro/drug-label-server?
Use it during idea and scope research when you need real label text by brand, generic, or UNII before designing features or RAG corpora.
How do I add com.medrecpro/drug-label-server to my agent?
Register the streamable-http remote MCP URL https://www.medrecpro.com/mcp in your client's MCP server config per MedRecPro's catalog entry.