tax-report

tax-report is a skill for Claude Code from norman-finance/norman-mcp-server. It costs 50 tokens per session (408 once invoked), scanned A, original, MIT.

A German tax-reporting assistant for reviewing VAT, income-tax prepayments, and submissions to the Finanzamt, the German tax office.

In plain words
What is it for?
It helps list tax reports, show the next VAT deadline, inspect a reporting period, review tax settings, create a submission preview, and file only after explicit confirmation.
Why use it?
It helps track report status and deadlines while allowing figures to be checked before a filing is sent, which matters because submissions cannot be undone.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: built for openclaw.

Part of the norman-finance plugin — 20 skills, 2 MCP servers shipped together

Good fit It helps list tax reports, show the next VAT deadline, inspect a reporting period, review tax settings, create a submission preview, and file only after explicit confirmation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/norman-finance/norman-mcp-server/tax-report
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add norman-finance/norman-mcp-server --skill tax-report
Clone the repo
git clone --depth 1 https://github.com/norman-finance/norman-mcp-server

Made for: Claude Code.

Or install norman-finance, the plugin that ships this one along with the rest of its 20 skills, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tax-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/norman-finance/norman-mcp-server/tax-report/github.svg)](https://agentmods.dev/skills/norman-finance/norman-mcp-server/tax-report)
Your own site
<a href="https://agentmods.dev/skills/norman-finance/norman-mcp-server/tax-report"><img src="https://agentmods.dev/badge/skills/norman-finance/norman-mcp-server/tax-report/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tax-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/norman-finance/norman-mcp-server/tax-report"><img src="https://agentmods.dev/badge/skills/norman-finance/norman-mcp-server/tax-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 408 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00408
Opus 5 $0.00025 $0.00204
Sonnet 5 $0.00010 $0.00082
Haiku 4.5 $0.00005 $0.00041

Measured 12d ago against content hash bf6e7a9b8663, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

tax-report scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/tax-report/SKILL.md · 39 lines

What it actually says

Help the user with their German tax obligations:

  1. Overview: Call list_tax_reports to see all tax reports and their statuses (draft, validated, submitted)

  2. Next deadline: Call get_vat_next_report to show the next upcoming VAT filing deadline

  3. Specific report: If the user asks about a specific period, call get_tax_report with the report ID to see details including:

    • Reporting period
    • Revenue and VAT amounts
    • Status (draft, ready, submitted)
    • Finanzamt submission status
  4. Preview before submission: Call generate_finanzamt_preview to show the user exactly what will be sent to the Finanzamt. Let them review all figures.

  5. Submit: Only when the user explicitly confirms, call submit_tax_report to file with the Finanzamt via ELSTER.

  6. Tax settings: Call list_tax_settings to review VAT registration, filing frequency, and other tax configuration.

Important warnings:

  • ALWAYS show a preview before submitting to the Finanzamt
  • Tax submissions are IRREVERSIBLE - make sure the user explicitly confirms
  • Remind the user of filing deadlines (monthly: 10th of following month, quarterly: 10th of following quarter month)
  • If tax numbers need validation, use validate_tax_number
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 39 lines · 50 tokens per session scan A bf6e7a9b8663

Subscribe to this mod's changes

tax-report is a skill published in the GitHub repository norman-finance/norman-mcp-server (54 stars, last pushed 2d ago), licensed MIT. It adds 50 tokens to every session and 408 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.