← Index

MCP AEMPS — CIMA

io.github.romanpert/mcp-aemps·v0.2.3·Other
Quality Score
90
/100

MCP server for the Spanish AEMPS CIMA pharmaceutical registry (20,000+ authorised medicines).

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-aemps": {
      "command": "uvx",
      "args": [
        "mcp-aemps"
      ],
      "env": {
        "PORT": "8765",
        "LOG_LEVEL": "INFO",
        "REDIS_URL": "<redis_url>"
      }
    }
  }
}
§02  Environment variables
PORT

TCP port for the HTTP server (used in transport URL template)

LOG_LEVEL

Logging level (DEBUG, INFO, WARNING, ERROR)

REDIS_URL

Optional Redis URL for distributed cache and rate limiting (in-memory used if absent)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other