{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.yuens1002/bookie",
    "description": "Double-entry bookkeeping MCP server \u2014 import bank CSVs, categorize, reconcile, tax reports.",
    "repository": {
        "url": "https://github.com/yuens1002/bookie",
        "source": "github"
    },
    "version": "0.8.5",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "bookie-mcp",
            "version": "0.8.5",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Neon pooled Postgres connection string \u2014 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"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-03T12:07:21.451214Z",
            "publishedAt": "2026-07-03T12:07:21.451214Z",
            "updatedAt": "2026-07-03T12:07:21.451214Z",
            "isLatest": true
        }
    }
}