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.
7 天免费 · 无需信用卡 · EU 托管
问 Exact 任何事
通过 AnythingMCP 对 Exact Online 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。
在 Cloud 上安装 ExactClaude 是 AI,可能会出错。请核对回答。
2 分钟设置
- 1在 cloud.anythingmcp.com 开始免费试用。
- 2在连接器商店点击 Exact Online。提示时粘贴凭据。
- 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
配置 Exact Online
直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。
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.
The host is country-specific. start.exactonline.nl for the Netherlands, .be for Belgium, .de for Germany, .co.uk, .fr, .es, .com for the US. A token issued on one host does not work on another, and this is the most common cause of a 401 that looks like a bad secret. Set EXACT_BASE_HOST to the one your customer is on, hostname only.
Division is the administration id, a number. One Exact account can hold dozens of administrations and every data path carries one. exact_online_get_me returns CurrentDivision — use it to find the right value for EXACT_DIVISION.
Rate limits are strict and enforced per app. Exact allows on the order of 60 calls a minute and a few thousand a day. The response headers carry the remaining budget. Bulk work needs pacing, not retrying.
OData v3-flavoured. $select, $filter, $top, $orderby, $expand all work. $filter uses single quotes for strings and datetime'2026-01-01' for dates. Always $select — Exact entities have very many columns.
Cloud reachability: the Exact hosts are public with valid certificates.