Base library for building MCP e-invoicing servers: abstract base classes, shared Pydantic models, XML utilities, and OAuth2-capable async HTTP client.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-einvoicing-core uvx mcp-einvoicing-core
Add to .cursor/mcp.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