{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.romanpert/mcp-aemps",
    "description": "MCP server for the Spanish AEMPS CIMA pharmaceutical registry (20,000+ authorised medicines).",
    "title": "MCP AEMPS \u2014 CIMA",
    "repository": {
        "url": "https://github.com/romanpert/mcp-aemps",
        "source": "github"
    },
    "version": "0.4.10",
    "websiteUrl": "https://github.com/romanpert/mcp-aemps",
    "icons": [
        {
            "src": "https://raw.githubusercontent.com/romanpert/mcp-aemps/master/docs/icons/icon-64.png",
            "mimeType": "image/png",
            "sizes": [
                "64x64"
            ]
        },
        {
            "src": "https://raw.githubusercontent.com/romanpert/mcp-aemps/master/docs/icons/icon-128.png",
            "mimeType": "image/png",
            "sizes": [
                "128x128"
            ]
        },
        {
            "src": "https://raw.githubusercontent.com/romanpert/mcp-aemps/master/docs/icons/icon-256.png",
            "mimeType": "image/png",
            "sizes": [
                "256x256"
            ]
        }
    ],
    "packages": [
        {
            "registryType": "pypi",
            "registryBaseUrl": "https://pypi.org",
            "identifier": "mcp-aemps",
            "version": "0.4.10",
            "runtimeHint": "uvx",
            "transport": {
                "type": "streamable-http",
                "url": "http://localhost:{PORT}/mcp"
            },
            "packageArguments": [
                {
                    "value": "up",
                    "type": "positional"
                }
            ],
            "environmentVariables": [
                {
                    "description": "TCP port for the HTTP server (used in transport URL template)",
                    "default": "8765",
                    "name": "PORT"
                },
                {
                    "description": "Logging level (DEBUG, INFO, WARNING, ERROR)",
                    "default": "INFO",
                    "name": "LOG_LEVEL"
                },
                {
                    "description": "Optional Redis URL for distributed cache and rate limiting (in-memory used if absent)",
                    "name": "REDIS_URL"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-05-07T18:53:50.930182Z",
            "publishedAt": "2026-05-07T18:53:50.930182Z",
            "updatedAt": "2026-05-07T18:53:50.930182Z",
            "isLatest": false
        }
    }
}