← Back to Plugins
MCP Server MCP

io.github.invapi-org/invapi-mcp

github By github 👁 1 views ▲ 0 votes

Extract, create, convert & validate invoices (UBL, CII, XRechnung, ZUGFeRD, PDF, Excel)

Homepage Verified source GitHub

Install

npx -y @invapi/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@invapi/mcp-server",
      "version": "1.0.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your API key for Invapi",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "INVAPI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...