← Back to Plugins
MCP Server MCP

io.github.cmendezs/mcp-ksef-pl

github By github 👁 1 views ▲ 0 votes

Polish e-invoicing MCP: KSeF API v2, FA(3)/FA(2) XML, Peppol BIS 3.0, NIP/REGON validation.

Homepage Verified source GitHub

Install

uvx mcp-ksef-pl

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-ksef-pl",
      "version": "0.8.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "KSeF v2 AccessToken obtained via the challenge/redeem auth flow. Required for submit_invoice_to_ksef.",
          "format": "string",
          "name": "KSEF_SESSION_TOKEN"
        },
        {
          "description": "NIP (Polish tax identifier, 10 digits) of the entity submitting invoices.",
          "format": "string",
          "name": "KSEF_NIP"
        },
        {
          "description": "Target KSeF environment: 'production' or 'test' (default: test).",
          "format": "string",
          "name": "KSEF_ENVIRONMENT"
        },
        {
          "description": "HTTP request timeout in seconds (default: 30).",
          "format": "string",
          "name": "KSEF_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...