mcpbeat Sign in

PensionPro MCP Server

by douglaslinsmeyer Your server? Claim it
local only

PensionPro runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from pypi. Last commit 6 Apr 2026.

MCP server for the PensionPro pension administration REST API.

Installs per day peak 22 · avg 10 · +30% w/w
a month agotoday
79
Installs / week
pypi · pension-pro-mcp
0
Stars
5 open issues
6 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check PensionPro every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 pension-pro-mcp -- uvx pension-pro-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pension-pro-mcp": {
      "args": [
        "pension-pro-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pension-pro-mcp]
command = "uvx"
args = ["pension-pro-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pension-pro-mcp": {
      "args": [
        "pension-pro-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pension-pro-mcp": {
      "args": [
        "pension-pro-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PENSION_PRO_API_KEY (Your PensionPro API key), PENSION_PRO_USERNAME (Your PensionPro username). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PensionPro

same job, measured the same way
Xero
by asklokesh

MCP server for Xero API integration

44 installs/wk local only
YunoHost MCP
by imattau

Nostr-authenticated MCP server for secure YunoHost administration.

19 722 installs/wk local only
Rancher
by asklokesh

MCP server for Rancher API integration

49 installs/wk local only
Termdat MCP
by malkreide

MCP server for TERMDAT — the terminology database of the Swiss Federal Administration

90 installs/wk local only
Stream Estate
by fullstck

MCP server for the Stream.estate French real estate API

31 installs/wk local only
Rundeck
by asklokesh

MCP server for Rundeck API integration

52 installs/wk local only
Tableau
by asklokesh

MCP server for Tableau API integration

51 installs/wk local only
OpenSTAAD MCP Server
by bentleysystems

MCP server for Bentley STAAD.Pro via the OpenSTAAD API

local only

PensionPro — questions

Answers built from our own checks of this server.

Why is there no uptime for PensionPro?
PensionPro 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 pension-pro-mcp was installed 79 times last week.
How do I connect PensionPro?
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 pension-pro-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use PensionPro?
The pypi package pension-pro-mcp was installed 79 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PensionPro open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.