Skip to main content
Glama
fzthiait-ai

Spain Medicines Intelligence MCP

by fzthiait-ai
README.md
# Spain Medicines Intelligence MCP

Query the official Spanish medicines database (AEMPS CIMA) directly from any AI agent.

**No API key required.** Data source: [AEMPS](https://www.aemps.gob.es/) (Agencia Española de Medicamentos y Productos Sanitarios) — official regulatory authority for medicines in Spain.

## Tools

- **search_medication** — Search 15,000+ authorized medicines by commercial name (Nolotil, Voltaren, Augmentine, etc.)
- **search_by_active_ingredient** — Find all medicines containing a specific active ingredient (Ibuprofeno, Amoxicilina, Atorvastatina, etc.)
- **get_medication_details** — Full drug profile: active ingredients, dosage, pharmaceutical form, presentations, official technical data sheet URL, patient leaflet URL, safety flags
- **check_supply_problems** — Real-time supply shortage alerts: currently 850+ medicines with active supply issues in Spain
- **medicine_snapshot** — One-call complete intelligence: search + details + supply status combined

## Example queries

- "Are there supply problems with Ibuprofeno 600mg in Spain?"
- "What medicines are authorized in Spain with Atorvastatina as active ingredient?"
- "Give me full details on Nolotil, including the technical data sheet"
- "Which Amoxicilina presentations are currently commercialized?"
- "Is Omeprazol Kern Pharma available or has a supply shortage?"

## Data coverage

- 15,000+ authorized medicines in Spain
- 850+ active supply shortage records
- Daily updated by AEMPS
- Includes generics, biologics, biosimilars, orphan drugs

## Data source & legal

All data is from [AEMPS CIMA](https://cima.aemps.es/) (Centro de Información online de Medicamentos), the official Spanish medicines information portal. Public access, freely reusable under Spanish open data regulations.

---
## Install & Access
**Smithery** — works with Claude, Cursor, Windsurf, and all MCP clients:
```bash
npx -y @smithery/cli install @fzth-ia-it/spain-medicines-intelligence-mcp --client claude
```
[![Smithery](https://smithery.ai/badge/@fzth-ia-it/spain-medicines-intelligence-mcp)](https://smithery.ai/server/@fzth-ia-it/spain-medicines-intelligence-mcp)

**MCPize** — hosted, managed access with Free / PRO / ULTRA tiers:  
[mcpize.com](https://mcpize.com) → search `Spain Medicines Intelligence MCP`

**REST API** — prefer HTTP over MCP?  
[Spain Medicines Database (AEMPS CIMA) API](https://rapidapi.com/ilozanoit/api/spain-medicines-database-aemps-cima) on RapidAPI