Alle integrationer

Billy

Forbind Claude, ChatGPT eller Cursor til Billy via MCP. Sikker læseadgang til kontakter, fakturaer, bilag og bogførte posteringer — 15 værktøjer, ingen kode.

Manual setup 15 værktøjer

Overblik

Forbind Billy for at give AI-klienter læseadgang til danske regnskabsdata: organisationsdetaljer, kontakter, salgsfakturaer, købsbilag, produkter, kontoplan, posteringer og kassekladdeposteringer.

Forudsætninger

  • En Billy-konto med API-adgang
  • En stackgate.ai-konto

Credentials

  1. Log ind på stackgate.ai.
  2. Gå til Mine integrationer og åbn Billy.
  3. I en separat fane, log ind på mit.billy.dk.
  4. Gå til Settings → Access tokens og klik Create access token.
  5. Indtast et beskrivende navn og gem tokenet.
  6. Kopiér tokenet og indsæt det i stackgate.ai, og klik Gem.

Hvert access token er knyttet til én Billy-virksomhed. For at forbinde en anden virksomhed, opret et separat token i den virksomheds Billy-konto.

Brug med AI-klienter

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

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

Fejlfinding

  • 422 integration not configured — tilføj dit Billy access token i Mine integrationer.
  • 401 / invalid token — verificér tokenet i mit.billy.dk under Settings → Access tokens; opret et nyt token hvis det er tilbagekaldt.
  • 403 under forbindelse — virksomheds-access tokens kan ikke liste alle organisationer; stackgate.ai verificerer via kontakter/konti i stedet. Hvis forbindelse stadig fejler, sørg for at tokenet blev oprettet i den målrettede virksomhed i mit.billy.dk.
  • Flere virksomheder — én hub-forbindelse svarer til ét Billy-virksomhedstoken; brug separate tokens pr. virksomhed.
  • Låst organisation — hvis Billy rapporterer at virksomheden er låst (isLocked), løs problemet i mit.billy.dk før retry.

Tilgængelige værktøjer

  • get_organization

    Get a Billy organization by ID. Defaults to the connected company when organization_id is omitted.

  • list_organizations

    List Billy organizations accessible to the connected access token.

  • list_contacts

    List contacts (customers and suppliers) in Billy.

  • get_contact

    Get a Billy contact by ID.

  • list_invoices

    List sales invoices in Billy.

  • get_invoice

    Get a Billy sales invoice by ID. Use include to embed line items.

  • list_products

    List products in the Billy product catalog.

  • get_product

    Get a Billy product by ID.

  • list_bills

    List purchase bills in Billy.

  • get_bill

    Get a Billy purchase bill by ID. Use include to embed line items.

  • list_accounts

    List accounts in the Billy chart of accounts.

  • get_account

    Get a Billy account by ID.

  • list_postings

    List posted ledger entries in Billy for a date range.

  • list_daybook_transactions

    List daybook transactions (vouchers) in Billy.

  • get_daybook_transaction

    Get a Billy daybook transaction by ID. Use include to embed lines.

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