Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables AI assistants to interact with the SuperFaktura invoicing system for managing invoices, clients, and expenses via natural language.

README.md

SuperFaktura MCP Server

Model Context Protocol (MCP) server for SuperFaktura invoicing system. Enables AI assistants to interact with SuperFaktura API for managing invoices, clients, and expenses.

Author: @fillippofilip95

---

Features

  • Invoice Management - Create, list, edit, delete, send invoices with 40+ parameters
  • Client Management - Full CRUD operations with 30+ fields
  • Expense Management - Complete expense tracking with file attachments
  • Advanced Filtering - 25+ filter options for invoices, comprehensive search across all resources
  • Multi-tenant Support - Deploy as public MCP server or run locally

---

Quick Start

1. Install

git clone https://github.com/digitaliko/superfaktura-mcp.git
cd superfaktura-mcp
pip install -r requirements.txt

2. Get API Credentials

  1. Log in to SuperFaktura
  2. Go to ToolsAPI
  3. Copy your API key

3. Configure Claude Desktop

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "superfaktura": {
      "command": "python3",
      "args": ["/absolute/path/to/superfaktura-mcp/server.py"],
      "env": {
        "SUPERFAKTURA_EMAIL": "your-email@example.com",
        "SUPERFAKTURA_API_KEY": "your-api-key-here",
        "SUPERFAKTURA_COUNTRY": "sk"
      }
    }
  }
}

Restart Claude Desktop after configuration.

---

Usage Examples

Create an invoice: ``` Create an invoice for client ID 123 with items:

  • Web design (€500)
  • Hosting (€50/month)

**List unpaid invoices:**

Show me all unpaid invoices from last month with amounts over €1000 ```

Add a client: `` Add a new client: ACME Corp, email: billing@acme.com, IČO: 12345678 ``

Track an expense: `` Record an expense: Office supplies €150 from yesterday ``

---

Documentation

---

Available Tools

Invoices (9 tools)

create_invoice, list_invoices, get_invoice, edit_invoice, delete_invoice, send_invoice, mark_invoice_paid, get_invoice_pdf, set_invoice_language

Clients (5 tools)

create_client, list_clients, get_client, update_client, delete_client

Expenses (5 tools)

create_expense, list_expenses, get_expense, edit_expense, delete_expense

See API Reference for detailed documentation.

---

Country Support

| Country | Code | URL | |---------|------|-----| | Slovakia | sk | moja.superfaktura.sk | | Czech Republic | cz | moje.superfaktura.cz | | Austria | at | meine.superfaktura.at | | Sandbox (SK) | sandbox-sk | sandbox.superfaktura.sk | | Sandbox (CZ) | sandbox-cz | sandbox.superfaktura.cz |

---

Development

Run server: ``bash python server.py ``

Test with MCP Inspector: ``bash npx @modelcontextprotocol/inspector python server.py ``

---

References

Implementation based on:

---

License

Apache-2.0

Contributing

Contributions welcome. Submit issues or pull requests for improvements.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.