Local Danish tax return lookup Lokalt opslag i dansk årsopgørelse

taxhelper

A small open-source CLI and MCP server for searching Danish årsopgørelse rubrikker, Skat guidance, source links, tags, and PDF review workflows in local SQLite. Et lille open-source CLI og MCP server til opslag i rubrikker, Skat-vejledning, kildehenvisninger, tags og PDF-review i lokal SQLite.

macOS/Linux
curl -fsSL https://raw.githubusercontent.com/rasmusrbj/taxhelper/main/install.sh | sh

Install Installation

Install with one command Installer med én kommando

The installer uses pipx, refreshes the Agent Skill for Codex and Claude Code, and tries to install Poppler for PDF extraction. Installeren bruger pipx, opdaterer Agent Skill til Codex og Claude Code og forsøger at installere Poppler til PDF-udtræk.

macOS/Linux

curl -fsSL https://raw.githubusercontent.com/rasmusrbj/taxhelper/main/install.sh | sh
taxhelper init
taxhelper lookup "field 417"

Windows PowerShell

irm https://raw.githubusercontent.com/rasmusrbj/taxhelper/main/install.ps1 | iex
taxhelper init
taxhelper lookup "field 417"

Core workflow Workflow

Search, inspect, and prepare a review Søg, gennemgå og forbered review

SQLite-backed lookup SQLite-baseret opslag

Bootstrap a local tax_rules.sqlite database with rubrikker, structured seed rules, official source pages, FTS search, and tags. Opret en lokal tax_rules.sqlite database med rubrikker, seed-regler, officielle kilder, FTS-søgning og tags.

Rubrik and felt search Søg i rubrik og felt

Resolve natural language, rubrik numbers, and field numbers into source-linked context for Danish annual tax assessment review. Slå naturligt sprog, rubriknumre og feltnumre op med kildehenvisninger.

PDF review workflow PDF-review

Generate a worksheet or fill a local copy of the official 04.003 Oplysningsskemaet PDF from explicit JSON values. Generér en tjekliste eller udfyld en lokal kopi af 04.003 PDF'en fra eksplicitte JSON-værdier.

Agent-ready JSON JSON til agenter

Use stable --json output for retrieval workflows, context gathering, templates, stats, and source-linked explanations. Brug stabilt --json output til context, templates, statistik og kildebaserede forklaringer.

Agents and MCP Agenter og MCP

Built for Codex, Claude Code, and MCP clients Bygget til Codex, Claude Code og MCP-klienter

taxhelper includes a stdio MCP server and an Agent Skill that tells coding agents how to use read-only lookup tools before answering tax return questions. taxhelper har en stdio MCP server og en Agent Skill, så agenter kan bruge read-only opslag før de svarer.

MCP
taxhelper-mcp
taxhelper mcp
taxhelper install-skills --force
taxhelper context "can I deduct transport to work?" --json

Own-risk notice Brug på eget ansvar

Research support, not tax advice Researchhjælp, ikke skatterådgivning

This project does not file tax returns and does not provide tax, legal, accounting, financial, or professional advice. Verify all output against official sources and use the project entirely at your own risk. Projektet indsender ikke skatteoplysninger og er ikke skattemæssig, juridisk, økonomisk eller professionel rådgivning. Tjek altid mod officielle kilder og brug værktøjet på eget ansvar.