Loading MCP server directory, please wait...
MCP server for the PensionPro pension administration REST API.
npx @getmcp/cli add io.github.douglaslinsmeyer/pension-pro-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
PENSION_PRO_API_KEYYour PensionPro API key
PENSION_PRO_USERNAMEYour PensionPro username
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.douglaslinsmeyer/pension-pro-mcp": {
"command": "uvx",
"args": [
"pension-pro-mcp"
],
"env": {
"PENSION_PRO_API_KEY": "",
"PENSION_PRO_USERNAME": ""
}
}
}
}