MCP Server
MCP
io.github.yuens1002/bookie
Double-entry bookkeeping MCP server — import bank CSVs, categorize, reconcile, tax reports.
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
By
Comments
Sign in to leave a comment