Documentation
Important: Always verify AI output
AI assistants like Claude, ChatGPT and Copilot can make mistakes when interpreting data. Always verify answers against your original Exact Online data before making decisions. We only provide the data connection - not the AI advice.
Quick Start
- 1
Connect your Exact Online account
Go to Connect and log in with your Exact Online credentials.
- 2
Configure your AI assistant
Add the MCP server to your Claude, ChatGPT or Copilot configuration (see Setup).
- 3
Ask questions about your accounting
Ask about invoices, relations, bank transactions and more - in plain English.
Configuration
Claude Desktop / Claude Code
Add the MCP server to your configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json %APPDATA%\Claude\claude_desktop_config.json {
"mcpServers": {
"exact-online": {
"url": "https://api.praatmetjeboekhouding.nl/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Replace YOUR_API_KEY with the key from your dashboard.
ChatGPT, Copilot & Other AIs
For AI assistants that support MCP via remote URLs, use this endpoint:
https://api.praatmetjeboekhouding.nl/mcp Add your API key as a Bearer token in the Authorization header. See your AI assistant's documentation for specific configuration instructions.
Available Tools
| Tool | Description |
|---|---|
list_divisions | Show all available administrations |
get_relations | Get customers and suppliers |
search_relations | Search relations by name, code or registration number |
get_sales_invoices | Get sales invoices with filters |
get_purchase_invoices | Get purchase invoices |
get_outstanding_invoices | Show outstanding invoices |
get_bank_transactions | Get bank transactions |
get_gl_accounts | Show general ledger accounts |
get_trial_balance | Get trial balance |
get_projects | Projects with budget and time tracking |
get_wip_overview | Work-in-progress (WIP) overview |
get_opportunities | Sales opportunities and pipeline |
get_fixed_assets | Fixed assets and depreciation |
get_margin_analysis | Margin analysis (sales vs. purchase) |
64 tools available including projects, cost centers, opportunities, contracts and price lists. Read-only by default. Writing (creating invoices, journal entries, etc.) is available on Pro & Enterprise, only if you enable it per administration, with an audit log. Deleting is never possible.
Security
- OAuth 2.0
Secure authentication via Exact Online. We never see your password.
- Read-only by default
Read-only by default. Writing (creating invoices, journal entries, etc.) is available on Pro & Enterprise, only if you enable it per administration, with an audit log. Deleting is never possible.
- Encrypted tokens
Access tokens are stored encrypted and automatically refreshed.
- Data & hosting
We don't store your accounting data ourselves — it passes straight to the AI provider you choose, which may process it outside the EU under the EU-US Data Privacy Framework. Connection data is encrypted (AES-256-GCM); attachments are stored in EU buckets.
Support
Questions or issues? Contact us via:
- Email: support@praatmetjeboekhouding.nl
- GitHub: Issues & Discussions
Frequently asked questions
Which Exact modules does it support, and how much can it do?
Can it also write to Exact, or only read?
Does it work with Microsoft Copilot?
Does it work with Google Gemini?
What can I actually do with it?
By using this Service you agree to our Terms & Conditions and Privacy Policy.