NexVigilant โ Pharmacovigilance Platform
Navigate NexVigilant platform โ explore academy pathways, community, services, and professional PV tools. Empowerment Through Vigilance. 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.
Tools (18)18 verified
navigate-servicesmulti-stepverified
by MatthewCampCorp
Navigate to NexVigilant Solutions to explore consulting, Guardian API, and professional membership options.
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "false",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): navigate
navigate-communitymulti-stepverified
by MatthewCampCorp
Navigate to NexVigilant Community โ professional network for independent PV practitioners with capability verification and peer connections.
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "false",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): navigate
navigate-aboutmulti-stepverified
by MatthewCampCorp
Navigate to About NexVigilant โ company mission, principles, and founding story.
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "false",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): navigate
navigate-academymulti-stepverified
by MatthewCampCorp
Navigate to the NexVigilant Academy to explore pharmacovigilance learning pathways including Theory of Vigilance, PV fundamentals, Clinical Translation, and Executive Command.
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "false",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): navigate
sign-upmulti-stepverified
by MatthewCampCorp
Navigate to the NexVigilant sign-up page to create a free account for accessing Academy, Community, and professional PV tools.
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "false",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: body
Auto-submit: false
Steps (1): navigate
compute-prr-signalmulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Compute PRR signal detection from 2x2 contingency table. Requires authenticated access.
Input Schema
{
"type": "object",
"required": [
"a",
"b",
"c",
"d"
],
"properties": {
"a": {
"type": "number",
"description": "Drug+Event count"
},
"b": {
"type": "number",
"description": "Drug+NoEvent count"
},
"c": {
"type": "number",
"description": "NoDrug+Event count"
},
"d": {
"type": "number",
"description": "NoDrug+NoEvent count"
}
}
}Annotations
{
"readOnlyHint": "true"
}Execution Metadata
Selector: main
Auto-submit: false
Steps (1): navigate
assess-naranjo-causalitymulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Run Naranjo Algorithm causality assessment for adverse drug reactions. Requires authenticated access.
Input Schema
{
"type": "object",
"required": [
"drugName",
"adverseEvent"
],
"properties": {
"drugName": {
"type": "string",
"description": "Suspected drug"
},
"adverseEvent": {
"type": "string",
"description": "Adverse event"
}
}
}Annotations
{
"readOnlyHint": "false",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: main
Auto-submit: false
Steps (1): navigate
classify-case-seriousnessmulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Classify ICSR case seriousness using ICH E2A criteria. Requires authenticated access.
Input Schema
{
"type": "object",
"required": [
"caseDescription"
],
"properties": {
"caseDescription": {
"type": "string",
"description": "Clinical narrative"
}
}
}Annotations
{
"readOnlyHint": "false",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: main
Auto-submit: false
Steps (1): navigate
compute-benefit-riskmulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Quantitative Benefit-Risk Index (QBRI) computation. Requires authenticated access.
Input Schema
{
"type": "object",
"required": [
"drugName"
],
"properties": {
"drugName": {
"type": "string",
"description": "Drug to assess"
},
"indication": {
"type": "string",
"description": "Therapeutic indication"
}
}
}Annotations
{
"readOnlyHint": "false",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: main
Auto-submit: false
Steps (1): navigate
query-faers-datamulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Query FDA Adverse Event Reporting System for drug safety signals. Requires authenticated access.
Input Schema
{
"type": "object",
"required": [
"drugName"
],
"properties": {
"drugName": {
"type": "string",
"description": "Drug name"
},
"eventTerm": {
"type": "string",
"description": "Optional MedDRA term"
}
}
}Annotations
{
"readOnlyHint": "true",
"idempotentHint": "true",
"destructiveHint": "false"
}Execution Metadata
Selector: main
Auto-submit: false
Result extract: list
Steps (1): navigate
assess-expectednessmulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Determine if an adverse event is expected or unexpected. Requires authenticated access.
Input Schema
{
"type": "object",
"required": [
"drugName",
"adverseEvent"
],
"properties": {
"drugName": {
"type": "string",
"description": "Drug name"
},
"adverseEvent": {
"type": "string",
"description": "Event to check"
}
}
}Annotations
{
"readOnlyHint": "true"
}Execution Metadata
Selector: main
Auto-submit: false
Steps (1): navigate
grade-severitymulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Grade adverse event severity (CTCAE/WHO 1-5). Requires authenticated access.
Input Schema
{
"type": "object",
"required": [
"adverseEvent"
],
"properties": {
"adverseEvent": {
"type": "string",
"description": "Event to grade"
}
}
}Annotations
{
"readOnlyHint": "true"
}Execution Metadata
Selector: main
Auto-submit: false
Steps (1): navigate
resolve-drug-namemulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Resolve drug names across generic/brand/WHO-DD. Requires authenticated access.
Input Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Drug name to resolve"
}
}
}Annotations
{
"readOnlyHint": "true"
}Execution Metadata
Selector: main
Auto-submit: false
Steps (1): navigate
open-pv-dashboardmulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Open PV dashboard with signals, cases, deadlines. Requires authenticated access.
Input Schema
{
"type": "object",
"properties": {}
}Annotations
{
"readOnlyHint": "true"
}Execution Metadata
Selector: main
Auto-submit: false
Steps (1): navigate
run-pvdsl-querymulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Execute PVDSL query for safety data retrieval. Requires authenticated access.
Input Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "PVDSL query"
}
}
}Annotations
{
"readOnlyHint": "true"
}Execution Metadata
Selector: main
Auto-submit: false
Steps (1): navigate
browse-guidelinesmulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Browse ICH/FDA/EMA/WHO regulatory guidelines. Requires authenticated access.
Input Schema
{
"type": "object",
"properties": {
"searchTerm": {
"type": "string",
"description": "Topic to search"
}
}
}Annotations
{
"readOnlyHint": "true"
}Execution Metadata
Selector: main
Auto-submit: false
Steps (1): navigate
lookup-terminologymulti-stepverified
by MatthewCampCorp
[NexVigilant Station] Look up MedDRA/WHO-Drug Dictionary terms. Requires authenticated access.
Input Schema
{
"type": "object",
"required": [
"term"
],
"properties": {
"term": {
"type": "string",
"description": "Term to look up"
}
}
}Annotations
{
"readOnlyHint": "true"
}Execution Metadata
Selector: main
Auto-submit: false
Steps (1): navigate
get-platform-offeringsextractverified
by MatthewCampCorp
[NexVigilant Station] Get all NexVigilant platform offerings โ Academy, Solutions, Community, Careers, Guardian, and Ventures with descriptions and availability status.
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: main
Auto-submit: false
Result selector: main a[href]
Result extract: list
Config ID: ebf48680-488b-4682-bf17-0bf0fc1b6857
Created: 3/6/2026
Updated: 3/6/2026