QuickBooks MCP Server
QuickBooks integration using OAuth2. Write operations disabled by default per integration. 550+ tools covering invoices, bills, reports, and inventory. Requires a DataGrout account.
Ads
Overview
DataGrout's QuickBooks MCP Server connects AI agents to QuickBooks through OAuth2, using DataGrout's application credentials or your own. Write operations are disabled by default and require explicit configuration per integration. 550+ tools cover accounting objects — invoices, bills, reports, inventory — individually selectable rather than exposed as one fixed set. Go to the DataGrout GitHub and set up using command line interface - <u>https://github.com/DataGrout/conduit-sdk</u> 1. Sign up for a DataGrout account Go to <u>https://app.datagrout.ai/</u> and create an account.
Installation
Installation instructions are not available yet.
Configuration
{
"mcpServers": {
"DataGrout": {
"url": "https://gateway.datagrout.ai/servers/YOUR_UUID/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}Capabilities
- Query invoices and bills
ask your AI assistant to retrieve, filter, or summarize QuickBooks invoices and bills using the relevant accounting tools.
- Run financial reports
request balance sheets, profit-and-loss statements, or other reports through the available reporting tools.
- Check inventory levels
have your assistant look up current stock quantities and item details via the inventory tools.
- Review cost estimates before execution
the server provides a cost estimate ahead of running a tool, so you can approve or skip expensive operations.
Tags
- finance
- crm
- business-operations
- api
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.