MCP Catalogs
Homeestonia-ai-kit screenshot

estonia-ai-kit

by stefanoamorelli·65·Score 46

Estonia AI Kit provides MCP servers and skills to connect AI models to Estonia's digital infrastructure and government services.

developer-toolsai-llmgovernment
8
Forks
4
Open issues
this month
Last commit
2d ago
Indexed

Overview

Estonia AI Kit is a comprehensive toolkit that enables AI applications to interact with Estonia's advanced digital infrastructure. It includes MCP servers for business registry data, open statistics data, and CLI tools for accessing tax and banking services. The project supports both government and private sector services with varying authentication requirements, from none to Smart-ID verification. Built with TypeScript for MCP servers and Go for CLI tools, it demonstrates practical implementation of MCP protocol in real-world government services.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants accessing Estonian business registry data
you:Automating tax declarations through AI agents
you:Building applications that integrate with Estonia's digital identity system
you:What authentication methods are required?
you:Is this project affiliated with the Estonian government?

When to choose this

Choose this if you need to connect AI models to Estonia's digital infrastructure, especially if you're working with government services like business registry, tax, or open data.

When NOT to choose this

Don't choose this if you need services outside Estonia, as this toolkit is specifically designed for the Estonian digital ecosystem only.

Tools this server exposes

5 tools extracted from the README
  • rik_business_register

    Query Estonian Business Register (RIK)

  • open_data_portal

    Access Statistics Estonia open data

  • emta_tsd

    Manage tax declarations via EMTA

  • lhv_bank

    Access LHV Bank accounts and transactions

  • riigiteataja_search

    Search Estonian legal documents

Note: Tool names were inferred from the project structure and documentation. Some MCP servers are marked as WIP (work in progress) so their exact functionality is not fully documented.

Comparable tools

estonia-government-apie-estonia-sdkx-road-clientsmart-id-sdk

Installation

MCP Servers

# Install dependencies
bun install

# Build all packages
bun run build

Add to Claude Desktop configuration:

{
  "mcpServers": {
    "estonia-rik": {
      "command": "node",
      "args": ["/path/to/estonia-ai-kit/mcp/rik/dist/index.js"]
    },
    "estonia-open-data": {
      "command": "node",
      "args": ["/path/to/estonia-ai-kit/mcp/open-data/dist/index.js"]
    }
  }
}

CLI Tools

# Install the EMTA CLI
go install github.com/stefanoamorelli/estonia-ai-kit/cli/emta@latest

# Install the LHV CLI
go install github.com/stefanoamorelli/estonia-ai-kit/cli/lhv@latest

FAQ

What authentication methods are required?
Services vary: RIK (Business Register) and Open Data require no authentication, while EMTA (Tax) and LHV Bank require Smart-ID or Estonian ID-card authentication.
Is this project affiliated with the Estonian government?
No, this is a community-driven open source project not affiliated with, endorsed by, or connected to the Estonian government or any official Estonian institutions.

Compare estonia-ai-kit with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.