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.
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
- Log ind på stackgate.ai.
- Gå til Mine integrationer og åbn Billy.
- I en separat fane, log ind på mit.billy.dk.
- Gå til Settings → Access tokens og klik Create access token.
- Indtast et beskrivende navn og gem tokenet.
- 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/billymed 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.
Relaterede workflows
Multi-integrations-playbooks, der bruger Billy til konkrete forretningsresultater.