Fortnox
Fortnox — the Swedish SMB accounting standard: customers, invoices, supplier invoices, articles, orders, vouchers and the account chart. REST API v3, OAuth 2.0.
7 Tage gratis · keine Kreditkarte · EU-Hosting
Frag Fortnox alles
Teste einen echten Prompt gegen Fortnox via AnythingMCP — Claude ruft die Tools auf, liefert die Antwort. Drück Enter auf deine eigene Nachricht, um auf Cloud zu installieren.
Fortnox auf Cloud installierenClaude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
Setup in 2 Minuten
- 1Free Trial auf cloud.anythingmcp.com starten.
- 2Im Connector-Store auf Fortnox klicken. Credentials einfügen.
- 3MCP-API-Key generieren und KI-Client auf die MCP-URL zeigen.
Anleitungen für Fortnox
Schritt-für-Schritt-Setup für die wichtigsten KI-Clients.
Fortnox einrichten
Direkt aus der Connector-Definition: wo du die Credentials findest, welche Rechte sie brauchen und mit welcher API dieser Adapter spricht. Vom Connector-Autor auf Englisch bereitgestellt.
Getting a token
- Register at the Fortnox Developer Portal and create an integration. You receive a client id and client secret.
- Run the authorization-code flow once for the customer's Fortnox account, asking for the scopes you need —
invoice,customer,article,order,supplierinvoice,bookkeeping,settings. Keep the refresh token. - Set
FORTNOX_CLIENT_ID,FORTNOX_CLIENT_SECRETandFORTNOX_REFRESH_TOKEN. AnythingMCP refreshes the access token on its own.
The legacy Access-Token header is gone. Fortnox retired the old Access-Token + Client-Secret header pair; if you find an example using those, it is pre-2022 and will not work. OAuth 2.0 is the only path now.
Refresh tokens rotate. Fortnox issues a new refresh token on every refresh and invalidates the old one. AnythingMCP persists the rotated value back into the connector — but sharing one refresh token between this connector and another script will break one of them.
Rate limit is roughly 25 requests per 5 seconds per token, answered with 429. Pace bulk work.
Responses wrap the rows in the resource name: {"Customers": [...], "MetaInformation": {...}}. The paging totals live in MetaInformation (@TotalPages, @TotalResources).
financialyear matters for vouchers. Fortnox scopes bookkeeping to a financial year id; without one it uses the current year, which is a surprise in January.
Cloud reachability: api.fortnox.se is public with a valid certificate.
Deine KI ist zwei Klicks von Fortnox entfernt.
Connector installieren, Credentials einfügen, KI fragen. 7 Tage gratis, keine Kreditkarte.