Alle integrationer

Dinero

Dinero MCP til Claude, ChatGPT og Cursor — sikker OAuth til fakturaer, kontakter, momsdeadlines og resultatrapporter for dansk bogføring.

OAuth 18 værktøjer

Overblik

Forbind Dinero MCP til Claude, ChatGPT eller Cursor og giv AI-klienter sikker læseadgang til dansk bogføring: organisationer, kontakter, salgsfakturaer, produkter, bogførte posteringer, bankafstemningssaldi og momsperiode-countdown via Visma Dinero API.

Denne danske guide er den foretrukne opsætning for danske søgninger som dinero mcp og dinero integration. Engelsk dokumentation findes på /docs/integrations/dinero.

Almindelige use cases

  • Bogføringsbriefing — opsummér åbne fakturaer, momsdeadlines og resultatrapporter for en Dinero-organisation.
  • Afstemningshjælp — list bankindskudskonti og bogførte posteringer for en periode.
  • Flere virksomheder — find organisationer med list_organizations og send organization_id pr. forespørgsel.

Forudsætninger

  • En Dinero-konto med Pro på den organisation, du vil forbinde
  • En stackgate.ai-konto
  • Brug samme Visma/Dinero-login ved autorisation som den konto, der ejer organisationen

Credentials

  1. Log ind på stackgate.ai.
  2. Gå til Mine integrationer og åbn Dinero.
  3. Klik Forbind Dinero og godkend Visma Connect-prompten.
  4. Vælg din standardorganisation på næste skærm (kun Pro-organisationer kan vælges).
  5. stackgate.ai gemmer dine OAuth-tokens sikkert — ingen manuelle API-nøgler kræves.

Hvis du administrerer flere virksomheder, vælg én standardorganisation her. AI-klienter kan overskrive med organization_id pr. forespørgsel, eller du kan ændre standarden senere fra Mine integrationer.

Brug med AI-klienter

  • Dedikeret endpoint: POST /mcp/dinero med Sanctum bearer token
  • Private gateway: én config til alle integrationer — brug dinero__*-navngivne værktøjer

Eksempel-prompts:

  • List mine Dinero-organisationer og vis hvilke der har Pro.
  • Hvad er momsperiode-countdown for min standardorganisation?
  • Vis resultatrapporten for det aktuelle regnskabsår.
  • List bogførte posteringer fra de sidste 30 dage.

Se Dokumentation for HTTP-autentificering og opsætning af private gateway.

Fejlfinding

  • 422 integration not configured — gennemfør OAuth-forbindelsesflowet og vælg en standardorganisation i Mine integrationer.
  • Visma Connect-fejl under login — i Visma Developer Portal, verificer: redirect URI matcher præcis https://your-hub-domain/oauth/dinero/callback, OpenID Connect er slået fra, Offline Access er aktiveret, Dinero Read-scopes er godkendt, og teamland er Danmark.
  • 401 / token expired — brug Genforbind Dinero på integrationssiden (det er ikke nødvendigt at afbryde først).
  • 403 forbidden — organisationen mangler sandsynligvis Dinero Pro, eller din bruger mangler adgang.
  • 429 rate limit — Dinero tillader 100 forespørgsler pr. minut pr. organisation. Vent et par sekunder før retry.
  • Forkert organisation — brug list_organizations til at finde ID'er, send organization_id på værktøjer, eller skift standard i Mine integrationer.

Tilgængelige værktøjer

  • list_organizations

    List Dinero-organisationer tilgængelige for den forbundne bruger, inkl. Pro-abonnementsstatus.

  • get_organization

    Get one Dinero organization by ID, including Pro subscription status.

  • list_accounting_years

    List accounting years for a Dinero organization. Use the returned name with report tools.

  • get_result_report

    Get the result report (resultatopgørelse / P&L) for an accounting year from the Dinero OAuth API.

  • get_saldo_balance_report

    Get the saldo balance report (saldobalance) for an accounting year — all accounts with year totals.

  • get_balance_report

    Get the balance sheet report (balance) for an accounting year from the Dinero OAuth API.

  • list_contacts

    List kontakter i en Dinero-organisation.

  • get_contact

    Get one Dinero contact by GUID.

  • list_invoices

    List sales invoices for a Dinero organization.

  • get_invoice

    Hent en salgsfaktura efter ID.

  • list_products

    List products from the Dinero product catalog for an organization.

  • get_product

    Get one Dinero product by GUID.

  • list_entries

    List posted bookkeeping entries for a Dinero organization within a date range.

  • get_bank_reconciliation_balance

    Get booked bank account balances from deposit accounts and posted entries for the current accounting year.

  • get_vat_period_countdown

    Get the VAT (moms) period countdown from Dinero: current period, filing deadline, and days remaining.

  • get_vat_settlement_frequency

    Get the VAT (moms) settlement frequency inferred from moms payment entries (monthly, quarterly, or semi-annual).

  • get_monthly_results

    Get monthly revenue, expenses, and profit computed from posted entries for a calendar month.

  • get_yearly_performance

    Get yearly financial performance from the OAuth API result report: revenue, expenses, profit, and comparison to the previous accounting year.

MCP-endpoint: https://stackgate.ai/mcp/dinero (HTTP) eller via private gateway.