โ† Back to all configs

ema.europa.eu

3 configs18 tools17 verified
www.ema.europa.eu/**primitives.nexvigilant.com/**/en/human-regulatory-overview/pharmacovigilance
emamedicinespharmacovigilanceregulatoryEPARnexvigilanteuropean-medicines-agencyeudravigilanceeuropedrug-safetyprac

[NexVigilant Station] European Medicines Agency

www.ema.europa.eu/**verifiedView config โ†’

EU regulatory data โ€” EPARs, safety signals, referrals, and medicine information 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-medicineswww.ema.europa.eu/**extractverified

0

by MatthewCampCorp

[NexVigilant Station] Search EU-authorised medicines by name, active substance, or therapeutic area

Input Schema
{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Medicine name or active substance"
    },
    "therapeutic_area": {
      "type": "string",
      "description": "Therapeutic area filter"
    },
    "authorisation_status": {
      "type": "string",
      "description": "Status: authorised, withdrawn, refused"
    }
  }
}
Annotations
{
  "readOnlyHint": "true",
  "idempotentHint": "true",
  "destructiveHint": "false"
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: body

Result extract: text

get-eparwww.ema.europa.eu/**extractverified

0

by MatthewCampCorp

[NexVigilant Station] Get European Public Assessment Report summary for a medicine

Input Schema
{
  "type": "object",
  "required": [
    "medicine_name"
  ],
  "properties": {
    "medicine_name": {
      "type": "string",
      "description": "Medicine name"
    }
  }
}
Annotations
{
  "readOnlyHint": "true",
  "idempotentHint": "true",
  "destructiveHint": "false"
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: body

Result extract: text

get-safety-signalswww.ema.europa.eu/**extractverified

0

by MatthewCampCorp

[NexVigilant Station] Get PRAC safety signal assessments

Input Schema
{
  "type": "object",
  "properties": {
    "year": {
      "type": "integer",
      "description": "Year of assessment"
    },
    "substance": {
      "type": "string",
      "description": "Active substance name"
    }
  }
}
Annotations
{
  "readOnlyHint": "true",
  "idempotentHint": "true",
  "destructiveHint": "false"
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: body

Result extract: text

get-referralwww.ema.europa.eu/**extractverified

0

by MatthewCampCorp

[NexVigilant Station] Get details of an Article 31/20 referral procedure

Input Schema
{
  "type": "object",
  "required": [
    "substance"
  ],
  "properties": {
    "substance": {
      "type": "string",
      "description": "Active substance under referral"
    }
  }
}
Annotations
{
  "readOnlyHint": "true",
  "idempotentHint": "true",
  "destructiveHint": "false"
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: body

Result extract: text

get-psur-assessmentwww.ema.europa.eu/**extractverified

0

by MatthewCampCorp

[NexVigilant Station] Get Periodic Safety Update Report assessment outcome

Input Schema
{
  "type": "object",
  "required": [
    "substance"
  ],
  "properties": {
    "substance": {
      "type": "string",
      "description": "Active substance"
    }
  }
}
Annotations
{
  "readOnlyHint": "true",
  "idempotentHint": "true",
  "destructiveHint": "false"
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: body

Result extract: text

get-rmp-summarywww.ema.europa.eu/**extractverified

0

by MatthewCampCorp

[NexVigilant Station] Get Risk Management Plan summary for a medicine

Input Schema
{
  "type": "object",
  "required": [
    "medicine_name"
  ],
  "properties": {
    "medicine_name": {
      "type": "string",
      "description": "Medicine name"
    }
  }
}
Annotations
{
  "readOnlyHint": "true",
  "idempotentHint": "true",
  "destructiveHint": "false"
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: body

Result extract: text

[NexVigilant Station] T1 Lex Primitiva โ€” Universal Concept Algebra Tools

primitives.nexvigilant.com/**verifiedView config โ†’

15 axiomatic primitives forming a universal concept algebra. Each tool analyzes a concept through one primitive lens, returning structured decomposition with properties and failure modes. Proven in 216 tests across 70 properties. DISCLAIMER: This WebMCP configuration was developed by NexVigilant, LLC and is provided as a community resource. NexVigilant is not responsible for third-party use. Built by NexVigilant (https://nexvigilant.com) โ€” 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 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-search-resultsprimitives.nexvigilant.com/**extractverified

0

by MatthewCampCorp

[NexVigilant Station] Get all visible medicine search results from the EMA search page. Returns structured cards with medicine name, active substance, therapeutic area, decision type, and dates.

Input Schema
{
  "type": "object",
  "properties": {}
}
Execution Metadata

Selector: .ema-list-pages

Auto-submit: false

Result selector: article.card

Result extract: list

get-result-countprimitives.nexvigilant.com/**extractverified

0

by MatthewCampCorp

[NexVigilant Station] Get the total number of search results matching the current query on the EMA search page.

Input Schema
{
  "type": "object",
  "properties": {}
}
Execution Metadata

Selector: h2.results-count

Auto-submit: false

Result selector: h2.results-count

Result extract: text

select-sort-orderprimitives.nexvigilant.com/**fillverified

0

by MatthewCampCorp

[NexVigilant Station] Change the sort order of EMA search results. Options: newest first, oldest first, closest match, A to Z, Z to A.

Input Schema
{
  "type": "object",
  "required": [
    "sortOrder"
  ],
  "properties": {
    "sortOrder": {
      "type": "string",
      "description": "Sort order for results"
    }
  }
}
Execution Metadata

Selector: #edit-sort-bef-combine

Fields (1): sortOrder (select)

Auto-submit: false

EMA Pharmacovigilance โ€” EU Drug Safety by NexVigilant

/en/human-regulatory-overview/pharmacovigilanceView config โ†’

Navigate European Medicines Agency pharmacovigilance resources โ€” EudraVigilance, PRAC, risk management, and EU drug safety regulation. 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.

get-rmp-summary/en/human-regulatory-overview/pharmacovigilanceextractverified

0

by MatthewCampCorp

[NexVigilant Station] Get Risk Management Plan summary for a medicine

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-psur-assessment/en/human-regulatory-overview/pharmacovigilanceextractverified

0

by MatthewCampCorp

[NexVigilant Station] Get PSUR single assessment procedure status

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-epar/en/human-regulatory-overview/pharmacovigilanceextractverified

0

by MatthewCampCorp

[NexVigilant Station] Get European Public Assessment Report summary for an authorized medicine

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-safety-signals/en/human-regulatory-overview/pharmacovigilanceextractverified

0

by MatthewCampCorp

[NexVigilant Station] Get PRAC safety signals under review or recently concluded

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-referral/en/human-regulatory-overview/pharmacovigilanceextractverified

0

by MatthewCampCorp

[NexVigilant Station] Get referral procedures for a substance

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

browse-ema-pv/en/human-regulatory-overview/pharmacovigilancemulti-stepverified

1

by MatthewCampCorp

Browse EMA pharmacovigilance overview โ€” legislation, guidelines, and regulatory framework

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

access-eudravigilance/en/human-regulatory-overview/pharmacovigilancemulti-stepverified

1

by MatthewCampCorp

Navigate to EudraVigilance โ€” the EU system for reporting and evaluating suspected adverse reactions

Input Schema
{
  "type": "object",
  "properties": {}
}
Annotations
{
  "readOnlyHint": "true",
  "idempotentHint": "true",
  "destructiveHint": "false"
}
Execution Metadata

Selector: body

Auto-submit: false

Steps (1): navigate

browse-prac-activities/en/human-regulatory-overview/pharmacovigilancemulti-stepverified

1

by MatthewCampCorp

Browse PRAC (Pharmacovigilance Risk Assessment Committee) activities and recommendations

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

search-medicines/en/human-regulatory-overview/pharmacovigilanceextract

0

by MatthewCampCorp

[NexVigilant Station] Search EU-authorised medicines by name, active substance, or therapeutic area

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