@pipeworx/aemps-cima
Connect: https://gateway.pipeworx.io/aemps-cima/mcp · Install: one-click buttons
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 5
AEMPS CIMA — the Spanish Agency for Medicines and Health Products’ public register of every medicine authorised for sale in Spain: brand/generic search, full authorisation detail, the structured ficha técnica (SmPC) and prospecto (patient leaflet) text, current supply shortages, and a changes-since-date feed.
Scope — Spain, and only Spain
Field values are Spanish (paracetamol, ibuprofeno, not US brand names). For the equivalent EU-wide register use ema-medicines; for the UK use mhra-uk; for the US use openfda. Tools are prefixed cima_ so they never win a generic drug question.
Tools
| Tool | Answers |
|---|---|
cima_search_medicines | Which Spanish medicines contain ibuprofeno? — search by name, ingredient, ATC or holder |
cima_medicine_detail | What is nregistro 77758? — ingredients+strengths, ATC, form, route, dates |
cima_medicine_document_sections | What does the label say about dosage? — the SmPC/leaflet TEXT, section by section, not a PDF link |
cima_supply_problems | Is there a shortage of X in Spain? — current/recent AEMPS supply-problem rows |
cima_changes_since | What changed in the Spanish register this month? — approvals, label revisions, material updates |
Auth
Keyless. No registration.
Data sources
- https://cima.aemps.es/cima/rest/medicamentos — search.
- https://cima.aemps.es/cima/rest/medicamento — detail by
nregistro. - https://cima.aemps.es/cima/rest/docSegmentado/contenido/{1|2} — segmented ficha técnica (
1) / prospecto (2) text bynregistro. - https://cima.aemps.es/cima/rest/psuministro — supply problems.
- https://cima.aemps.es/cima/rest/registroCambios — changes-since-date feed.
Things the next person would otherwise rediscover
- An unrecognised query parameter on
/medicamentosis silently ignored, not rejected — you get the entire ~25,500-row register back, paginated,totalFilasunchanged. Measured:?xxx=1→totalFilas: 25455, identical to no filter. This pack only ever sends the confirmed filter set (nombre,practiv1,atc,laboratorio). /psuministrosilently ignoreslaboratorioeven though it’s a field name on the response objects —?laboratorio=Tevareturns the sametotalFilas(866) as no filter at all. Onlynombreactually filters this endpoint./registroCambiosREQUIRESfecha, and rejects its absence with an HTTP 200 —{"error":"Es necesario indicar la fecha"}, not an HTTP error. A caller that only checks status code reads this as a clean empty success.fechaisdd/MM/yyyy, not ISO; an ISO date matches nothing. This pack accepts ISO from the caller and converts.- Timestamps (
estado.aut,estado.rev,fini,ffin,fecha) are epoch MILLISECONDS, converted toYYYY-MM-DDon the way out. - The ficha técnica can run 25-30 sections.
cima_medicine_document_sectionscaps total output around 40,000 characters (each section further capped ~4,000) and flagstruncated: trueper section rather than silently dropping content — passseccion(e.g."4.1") for one section only when you know which you need. - Field values stay in AEMPS’s own Spanish wording (
labtitular,cpresc,comerc…) since that’s what a Spanish-market query needs to match against; the pack adds English key names alongside the Spanish content rather than translating it.
Tools
- cima_search_medicines — Search AEMPS CIMA — the register of every medicine authorised for sale in SPAIN — by brand/product name, active ingredient (INN/DCI), ATC code, or marketing-authorisation holder (laboratorio). Returns
- cima_medicine_detail — Full AEMPS CIMA record for one Spanish-authorised medicine, by nregistro (the Spanish national registration number, from cima_search_medicines). Returns active ingredients with exact strength, excipie
- cima_medicine_document_sections — The STRUCTURED text of a Spanish medicine’s ficha técnica (Summary of Product Characteristics) or prospecto (patient information leaflet), section by section, from AEMPS’s own segmented-document endpo
- cima_supply_problems — Current and recent medicine-supply shortages in Spain (problemas de suministro) from AEMPS — the Spanish counterpart of the FDA/EMA shortage databases. Returns the affected product, national code (CN)
- cima_changes_since — Which Spanish medicine records AEMPS has changed on or after a given date — new authorisations, label revisions, material-informativo updates, etc. — from CIMA’s registroCambios feed. Returns nregistr
Tools
cima_changes_since— Which Spanish medicine records AEMPS has changed on or after a given date — new authorisations, label revisions, material-informativo updates, etc. — from CIMA's registroCambios feed. Returns nregistrcima_medicine_detail— Full AEMPS CIMA record for one Spanish-authorised medicine, by nregistro (the Spanish national registration number, from cima_search_medicines). Returns active ingredients with exact strength, excipiecima_medicine_document_sections— The STRUCTURED text of a Spanish medicine's ficha técnica (Summary of Product Characteristics) or prospecto (patient information leaflet), section by section, from AEMPS's own segmented-document endpocima_search_medicines— Search AEMPS CIMA — the register of every medicine authorised for sale in SPAIN — by brand/product name, active ingredient (INN/DCI), ATC code, or marketing-authorisation holder (laboratorio). Returnscima_supply_problems— Current and recent medicine-supply shortages in Spain (problemas de suministro) from AEMPS — the Spanish counterpart of the FDA/EMA shortage databases. Returns the affected product, national code (CN)