Installation überspringen. In unter 2 Minuten einsatzbereit.
Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Visma eAccounting 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.
Summary
Visma eAccounting — Nordic cloud bookkeeping: customers, suppliers, customer and supplier invoices, articles, and the account chart. REST API v2, OAuth 2.0.
Frag einfach
Beispiel-Prompts für Visma eAccounting
Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.
Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Visma eAccounting klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Visma eAccounting + ChatGPT
Visma eAccounting — Nordic cloud bookkeeping: customers, suppliers, customer and supplier invoices, articles, and the account chart. REST API v2, 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:
VISMA_CLIENT_ID, VISMA_CLIENT_SECRET, VISMA_REFRESH_TOKEN
Schritt 1 — Zugangsdaten holen
Getting a token
- Register at developer.vismaonline.com and create an application. You receive a client id and client secret.
- Run the authorization-code flow once for the customer's company, asking for the scopes you need —
ea:api,ea:sales,ea:purchase,ea:accounting. Keep the refresh token. - Set
VISMA_CLIENT_ID,VISMA_CLIENT_SECRETandVISMA_REFRESH_TOKEN.
…(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.
- Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
- Klicke "Add custom connector".
- Trage ein:
- Name:
Visma eAccounting - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Verfügbare Tools
| Tool | What it does |
|---|---|
visma_eaccounting_get_company_settings | Read the connected company's settings: name, corporate identity number, VAT number, address and base currency |
visma_eaccounting_list_customers | List customers with their number, name, corporate identity number, address and payment terms |
visma_eaccounting_get_customer | Read one customer by id, with their addresses, delivery defaults, VAT settings and credit limit |
visma_eaccounting_list_customer_invoices | List posted customer invoices with their number, date, due date, customer, total and remaining amount |
visma_eaccounting_get_customer_invoice | Read one posted customer invoice in full: every row with article, quantity, price and VAT, the totals and the remaining amount |
visma_eaccounting_list_invoice_drafts | List unposted customer invoice drafts |
visma_eaccounting_list_supplier_invoices | List supplier invoices with their supplier, date, due date, total and remaining amount — the payables side |
visma_eaccounting_list_suppliers | List suppliers with their number, name, corporate identity number and payment details, for the purchasing side of the ledger |
visma_eaccounting_list_articles | List articles with their number, name, net and gross price, VAT rate and stock quantity |
visma_eaccounting_list_accounts | List the chart of accounts with each account's number, name, type and VAT code, for questions that need the ledger structure |
FAQ
Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.
Nächste Schritte
War dieser Guide hilfreich?