MCP Server
MCP
DanBooks — AI Bookkeeping
AI bookkeeping for small business. Create invoices, log expenses, and check P&L by voice or text.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "danbooks-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your DanBooks URL (e.g. https://books.clarkseed.com or https://danbooks.ai)",
"isRequired": true,
"format": "string",
"name": "DANBOOKS_API_URL"
},
{
"description": "Your DanBooks API key from Settings → API Keys (starts with dbk_)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DANBOOKS_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment