DeepLedger acts as a native plugin for your AI. Connect it once, and manage all your QuickBooks clients through conversation.
The full autonomous bookkeeping experience. Runs securely in the background, learns your patterns, and handles tasks silently.
Open Claude Desktop with Cowork mode enabled.
In Settings → Plugins → Install from URL, paste the installation hook.
Enable network egress and allow mcp.deepledger.ai and app.deepledger.ai.
Repository URL
Use DeepLedger directly in your web browser. Perfect for immediate insights, reporting, and ad-hoc QBO commands without downloading anything.
Sign into claude.ai.
Navigate to Profile → Settings → Connectors → Add Connector.
Paste the deepledger MCP URL below into the configuration box and authorize.
Connector URL
Connect DeepLedger seamlessly to ChatGPT to orchestrate your QuickBooks directly from chatgpt.com.
Go to Settings → Connectors.
Click Add to add a new server integration.
Paste the ChatGPT MCP endpoint into the integration box.
Add MCP Configuration
For headless AI agents that can't use browser-based OAuth flows. Create an API key in the DeepLedger portal to authenticate your internal MCP server requests.
Sign in and head to Settings → API Keys.
Generate a key (it begins with dl_live). Save this securely.
Insert it inside your agent's MCP environment configuration object.
"mcpServers": {
"deepledger": {
"type": "http",
"url": "https://mcp.deepledger.ai/mcp",
"headers": {
"Authorization": "Bearer dl_live_..."
}
}
}