MCP AEMPS — CIMA✓
io.github.romanpert/mcp-aemps · v0.5.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$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 — CIMA",
"repository": {
"url": "https://github.com/romanpert/mcp-aemps",
"source": "github"
},
"version": "0.5.0",
"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.5.0",
"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": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}