
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
danbooks-mcp
Advanced tools
Connect Claude AI to your own DanBooks account. Each user authenticates with their own API key — your books stay private, scoped only to your organization. Ask Claude to create invoices, log expenses, and check your P&L — all with voice or text.
npm install -g @danbooks/mcp-server
Or run directly with npx:
npx @danbooks/mcp-server
dbk_4a9f3c...Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"danbooks": {
"command": "danbooks-mcp",
"env": {
"DANBOOKS_API_URL": "https://books.clarkseed.com",
"DANBOOKS_API_KEY": "dbk_your_key_here"
}
}
}
}
If using npx instead of the global install:
{
"mcpServers": {
"danbooks": {
"command": "npx",
"args": ["@danbooks/mcp-server"],
"env": {
"DANBOOKS_API_URL": "https://books.clarkseed.com",
"DANBOOKS_API_KEY": "dbk_your_key_here"
}
}
}
}
After saving the config, restart Claude Desktop. You should see a 🔧 tool icon indicating DanBooks is connected.
| Tool | Description |
|---|---|
create_invoice | Create a draft invoice for a customer |
get_outstanding_invoices | List unpaid/overdue invoices |
create_expense | Log an expense/bill |
get_financial_summary | Revenue, expenses, net income for a period |
list_customers | Search/list customers |
create_customer | Add a new customer |
get_recent_transactions | View recent transactions |
record_payment | Record a payment against an invoice |
| Variable | Required | Description |
|---|---|---|
DANBOOKS_API_URL | ✅ | Your DanBooks URL, e.g. https://books.clarkseed.com |
DANBOOKS_API_KEY | ✅ | API key from Settings → API Keys (starts with dbk_) |
You: Invoice Hanks Events LLC for 200 bushels of untreated soybeans at $14.50/bu, net 30 days.
Claude: I've created a draft invoice for Hanks Events LLC:
- Invoice #CS-2024-087
- 200 bushels × $14.50 = $2,900.00
- Due: July 14, 2024
- Status: Draft — ready to send
FAQs
DanBooks MCP server — connect Claude AI to your DanBooks account
We found that danbooks-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.