← Back to Plugins
MCP Server MCP

PensionPro

github By github 👁 1 views ▲ 0 votes

MCP server for the PensionPro pension administration REST API.

Homepage Verified source GitHub

Install

uvx pension-pro-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "pension-pro-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your PensionPro API key",
          "isRequired": true,
          "isSecret": true,
          "name": "PENSION_PRO_API_KEY"
        },
        {
          "description": "Your PensionPro username",
          "isRequired": true,
          "name": "PENSION_PRO_USERNAME"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...