UNPKG

@kinginsun/mcp-aitep

Version:

A CLI tool for retrieving PDE (Permitted Daily Exposure) reports for Active Pharmaceutical Ingredients (APIs) via Model Context Protocol.

49 lines (29 loc) 1.03 kB
# 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 ```bash npm install -g @kinginsun/mcp-aitep ``` ## Configuration Before using the tool, you need to set your API key as an environment variable: ```bash export AITEP_API_KEY=your_api_key_here ``` ## Usage 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:** ```json { "ingredient": "Paracetamol" } ``` ## Requirements - Node.js >= 18.0.0 - Valid `AITEP_API_KEY` environment variable ## License MIT