e-arveldaja-mcp

iseppo/e-arveldaja-mcp
★ 18 stars TypeScript 🔌 API Integration Updated 2d ago
Experimental MCP server for Estonian e-arveldaja (RIK e-Financials) API. Not affiliated with RIK. Use at your own risk.
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": {
    "e-arveldaja-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iseppo/e-arveldaja-mcp"
      ]
    }
  }
}