fakturaxl-mcp-server

SocialBuzzStudio/fakturaxl-mcp-server
★ 0 stars TypeScript AI/LLM Updated 2d ago
Read-only remote MCP server for the FakturaXL invoicing API (Streamable HTTP), written in TypeScript. Agent-friendly tools with internal pagination, date-range chunking, native rate-limit handling, client/product search and aggregated summaries. Bearer auth (per-request API key). Docker-ready.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fakturaxl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "SocialBuzzStudio/fakturaxl-mcp-server"
      ]
    }
  }
}