What is the MCP AEMPS — CIMA MCP server?
MCP server for the Spanish AEMPS CIMA pharmaceutical registry (20,000+ authorised medicines).
How to install MCP AEMPS — CIMA
Copy-paste configuration for popular MCP clients.
PORTTCP port for the HTTP server (used in transport URL template)
LOG_LEVELLogging level (DEBUG, INFO, WARNING, ERROR)
REDIS_URLOptional Redis URL for distributed cache and rate limiting (in-memory used if absent)
{
"mcpServers": {
"mcp-aemps": {
"command": "uvx",
"args": [
"mcp-aemps",
"up"
],
"env": {
"PORT": "<YOUR_PORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"REDIS_URL": "<YOUR_REDIS_URL>"
}
}
}
}{
"mcpServers": {
"mcp-aemps": {
"command": "uvx",
"args": [
"mcp-aemps",
"up"
],
"env": {
"PORT": "<YOUR_PORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"REDIS_URL": "<YOUR_REDIS_URL>"
}
}
}
}{
"mcpServers": {
"mcp-aemps": {
"command": "uvx",
"args": [
"mcp-aemps",
"up"
],
"env": {
"PORT": "<YOUR_PORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"REDIS_URL": "<YOUR_REDIS_URL>"
}
}
}
}{
"servers": {
"mcp-aemps": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-aemps",
"up"
],
"env": {
"PORT": "<YOUR_PORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"REDIS_URL": "<YOUR_REDIS_URL>"
}
}
}
}claude mcp add mcp-aemps --env PORT=<YOUR_PORT> --env LOG_LEVEL=<YOUR_LOG_LEVEL> --env REDIS_URL=<YOUR_REDIS_URL> -- uvx mcp-aemps upRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.