← Back to Plugins
MCP Server MCP

io.github.yuens1002/bookie

github By github 👁 2 views ▲ 0 votes

Double-entry bookkeeping MCP server — import bank CSVs, categorize, reconcile, tax reports.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "bookie-mcp",
      "version": "0.8.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Neon pooled Postgres connection string — the ledger database",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BOOKIE_DB_URL"
        },
        {
          "description": "Neon direct (non-pooled) Postgres connection string, used for schema push",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BOOKIE_DB_DIRECT_URL"
        },
        {
          "description": "Static Bearer token for authenticating requests (printed by `npm run setup`)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BOOKIE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...