SuperFaktura Server
БесплатноНе проверенModel Context Protocol (MCP) server for SuperFaktura invoicing system. Enables AI assistants to interact with SuperFaktura API for managing invoices, clients, a
Описание
Model Context Protocol (MCP) server for SuperFaktura invoicing system. Enables AI assistants to interact with SuperFaktura API for managing invoices, clients, and expenses.
README
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
- Log in to SuperFaktura
- Go to Tools → API
- 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": "[email protected]",
"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: [email protected], IČO: 12345678
Track an expense:
Record an expense: Office supplies €150 from yesterday
Documentation
- API Reference - Complete list of all tools and parameters
- Deployment Guide - Local and public MCP server deployment options
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:
python server.py
Test with MCP Inspector:
npx @modelcontextprotocol/inspector python server.py
References
Implementation based on:
License
Apache-2.0
Contributing
Contributions welcome. Submit issues or pull requests for improvements.
Установка SuperFaktura Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jurajgh/superfaktura-mcpFAQ
SuperFaktura Server MCP бесплатный?
Да, SuperFaktura Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для SuperFaktura Server?
Нет, SuperFaktura Server работает без API-ключей и переменных окружения.
SuperFaktura Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить SuperFaktura Server в Claude Desktop, Claude Code или Cursor?
Открой SuperFaktura Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare SuperFaktura Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
