mcp-einvoicing-core

cmendezs/mcp-einvoicing-core
★ 0 stars Python 🔒 Security Updated today
Base library for building MCP e-invoicing servers: abstract base classes, shared Pydantic models, XML utilities, and OAuth2-capable async HTTP client.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-einvoicing-core": {
      "command": "uvx",
      "args": [
        "mcp-einvoicing-core"
      ]
    }
  }
}

Or install with pip: pip install mcp-einvoicing-core

README Excerpt

<!-- mcp-name: io.github.cmendezs/mcp-einvoicing-core --> **Topics:** `mcp` `mcp-server` `e-invoicing` `electronic-invoicing` `european-invoicing` `python` `fastmcp` `peppol` `en16931` `ubl` `fatturapa` `xp-z12-013` `xml` `base-library` Base package for European electronic invoicing MCP servers. Provides abstract base classes, shared Pydantic models, XML utilities, and an HTTP client

Topics

base-librarye-invoicingelectronic-invoicingeuropean-invoicingfastmcpmcpmcp-serverpeppolpython