myData-MCP-Server

nikagabriel741agent/myData-MCP-Server
★ 0 stars Python AI/LLM Updated today
Read-only MCP server for the Greek AADE myDATA API — ask Claude about your invoices, income & expenses in plain language. Decodes all myDATA codes into human-readable labels.
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": {
    "mydata-mcp-server": {
      "command": "uvx",
      "args": [
        "mydata-mcp-server"
      ]
    }
  }
}

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