Salta l'installazione. Attivo in meno di 2 minuti.
Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi Exact Online con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.
Summary
Exact Online — the Dutch accounting and ERP standard: accounts, sales and purchase invoices, items, stock, GL accounts and outstanding receivables. OData REST API, OAuth 2.0, scoped to one administration.
Prova a chiedere
Prompt di esempio per Exact Online
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Exact Online, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Exact Online + Claude
Exact Online — the Dutch accounting and ERP standard: accounts, sales and purchase invoices, items, stock, GL accounts and outstanding receivables. OData REST API, OAuth 2.0, scoped to one administration.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
EXACT_CLIENT_ID, EXACT_CLIENT_SECRET, EXACT_REFRESH_TOKEN, EXACT_BASE_HOST, EXACT_DIVISION
Step 1 — Ottieni le credenziali
Getting a token
- Register an app in the Exact Online App Centre for your country (
apps.exactonline.com). You receive a client id and client secret. - Run the authorization-code flow once against your country's host. Keep the refresh token — Exact's access tokens last ten minutes, so the refresh token is the only value worth storing.
- Set
EXACT_CLIENT_ID,EXACT_CLIENT_SECRET,EXACT_REFRESH_TOKEN,EXACT_BASE_HOSTandEXACT_DIVISION.
…(continued in the in-app connector instructions)
Step 2 — Installa l'adapter
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
Step 3 — Aggiungi il connettore in Claude
Percorso consigliato — funziona su claude.ai web senza toccare alcun file di configurazione.
- Apri claude.ai/customize/connectors.
- Clicca "Add custom connector".
- Compila:
- Name:
Exact Online - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Clicca Connect per autorizzare.
Tutti i tool sotto compaiono nella tua chat — inizia a scrivere prompt.
Tool disponibili
| Tool | What it does |
|---|---|
exact_online_get_me | Read the authenticated user and, importantly, their CurrentDivision — the administration id every other path needs |
exact_online_list_divisions | List the administrations (divisions) this account can reach, with their code, description and currency |
exact_online_list_accounts | List accounts — Exact's customers, suppliers and prospects — with their code, name, VAT number and status |
exact_online_list_sales_invoices | List sales invoices with their number, date, account, amounts and status |
exact_online_list_receivables | List outstanding receivables with their invoice number, account, due date and amount still open — the direct answer to 'who owes us money' |
exact_online_list_purchase_invoices | List purchase invoices with their supplier, date, due date and amount — the payables side of the ledger |
exact_online_list_items | List items from the product catalogue with their code, description, sales price, cost price and unit |
exact_online_list_stock_positions | Read current stock positions per item and warehouse — the availability answer, separate from the item master |
exact_online_list_gl_accounts | List general ledger accounts with their code, description, type and balance side, for questions that need the chart of accounts |
FAQ
Funziona con Claude Code come con Claude Desktop? Sì — punta entrambi a https://cloud.anythingmcp.com/mcp.
Prossimi passi
Questa guida ti è stata utile?