Connector guide2-minute read9 MCP toolsEN · DE · IT

Exact Online в MCP — управляйте Exact Online из любого AI-агента

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 teamОбновлено 2 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

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.

инструментов

9

Регион

NL

Категория

Accounting

Аутентификация

OAuth 2.0

Требуемые env-vars

EXACT_CLIENT_IDEXACT_CLIENT_SECRETEXACT_REFRESH_TOKENEXACT_BASE_HOSTEXACT_DIVISION
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте Exact Online одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.

Начать бесплатный период

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.

Попробуй спросить

Примеры промптов для Exact Online

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

Exact Online · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Exact Online, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

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.

Настройка

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)

Предварительные требования: EXACT_CLIENT_ID, EXACT_CLIENT_SECRET, EXACT_REFRESH_TOKEN, EXACT_BASE_HOST, EXACT_DIVISION

Локальная установка коннектора

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

Откройте http://localhost:3000/connectors/store, выберите Exact Online и введите переменные, перечисленные в Предварительных требованиях.

Доступные инструменты

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

Следующие шаги

Это руководство помогло?

Your Exact Online agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Похожие руководства

connectors

Как подключить Exact Online к ChatGPT — через 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 к Claude — через 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 к Cursor — через 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 к Gemini — через 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

AFAS Profit в MCP — управляйте AFAS Profit из любого AI-агента

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 в MCP — управляйте Aruba Fatturazione Elettronica из любого AI-агента

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.