Connector guide3-minute read10 MCP toolsEN · DE · IT

Fortnox mit ChatGPT verbinden — über MCP

Fortnox — the Swedish SMB accounting standard: customers, invoices, supplier invoices, articles, orders, vouchers and the account chart. REST API v3, OAuth 2.0.

HCBy HelpCode teamAktualisiert 3 min read Open Source auf GitHub

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

Fortnox

Fortnox

Fortnox — the Swedish SMB accounting standard: customers, invoices, supplier invoices, articles, orders, vouchers and the account chart. REST API v3, OAuth 2.0.

Tools

10

Region

SE

Kategorie

Accounting

Authentifizierung

OAuth 2.0

Benötigte Env-Vars

FORTNOX_CLIENT_IDFORTNOX_CLIENT_SECRETFORTNOX_REFRESH_TOKEN
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 Fortnox 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

Fortnox — the Swedish SMB accounting standard: customers, invoices, supplier invoices, articles, orders, vouchers and the account chart. REST API v3, OAuth 2.0.

Frag einfach

Beispiel-Prompts für Fortnox

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

Fortnox · 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 → Fortnox klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Fortnox + ChatGPT

Fortnox — the Swedish SMB accounting standard: customers, invoices, supplier invoices, articles, orders, vouchers and the account chart. REST API v3, OAuth 2.0.

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:

FORTNOX_CLIENT_ID, FORTNOX_CLIENT_SECRET, FORTNOX_REFRESH_TOKEN

Schritt 1 — Zugangsdaten holen

Getting a token

  1. Register at the Fortnox Developer Portal and create an integration. You receive a client id and client secret.
  2. 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.
  3. Set FORTNOX_CLIENT_ID, FORTNOX_CLIENT_SECRET and FORTNOX_REFRESH_TOKEN. AnythingMCP refreshes the access token on its own.

…(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 ChatGPT hinzufügen

ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.

  1. Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
  2. Klicke "Add custom connector".
  3. Trage ein:
    • Name: Fortnox
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
  4. Klicke Connect zum Autorisieren.

Verfügbare Tools

ToolWhat it does
fortnox_get_company_settingsRead the connected company's settings: name, organisation number, VAT number, address and currency
fortnox_list_customersList customers with their number, name, organisation number, address and payment terms
fortnox_get_customerRead one customer by their customer number, with addresses, delivery defaults, VAT settings and price list
fortnox_list_invoicesList invoices with their number, date, due date, customer, total and balance
fortnox_get_invoiceRead one invoice in full: every row with article, quantity, price and VAT, the totals, the payment terms and the balance outstanding
fortnox_list_supplier_invoicesList supplier invoices with their supplier, date, due date, total and payment state — the payables side of the ledger
fortnox_list_ordersList sales orders with their number, customer, date, delivery state and total, for the pipeline between quote and invoice
fortnox_list_articlesList articles with their number, description, sales price, purchase price, stock quantity and unit
fortnox_list_vouchersList bookkeeping vouchers in a financial year with their series, number, date and description — the ledger underneath the documents
fortnox_list_accountsList the chart of accounts for a financial year with each account's number, description, VAT code and balance-carry setting

FAQ

Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.

Nächste Schritte

War dieser Guide hilfreich?

Your Fortnox agent is one click away.

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

Verwandte Anleitungen