mcpbeat Sign in

MCP AEMPS — CIMA MCP Server

by romanpert Your server? Claim it
local only

MCP AEMPS — CIMA runs on your own machine — the client starts it, so there is no endpoint to ping. 242 installs a week from pypi. Last commit 11 May 2026.

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

Installs per day peak 140 · avg 41 · -38% w/w
a month agotoday
242
Installs / week
pypi · mcp-aemps
1
Stars
0 open issues
11 May 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        proc = subprocess.Popen(cmd, **popen_kwargs)
Runs an external command npm/bin/mcp-aemps.js:32
    const child = spawn(cmd, cmdArgs, { stdio: "inherit", shell: false });
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/docker-mcp-registry.yml:114
      - name: Open / update PR against docker/mcp-registry
        env:
          GH_TOKEN: ${{ secrets.MCP_REGISTRY_PAT }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-aemps -- uvx mcp-aemps
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-aemps": {
      "args": [
        "mcp-aemps"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-aemps]
command = "uvx"
args = ["mcp-aemps"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-aemps": {
      "args": [
        "mcp-aemps"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-aemps": {
      "args": [
        "mcp-aemps"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: 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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP AEMPS — CIMA

same job, measured the same way
MCP Krs
by matematicsolutions

MCP server for the Polish KRS company registry via the official Ministry of Justice API.

36 installs/wk local only
MCP Registry MCP Server
by wei

MCP server for querying the official MCP registry.

33 installs/wk local only
Registry MCP
by remote-mcp

An MCP server that serves informtaion from the official MCP registry

2 tools answering
Turrior MCP
by turrior-my

Authenticated remote MCP server for Turrior.

answering
Ema Medicines
by pipeworx-io

EMA Medicines MCP — the European Medicines Agency's public medicines register.

answering
Publish MCP Server
by marlenezw

An MCP server that helps developers publish their MCP servers to the registry

52 installs/wk local only
MCP Server MCP Registry
by formulahendry

MCP Server for MCP Registry to discover and search for available MCP servers in the registry

30 installs/wk local only
Semantic Scholar MCP Server
by smaniches

MCP server for the Semantic Scholar API: search 200M+ papers, citations, authors, recommendations.

1 042 installs/wk local only

MCP AEMPS — CIMA — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP AEMPS — CIMA?
MCP AEMPS — CIMA runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-aemps was installed 242 times last week.
How do I connect MCP AEMPS — CIMA?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-aemps straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP AEMPS — CIMA?
The pypi package mcp-aemps was installed 242 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP AEMPS — CIMA open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.