[NexVigilant Station] FDA Safety Communications
FDA drug safety communications, MedWatch alerts, and safety labeling changes 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.
Tools (4)4 verified
search-safety-communicationsextractverified
by MatthewCampCorp
[NexVigilant Station] Search FDA drug safety communications by drug or topic
Input Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"year": {
"type": "integer",
"description": "Year filter"
},
"query": {
"type": "string",
"description": "Drug name or safety topic"
}
}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: body
Result extract: text
get-medwatch-alertsextractverified
by MatthewCampCorp
[NexVigilant Station] Get recent MedWatch safety alerts
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"description": "Number of recent alerts"
},
"drug_name": {
"type": "string",
"description": "Drug name filter"
}
}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: body
Result extract: text
get-boxed-warningextractverified
by MatthewCampCorp
[NexVigilant Station] Get current boxed warning text for a drug
Input Schema
{
"type": "object",
"required": [
"drug_name"
],
"properties": {
"drug_name": {
"type": "string",
"description": "Drug name"
}
}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: body
Result extract: text
get-safety-labeling-changesextractverified
by MatthewCampCorp
[NexVigilant Station] Get recent safety-related labeling changes (SLCs)
Input Schema
{
"type": "object",
"properties": {
"section": {
"type": "string",
"description": "Label section (Warnings, Contraindications, Adverse Reactions)"
},
"drug_name": {
"type": "string",
"description": "Drug name"
}
}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Result selector: body
Result extract: text
Config ID: a7b06752-bdde-4781-811a-7deb38795f9a
Created: 3/6/2026
Updated: 3/8/2026