Mcp
@bbookmind
About Mcp
AI bookkeeping for QuickBooks Online. Open-source MCP server with 14 tools
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"@bbookmind/mcp"
]
}
}
}Tools
14Auto-categorize Uncategorized QuickBooks transactions using learned rules (regex) + keyword dict + LLM (when connected). Returns confidence-scored suggestions. Use bookmind.approve_categorizations to apply. New categorization requests stage in 'pending' status and follow approval workflow.
Match bank feed transactions to invoices/bills by amount, date tolerance, and vendor similarity. Returns matched pairs and unmatched items. Score uses Levenshtein vendor similarity and weighted date/amount distance.
Statistical anomaly detection: duplicate payments (Map-based O(n)), vendor cost drift (>25%), IQR outliers, frequency spikes (>10/mo), round numbers (>=$100), large weekend transactions (>=$500). Returns flagged items with severity. Persists to SQLite for review.
Generate complete monthly close package: P&L, Balance Sheet snapshot, Cash Flow, top vendors, expense breakdown, overdue AR, anomaly summary, and action items. Returns formatted markdown report.
Search transactions by vendor, description, category, or amount. Supports lookback and limit.
Generate overdue invoice chase emails in friendly, firm, or escalation tone. Returns ready-to-send drafts.
Learn categorization rules from user corrections. Stores regex patterns. Rules apply to current company by default; set global=true to share across all companies under one account.
Approve pending categorization suggestions. Accepts transaction IDs or 'all' to approve everything pending. Approved transactions get status='categorized' and approved=1.
Reject pending categorization suggestions with feedback. Rejected transactions return to 'uncategorized'. Optional rule learning: set learn_rules=true and provide corrected_category, vendor_pattern, or description_pattern to auto-create a correction rule.
Undo categorization changes on transactions. Restore previous category from audit log. Accepts transaction IDs or 'all' to undo all categorizations from today's session.
Fetch transactions from QuickBooks Online for a date range. Returns normalized JSON array compatible with categorize, reconcile, anomalies, and monthly_close tools. Caches results in local SQLite.
Push approved categorizations from local SQLite back to QuickBooks Online. Creates journal entries for category reclassifications. Only syncs approved (approved=1) transactions.
Switch between connected QuickBooks companies. Sets the active company for all subsequent operations. Returns the current company info.
List all companies configured in BookMind, showing company ID, name, and association status. Allows OAuth connection for unconnected companies.
Overview
What is Mcp?
AI bookkeeping for QuickBooks Online. Open-source MCP server with 14 tools
How to use Mcp?
The README includes setup instructions such as npx @bbookmind/mcp.
Key features of Mcp
- Zero cloud dependency — your data stays in local SQLite
- Learns from you — every correction becomes a persistent rule
- Model-agnostic — works with 7+ LLM providers (or rules-only mode)
- Agent-agnostic — works with Claude, Cursor, Cline, Continue, Windsurf, VS Code Copilot, Goose
- npm: npx @bbookmind/mcp
Use cases of Mcp
- Connect an MCP-compatible client to this repository's service.
- Review the README-backed setup before enabling it in production.
FAQ from Mcp
Where is the source code for Mcp?
The source code is linked from the repository URL on this page.
Does Mcp include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
Frequently asked questions
Where is the source code for Mcp?
The source code is linked from the repository URL on this page.
Does Mcp include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
Basic information
More Finance & Commerce MCP servers
FiatDock
fiatdockA marketplace where AI agents discover and pay each other per call in USDC over x402 - settlement goes DIRECTLY to the seller's wallet, so there are no accounts, no API keys and no subscriptions. Buy from 24 live MCP ser

GoLeasy MCP
Der GoLeasy MCP-Server verbindet KI-Assistenten direkt mit der GoLeasy-Vergleichsplattform für Leasing-Angebote. Einfach im Chat beschreiben, was man sucht, anstatt selbst zu suchen und zu filtern - die KI ruft den Serve

Dados B3
Valth GuimarãesAuditable fundamentals for the Brazilian stock market (B3): ROIC, margins, point-in-time multiples, dividends and REITs. Every figure traces back to the CVM account it came from, every formula is published, and nothing s

ROIC.ai MCP Server
Roic AIROIC.ai is a financial data and stock market MCP server for AI assistants.

Cliometry
CliometryLive Korean market measurements for AI agents — SK Hynix ADR premium, realized leverage multiples for KODEX/SOXL/TQQQ, VIX regime, Korean semiconductor sector RRG. Pre-computed daily values, structured responses, CC BY 4
Comments