Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Invoice Agent Server

FreeNot checked

Create German invoices (§14 UStG) via Claude or any MCP-compatible AI by describing the invoice in natural language.

GitHubEmbed

About

Create German invoices (§14 UStG) via Claude or any MCP-compatible AI by describing the invoice in natural language.

README

Create German invoices (§14 UStG) via Claude or any MCP-compatible AI. Just describe the invoice in natural language.

MCP Compatible License: MIT

What it does

Talk to Claude naturally:

"Create an invoice for Müller GmbH, 2 days consulting at €800/day"

→ Claude creates a §14 UStG compliant PDF invoice in seconds.

Tools available

Tool Description
create_invoice Create a new German invoice as PDF
list_invoices List recent invoices with status
create_offer Create a quote/offer (Angebot)
get_invoice_status Check if an invoice was paid

Setup (Claude Desktop)

  1. Get an API key at invoice.alpen-huettentouren.de/landing

  2. Install dependencies:

pip install mcp httpx
  1. Add to Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
  "mcpServers": {
    "invoice-agent": {
      "command": "python3",
      "args": ["/path/to/invoice-agent-mcp/server.py"],
      "env": {
        "INVOICE_API_KEY": "axon_your_key_here"
      }
    }
  }
}
  1. Restart Claude Desktop → the invoice tools are now available.

Example prompts

  • "Erstelle eine Rechnung für Cloudflake GmbH, 3 Stunden KI-Beratung à 200€"
  • "Show me my last 5 invoices"
  • "Create an offer for Stefan Kießling for a 2-day workshop at €1,600/day"
  • "Is invoice RE-2026-003 paid?"

Pricing

Plans starting at €9/monthGet started

Powered by

  • AXON Protocol — Agent-to-agent payments on SUI blockchain
  • §14 UStG compliant invoice generation
  • Hosted on Hetzner (Germany 🇩🇪)

from github.com/samabdelkhalek-code/invoice-agent-mcp

Installing Invoice Agent Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/samabdelkhalek-code/invoice-agent-mcp

FAQ

Is Invoice Agent Server MCP free?

Yes, Invoice Agent Server MCP is free — one-click install via Unyly at no cost.

Does Invoice Agent Server need an API key?

No, Invoice Agent Server runs without API keys or environment variables.

Is Invoice Agent Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Invoice Agent Server in Claude Desktop, Claude Code or Cursor?

Open Invoice Agent Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Invoice Agent Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs