← Back to Plugins
MCP Server MCP

io.github.Thourum/billy-mcp

github By github 👁 1 views ▲ 0 votes

Billy (billy.dk) accounting: invoices, journal entries, trial balance, with write protection.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "billy-mcp",
      "version": "0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Billy API access token (create at mit.billy.dk -> Settings -> Access tokens)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BILLY_ACCESS_TOKEN"
        },
        {
          "description": "Write protection: read-only, confirm (default, requires elicitation-capable host), or full",
          "format": "string",
          "name": "BILLY_WRITE_MODE"
        },
        {
          "description": "Billy organization ID (auto-resolved when the token maps to a single company)",
          "format": "string",
          "name": "BILLY_ORGANIZATION_ID"
        },
        {
          "description": "Response language: en_US, da_DK, fr_FR, nl_NL, or de_DE",
          "format": "string",
          "name": "BILLY_LOCALE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...