[NexVigilant Station] ClinicalTrials.gov Registry
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.
Tools (7)7 verified
get-entry-countextractverified
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-searchfillverified
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-alertsextractverified
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-linksextractverified
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-descriptionextractverified
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-typefillverified
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-filterfillverified
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
Config ID: eac34bff-6b75-498f-8b2c-1eeae3694195
Created: 3/7/2026
Updated: 3/8/2026