fda.gov
Search and extract clinical trial data including safety endpoints, SAEs, and study design 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-entry-countclinicaltrials.gov/**extractverified
by MatthewCampCorp
Get the current count of displayed safety alert entries (e.g. 'Showing 1 to 10 of 583 entries')
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: .dataTables_info
Auto-submit: false
Result selector: .dataTables_info
Result extract: text
fill-alert-searchclinicaltrials.gov/**fillverified
by MatthewCampCorp
Fill the search/filter field to filter safety alerts in the data table. The table auto-filters as you type.
Input Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search term to filter safety alerts"
}
}
}Execution Metadata
Selector: #search-filter
Fields (1): query (text)
Auto-submit: false
get-safety-alertsclinicaltrials.gov/**extractverified
by MatthewCampCorp
Get the list of MedWatch safety alerts showing date, alert title, and product type
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: #DataTables_Table_0
Auto-submit: false
Result selector: #DataTables_Table_0 tbody tr
Result extract: list
get-alert-linksclinicaltrials.gov/**extractverified
by MatthewCampCorp
Get all safety alert links from the data table with their URLs for detailed navigation
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: #DataTables_Table_0
Auto-submit: false
Result selector: #DataTables_Table_0 tbody td a[href]
Result extract: list
get-page-descriptionclinicaltrials.gov/**extractverified
by MatthewCampCorp
Get the MedWatch program description text including product categories covered
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: article
Auto-submit: false
Result selector: article > main
Result extract: text
select-product-typeclinicaltrials.gov/**fillverified
by MatthewCampCorp
Filter safety alerts by product type
Input Schema
{
"type": "object",
"required": [
"productType"
],
"properties": {
"productType": {
"type": "string",
"description": "Product type to filter by"
}
}
}Execution Metadata
Selector: #lcds-datatable-filter--type
Fields (1): productType (select)
Auto-submit: false
select-year-filterclinicaltrials.gov/**fillverified
by MatthewCampCorp
Filter safety alerts by year
Input Schema
{
"type": "object",
"required": [
"year"
],
"properties": {
"year": {
"type": "string",
"description": "Year to filter by"
}
}
}Execution Metadata
Selector: #lcds-datatable-filter--date
Fields (1): year (select)
Auto-submit: false
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-safety-announcementsdailymed.nlm.nih.gov/dailymed/**extractverified
by MatthewCampCorp
Get the list of Drug Safety Announcements from the data table, including title and date
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: #DataTables_Table_0
Auto-submit: false
Result selector: #DataTables_Table_0 tbody tr
Result extract: list
get-page-contentdailymed.nlm.nih.gov/dailymed/**extractverified
by MatthewCampCorp
Get the main page content text including section descriptions and resource links
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: .layout-content
Auto-submit: false
Result selector: .layout-content
Result extract: text
get-announcement-linksdailymed.nlm.nih.gov/dailymed/**extractverified
by MatthewCampCorp
Get all announcement links from the data table with their URLs
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: #DataTables_Table_0
Auto-submit: false
Result selector: #DataTables_Table_0 tbody td a[href]
Result extract: list
fill-announcement-searchdailymed.nlm.nih.gov/dailymed/**fillverified
by MatthewCampCorp
Fill the announcement search/filter field to filter the data table. After calling this, use browser_press_key({ key: 'Enter' }) or wait for auto-filter.
Input Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search term to filter announcements"
}
}
}Execution Metadata
Selector: #search-filter
Fields (1): query (text)
Auto-submit: false
select-year-filterdailymed.nlm.nih.gov/dailymed/**fillverified
by MatthewCampCorp
Filter the Drug Safety Announcements table by year. Values: -1 (all years), 0 (2026), 1 (2025), 2 (2024), 3 (2023), 4 (2022), 5 (2021), 6 (2020), 7 (2019), 8 (2018), 9 (2016)
Input Schema
{
"type": "object",
"required": [
"year"
],
"properties": {
"year": {
"type": "string",
"description": "Year index to filter by: -1=all, 0=2026, 1=2025, 2=2024, etc."
}
}
}Execution Metadata
Selector: #lcds-datatable-filter--year-filter
Fields (1): year (select)
Auto-submit: false
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.
search-safety-communicationswww.fda.gov/safety/**extractverified
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-alertswww.fda.gov/safety/**extractverified
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-warningwww.fda.gov/safety/**extractverified
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-changeswww.fda.gov/safety/**extractverified
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
Open pharmacovigilance analytics — disproportionality analysis on FAERS data with PRR, ROR, and IC computation 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-page-contentopen-vigil.fr/**extractverified
by MatthewCampCorp
[NexVigilant Station] Extract the main content from any FDA drug approvals and databases page — background text, resource lists, guidance links, and contact information.
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: article
Auto-submit: false
Result selector: article
Result extract: text
get-resource-linksopen-vigil.fr/**extractverified
by MatthewCampCorp
[NexVigilant Station] Extract all resource links from FDA drug approvals pages — Orange Book downloads, patent listings, exclusivity codes, guidance documents, and related database links.
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: article
Auto-submit: false
Result selector: article a[href]
Result extract: list
FDA FAERS — Adverse Event Database by NexVigilant
/drugs/questions-and-answers-fdas-adverse-event-reporting-system-faersverifiedView config →Access the FDA Adverse Event Reporting System (FAERS) for pharmacovigilance signal detection and safety data mining. 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.
access-faers-info/drugs/questions-and-answers-fdas-adverse-event-reporting-system-faersmulti-stepverified
by MatthewCampCorp
Read FDA FAERS system information — quarterly data files, reporting guidelines, and database structure
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
download-faers-data/drugs/questions-and-answers-fdas-adverse-event-reporting-system-faersmulti-stepverified
by MatthewCampCorp
Navigate to FAERS quarterly data extract download page for signal detection analysis
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): navigate
get-faers-quarterly-files/drugs/questions-and-answers-fdas-adverse-event-reporting-system-faersmulti-stepverified
by MatthewCampCorp
Extract FAERS quarterly data file listings with download links, file sizes, and available quarters. Returns structured list of ASCII and XML data extracts for pharmacovigilance data mining.
Input Schema
{
"type": "object",
"properties": {
"year": {
"type": "string",
"description": "Optional year to filter (e.g. 2025). If omitted, returns all available years."
}
}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: a[href*="faers_ascii"], a[href*="faers_xml"], a[href*="aers_ascii"], a[href*="aers_sgml"]
Auto-submit: false
Result extract: list
Steps (1): navigate
get-faers-dashboard/drugs/questions-and-answers-fdas-adverse-event-reporting-system-faersmulti-stepverified
by MatthewCampCorp
Navigate to the FAERS Public Dashboard (Qlik Sense) for interactive adverse event data exploration. Allows querying by drug name, reaction, outcome, and time period.
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: a[href*="fis.fda.gov"], a[href*="dashboard"], a[href*="qlik"]
Auto-submit: false
Result extract: list
Steps (1): navigate
get-faers-reporting-info/drugs/questions-and-answers-fdas-adverse-event-reporting-system-faersmulti-stepverified
by MatthewCampCorp
Extract FAERS reporting guidelines, database structure documentation, and submission requirements from the FDA FAERS Q&A page.
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: #main-content a, #main-content p, #main-content li
Auto-submit: false
Result extract: list
Steps (1): navigate
Navigate FDA MedWatch for adverse event reporting, safety alerts, and drug recalls. Powered by NexVigilant PV expertise. 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.
navigate-adverse-event-reporting/safety/medwatchmulti-stepverified
by MatthewCampCorp
Navigate to FDA adverse event reporting forms for drugs, devices, and biologics
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "false",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): navigate
search-drug-safety/safety/medwatchmulti-stepverified
by MatthewCampCorp
Navigate to FDA drug safety communications and information
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-safety-alerts/safety/medwatchmulti-stepverified
by MatthewCampCorp
Browse current FDA safety alerts, drug recalls, and MedWatch notifications
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
get-safety-communications/safety/medwatchmulti-stepverified
by MatthewCampCorp
Extract FDA drug safety communications — titles, dates, affected drugs, and links to full safety announcements from Drug Safety and Availability page.
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: #main-content a[href*="drug-safety"], #main-content .table-information a, #main-content td a
Auto-submit: false
Result extract: list
Steps (1): navigate
get-recalls-and-withdrawals/safety/medwatchmulti-stepverified
by MatthewCampCorp
Extract current FDA drug recalls, market withdrawals, and safety alerts with dates, product names, reason for recall, and classification.
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: #main-content .views-row a, #main-content .views-row .views-field, #main-content table td a
Auto-submit: false
Result extract: list
Steps (1): navigate