Connector guide3-minute read9 MCP toolsEN · DE · IT

Exact Online mit Gemini verbinden — über MCP

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.

HCBy HelpCode teamAktualisiert 3 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

Exact Online

Exact Online

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.

Tools

9

Region

NL

Kategorie

Accounting

Authentifizierung

OAuth 2.0

Benötigte Env-Vars

EXACT_CLIENT_IDEXACT_CLIENT_SECRETEXACT_REFRESH_TOKENEXACT_BASE_HOSTEXACT_DIVISION
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Exact Online mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

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.

Frag einfach

Beispiel-Prompts für Exact Online

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

Exact Online · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Exact Online klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Exact Online + Gemini

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.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

EXACT_CLIENT_ID, EXACT_CLIENT_SECRET, EXACT_REFRESH_TOKEN, EXACT_BASE_HOST, EXACT_DIVISION

Schritt 1 — Zugangsdaten holen

Getting a token

  1. Register an app in the Exact Online App Centre for your country (apps.exactonline.com). You receive a client id and client secret.
  2. 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.
  3. Set EXACT_CLIENT_ID, EXACT_CLIENT_SECRET, EXACT_REFRESH_TOKEN, EXACT_BASE_HOST and EXACT_DIVISION.

…(continued in the in-app connector instructions)

Schritt 2 — Adapter installieren

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

Schritt 3 — Connector in Gemini hinzufügen

Gemini CLI liest MCP-Server aus ~/.gemini/settings.json (oder %APPDATA%\gemini\settings.json unter Windows). Hinzufügen:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und gemini neu starten.
  3. /mcp in Gemini CLI ausführen — Exact Online sollte als verfügbar gelistet sein.
  4. Vertex AI Studio: https://cloud.anythingmcp.com/mcp im tools-Array der Anfrage mit demselben Bearer-Header übergeben.

Verfügbare Tools

ToolWhat it does
exact_online_get_meRead the authenticated user and, importantly, their CurrentDivision — the administration id every other path needs
exact_online_list_divisionsList the administrations (divisions) this account can reach, with their code, description and currency
exact_online_list_accountsList accounts — Exact's customers, suppliers and prospects — with their code, name, VAT number and status
exact_online_list_sales_invoicesList sales invoices with their number, date, account, amounts and status
exact_online_list_receivablesList 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_invoicesList purchase invoices with their supplier, date, due date and amount — the payables side of the ledger
exact_online_list_itemsList items from the product catalogue with their code, description, sales price, cost price and unit
exact_online_list_stock_positionsRead current stock positions per item and warehouse — the availability answer, separate from the item master
exact_online_list_gl_accountsList general ledger accounts with their code, description, type and balance side, for questions that need the chart of accounts

FAQ

Unterstützen Gemini 1.5 Pro oder 2.x MCP? Ja — Gemini CLI ≥ 0.4 und die Vertex AI Tools API akzeptieren MCP httpUrl-Connectors mit Bearer-Header.

Nächste Schritte

War dieser Guide hilfreich?

Your Exact Online agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Verwandte Anleitungen

connectors

Exact Online mit ChatGPT verbinden — über MCP

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.

connectors

Exact Online mit Claude verbinden — über MCP

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.

connectors

Exact Online mit Cursor verbinden — über MCP

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.

connectors

Exact Online zu MCP — Exact Online aus jedem KI-Agent steuern

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.

connectors

AFAS Profit mit Gemini verbinden — über MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica mit Gemini verbinden — über MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.