@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

ToolAnswers
cima_search_medicinesWhich Spanish medicines contain ibuprofeno? — search by name, ingredient, ATC or holder
cima_medicine_detailWhat is nregistro 77758? — ingredients+strengths, ATC, form, route, dates
cima_medicine_document_sectionsWhat does the label say about dosage? — the SmPC/leaflet TEXT, section by section, not a PDF link
cima_supply_problemsIs there a shortage of X in Spain? — current/recent AEMPS supply-problem rows
cima_changes_sinceWhat changed in the Spanish register this month? — approvals, label revisions, material updates

Auth

Keyless. No registration.

Data sources

Things the next person would otherwise rediscover

  • An unrecognised query parameter on /medicamentos is silently ignored, not rejected — you get the entire ~25,500-row register back, paginated, totalFilas unchanged. Measured: ?xxx=1totalFilas: 25455, identical to no filter. This pack only ever sends the confirmed filter set (nombre, practiv1, atc, laboratorio).
  • /psuministro silently ignores laboratorio even though it’s a field name on the response objects — ?laboratorio=Teva returns the same totalFilas (866) as no filter at all. Only nombre actually filters this endpoint.
  • /registroCambios REQUIRES fecha, 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. fecha is dd/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 to YYYY-MM-DD on the way out.
  • The ficha técnica can run 25-30 sections. cima_medicine_document_sections caps total output around 40,000 characters (each section further capped ~4,000) and flags truncated: true per section rather than silently dropping content — pass seccion (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 nregistr
  • 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_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_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)

Regenerated from source · build September 23, 2026