@kinginsun/mcp-aitep
v0.0.9
Published
A CLI tool for retrieving PDE (Permitted Daily Exposure) reports for Active Pharmaceutical Ingredients (APIs) via Model Context Protocol.
Downloads
19
Maintainers
Readme
mcp-aitep
A CLI tool providing a Model Context Protocol (MCP) interface to retrieve PDE (Permitted Daily Exposure) reports for Active Pharmaceutical Ingredients (APIs) via AITEP.
Installation
npm install -g @kinginsun/mcp-aitepConfiguration
Before using the tool, you need to set your API key as an environment variable:
export AITEP_API_KEY=your_api_key_hereUsage
This tool provides a Model Context Protocol (MCP) interface for retrieving PDE reports for pharmaceutical ingredients. It can be used with any MCP-compatible client.
The tool provides the following capability:
AITEP_PDE_Report
Retrieves the PDE (Permitted Daily Exposure) report in JSON format for a given API (Active Pharmaceutical Ingredient).
Parameters:
ingredient: (Required) Name of the active pharmaceutical ingredient
Example request payload:
{
"ingredient": "Paracetamol"
}Requirements
- Node.js >= 18.0.0
- Valid
AITEP_API_KEYenvironment variable
License
MIT
