← Index

io.github.cmendezs/mcp-ksef-pl

io.github.cmendezs/mcp-ksef-pl·v0.1.0·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-ksef-pl": {
      "command": "uvx",
      "args": [
        "mcp-ksef-pl"
      ],
      "env": {
        "KSEF_SESSION_TOKEN": "<ksef_session_token>",
        "KSEF_NIP": "<ksef_nip>",
        "KSEF_ENVIRONMENT": "<ksef_environment>",
        "KSEF_TIMEOUT": "<ksef_timeout>"
      }
    }
  }
}
§02  Environment variables
KSEF_SESSION_TOKEN

KSeF v2 AccessToken obtained via the challenge/redeem auth flow. Required for submit_invoice_to_ksef.

KSEF_NIP

NIP (Polish tax identifier, 10 digits) of the entity submitting invoices.

KSEF_ENVIRONMENT

Target KSeF environment: 'production' or 'test' (default: test).

KSEF_TIMEOUT

HTTP request timeout in seconds (default: 30).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other