Skip to main content
Glama
package.json1.21 kB
{ "name": "@openpharma-org/ema-mcp-server", "version": "0.0.1", "description": "MCP server for EMA (European Medicines Agency) drug information. Provides access to EPAR data, EU drug approvals, orphan designations, and regulatory information through EMA's public JSON API.", "main": "build/index.js", "bin": { "ema-mcp-server": "build/index.js" }, "files": [ "build/", "README.md", "LICENSE" ], "scripts": { "start": "node build/index.js", "build": "mkdir -p build && cp -r src/* build/", "clean": "rm -rf build" }, "keywords": [ "mcp", "mcp-server", "ema", "european-medicines-agency", "epar", "drug", "medication", "pharmaceutical", "regulatory", "eu-approval", "orphan-drugs", "healthcare", "model-context-protocol" ], "author": "OpenPharma Contributors", "license": "MIT", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/openpharma-org/ema-mcp-server" }, "homepage": "https://github.com/openpharma-org/ema-mcp-server", "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "axios": "^1.10.0" }, "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/openpharma-org/ema-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server