invoice-mcp-server

cipherrage/invoice-mcp-server
★ 0 stars Python 📁 File System Updated 4d ago
Asynchronous Model Context Protocol (MCP) financial server containerized for Azure Container Apps. Automates invoice validation, duplicate prevention via Azure Table Storage, and live SunSystems GL account status lookups via Microsoft Dataverse OData integrations.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "invoice-mcp-server": {
      "command": "uvx",
      "args": [
        "invoice-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install invoice-mcp-server