corporate-tax-registration

corporate-tax-registration is a skill for Claude Code from norman-finance/norman-mcp-server. It costs 81 tokens per session (1,090 once invoked), scanned A, original, MIT.

A guided form-filling process for registering a newly founded German GmbH or UG with the tax office. The registration is used to obtain the company’s tax number and is submitted through ELSTER, Germany’s online tax service.

In plain words
What is it for?
Use it after founding a GmbH or UG to prepare the corporate tax-registration form. It covers company, shareholder, representative, financial and VAT details.
Why use it?
It removes the need to work out which company details belong in the tax-registration form. The information is collected step by step and handed over for the user to review and submit.

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 Use it after founding a GmbH or UG to prepare the corporate tax-registration form. It covers company, shareholder, representative, financial and VAT details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/norman-finance/norman-mcp-server/corporate-tax-registration
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 corporate-tax-registration
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 corporate-tax-registration

README.md
[![agentmods](https://agentmods.dev/badge/skills/norman-finance/norman-mcp-server/corporate-tax-registration/github.svg)](https://agentmods.dev/skills/norman-finance/norman-mcp-server/corporate-tax-registration)
Your own site
<a href="https://agentmods.dev/skills/norman-finance/norman-mcp-server/corporate-tax-registration"><img src="https://agentmods.dev/badge/skills/norman-finance/norman-mcp-server/corporate-tax-registration/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 corporate-tax-registration

Your own site · 80×15
<a href="https://agentmods.dev/skills/norman-finance/norman-mcp-server/corporate-tax-registration"><img src="https://agentmods.dev/badge/skills/norman-finance/norman-mcp-server/corporate-tax-registration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,090 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Data Exfiltration · line 34
    Code or instructions that leak agent conversation context to external services, potentially exposing sensitive user interactions.
    Fix: Remove any code that sends prompts, responses, or session data externally. Preserve user privacy; never exfiltrate conversation content.
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.00081 $0.01090
Opus 5 $0.00041 $0.00545
Sonnet 5 $0.00016 $0.00218
Haiku 4.5 $0.00008 $0.00109

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

Security

Grade A, and why

corporate-tax-registration 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/corporate-tax-registration/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Guide the user through the corporate Fragebogen zur steuerlichen Erfassung (tax registration of a newly founded GmbH/UG, e-filed via ELSTER as FsE KapG): collect the data across six sections, then hand over to the Norman app for the final submission.

Ground rules

  • Who needs one: every newly founded GmbH/UG must file it with its Finanzamt to receive a Steuernummer. Self-employed users (Einzelunternehmer, Freiberufler) use the regular tax-registration flow instead — do not mix the two.
  • The final submission happens in the Norman app, never in chat. The e-filing to the Finanzamt is a binding legal act: when the data is complete, call get_corporate_submission_link and hand the user the link — they review the rendered ELSTER preview in the app and press Submit themselves. There is deliberately no submit tool.
  • Never present anything as legal or tax advice. You help fill a form; the user is responsible for the content they submit.
  • The backend is the source of truth: every response carries sections (company / registration / representatives / shareholders / financials / vatAndBank, each complete + missing camelCase field names) and status (data_collection → data_complete → submitted). Navigate by sections.missing; never track progress yourself.
  • Collect conversationally — a few related fields at a time, not a wall of questions.

Before you start

  1. Call get_corporate_tax_registration. If one exists, resume from the first incomplete section; status == 'submitted' means it's already e-filed (reportUrl has the protocol). If not found, offer to start one.
  2. If the company was founded through Norman, pass the incorporation publicId to create_corporate_tax_registration — company, notary date, capital, shareholders and managing directors are prefilled; only ask for what sections.missing still lists.
  3. Use get_corporate_tax_registration_choices for the valid enum values.
  4. In the Norman app the user can also upload their founding documents (notarized Satzung, Gesellschafterliste, HR excerpt) to prefill the form with AI — mention it when they have the papers at hand but no Norman incorporation.

Read the full file on GitHub · 85 lines

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 · 85 lines · 81 tokens per session scan A 403165f0f3b7

Subscribe to this mod's changes

corporate-tax-registration is a skill published in the GitHub repository norman-finance/norman-mcp-server (54 stars, last pushed 2d ago), licensed MIT. It adds 81 tokens to every session and 1,090 once invoked, about $0.0004 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.