Back to Apps

Unofficial Dinero MCP Server
by oddergaard
Read-focused admin tool for the Danish accounting program Dinero, allowing AI agents to manage bookkeeping queries.
0 stars
Works in:claude
Exposes:Tools
What it does
This server connects AI agents to the Dinero accounting API, enabling them to read invoices, contact details, and account balances. It is designed as a read-only administrative tool to answer financial questions without requiring manual report generation.
Tools
list_fakturaer: Fetch invoices with status filtering, amounts, and payment dates.hent_faktura: Retrieve detailed line items for a specific invoice.list_kontakter: Get contact lists including name, email, and CVR number.hent_saldo: Retrieve the aggregated balance for a given accounting year.list_ubrugte_filer: Identify uploaded files that have not yet been booked.opdater_kontakt: Update contact details via PUT request.
Installation
Configure as an HTTP server in claude_desktop_config.json:
{
"mcpServers": {
"dinero": {
"type": "http",
"url": "https://your-domain.dk/mcp?clientId=abc&clientSecret=xyz&apiKey=key&organizationId=123"
}
}
}
Supported hosts
Confirmed for Claude Desktop and any MCP-compliant client supporting HTTP transport.
Quick install
go build -o dinero-mcp . && ./dinero-mcpInformation
- Pricing
- free
- Published
- 4/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add HTTP URL with clientId, clientSecret, apiKey, and organizationId as query parameters.





