dailymed.nlm.nih.gov
Extract structured drug labeling data from DailyMed SPL documents DISCLAIMER: This WebMCP configuration was developed by NexVigilant, LLC and is provided as a community resource to assist AI agents in navigating pharmacovigilance and drug research tools. NexVigilant is not responsible for, and does not officially endorse third-party use of this configuration, and expressly disclaims any and all liability for damages of any kind arising out of the use, reference to, or reliance upon any information or actions performed through this resource. No guarantee is provided that the content is correct, accurate, complete, up-to-date, or that the underlying site structure has not changed. This tool is for educational and professional development purposes only and does not constitute medical or regulatory advice. Built by NexVigilant (https://nexvigilant.com) โ Empowerment Through Vigilance.
get-drug-label/dailymed/**extract
by MatthewCampCorp
[NexVigilant Station] Get full drug label (SPL) by drug name
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: body
Result extract: text
get-adverse-reactions/dailymed/**extract
by MatthewCampCorp
[NexVigilant Station] Extract adverse reactions section from a drug label
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: body
Result extract: text
search-drugs/dailymed/**extractverified
by MatthewCampCorp
[NexVigilant Station] Search DailyMed for drugs by name, ingredient, or labeler
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: body
Result extract: text
Search DailyMed for FDA-approved drug labeling, prescribing information, and safety sections critical for pharmacovigilance case assessment. DISCLAIMER: This WebMCP configuration was developed by NexVigilant, LLC and is provided as a community resource to assist AI agents in navigating pharmacovigilance tools. NexVigilant is not responsible for, and does not officially endorse third-party use of this configuration, and expressly disclaims any and all liability for damages of any kind arising out of the use, reference to, or reliance upon any information or actions performed through this resource. No guarantee is provided that the content is correct, accurate, complete, up-to-date, or that the underlying site structure has not changed. This tool is for educational and professional development purposes only and does not constitute medical or regulatory advice. Built by NexVigilant (https://nexvigilant.com) โ Empowerment Through Vigilance.
search-drug-labels/multi-stepverified
by MatthewCampCorp
Search DailyMed for drug labels by name, NDC, or active ingredient โ essential for PV case assessment
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Result extract: list
Steps (1): navigate
browse-recent-labels/multi-stepverified
by MatthewCampCorp
Browse recently updated drug labels on DailyMed
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Result extract: list
Steps (1): navigate
navigate-drug-label-history/multi-stepverified
by MatthewCampCorp
[NexVigilant Station] Navigate to DailyMed REST API to retrieve version history of a drug label by SETID. Tracks labeling changes over time โ critical for safety signal evolution tracking.
Input Schema
{
"type": "object",
"required": [
"setId"
],
"properties": {
"setId": {
"type": "string",
"description": "SPL Set ID (UUID) of the drug label"
}
}
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: body
Result extract: text
Steps (1): navigate
get-adverse-reactions-section/extractverified
by MatthewCampCorp
[NexVigilant Station] Extract the adverse reactions section from a DailyMed drug label page. Returns the full text of Section 6 (Adverse Reactions) from the currently displayed SPL label.
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: #Section_6, [data-sectioncode='34084-4'], .Section[id*='adverse'], .Section[id*='Adverse']
Result extract: text
get-drug-warnings/extractverified
by MatthewCampCorp
[NexVigilant Station] Extract the warnings and precautions section from a DailyMed drug label page. Returns Section 5 (Warnings and Precautions) from the currently displayed SPL label.
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: #Section_5, [data-sectioncode='43685-7'], .Section[id*='warning'], .Section[id*='Warning']
Result extract: text
get-boxed-warning/extractverified
by MatthewCampCorp
[NexVigilant Station] Extract the boxed warning (black box warning) from a DailyMed drug label page. Returns the highest-severity FDA warning section if present.
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: .Warning, [data-sectioncode='34066-1'], .boxWarning, #boxedWarning, .ContentBox
Result extract: text
navigate-drug-by-ndc/multi-stepverified
by MatthewCampCorp
[NexVigilant Station] Navigate to DailyMed REST API to look up a drug by its National Drug Code (NDC). Returns SPL label metadata linked to the specific NDC product code.
Input Schema
{
"type": "object",
"required": [
"ndc"
],
"properties": {
"ndc": {
"type": "string",
"description": "National Drug Code (NDC) in format XXXXX-XXXX or XXXXX-XXXX-XX"
}
}
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: body
Result extract: text
Steps (1): navigate
navigate-drug-label/multi-stepverified
by MatthewCampCorp
[NexVigilant Station] Navigate to DailyMed REST API to retrieve the full drug label (SPL) for a specific drug by name. Returns all label sections including indications, dosage, warnings, and adverse reactions.
Input Schema
{
"type": "object",
"required": [
"drugName"
],
"properties": {
"drugName": {
"type": "string",
"description": "Drug name to search for (generic or brand)"
}
}
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: body
Result extract: text
Steps (1): navigate