nimistu MCP — Estonian Business Register for AI assistants
Connect any MCP-compatible AI assistant (Claude, Cursor, ChatGPT, and more) to the Estonian Business Register (Äriregister) and related open data. Ask about any Estonian company, person, beneficial owner, trademark, or activity sector in plain language — free, no API key, read-only — with every answer traceable to its source.
Powered by nimistu.ee, a free, ad-free public register that aggregates 60+ official Estonian open-data sources, each field carrying its source and last-update date.
- Endpoint (Streamable HTTP):
https://nimistu.ee/api/mcp - Free — no API key, no signup, read-only
- Bilingual — Estonian and English
- Traceable — every answer is source- and date-stamped
Quick start
Claude Code
claude mcp add --transport http nimistu https://nimistu.ee/api/mcp
Cursor
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
{
"mcpServers": {
"nimistu": {
"url": "https://nimistu.ee/api/mcp"
}
}
}
Claude Desktop and other clients
{
"mcpServers": {
"nimistu": {
"url": "https://nimistu.ee/api/mcp"
}
}
}
Stdio-only clients can bridge via mcp-remote:
{
"mcpServers": {
"nimistu": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://nimistu.ee/api/mcp"]
}
}
}
Transports: Streamable HTTP at https://nimistu.ee/api/mcp (recommended) · SSE at
https://nimistu.ee/api/sse.
What you can ask
You talk to it in natural language — you don't need to know table names or tool details.
- Tell me about an Estonian OÜ — owners, board, financials
- Which companies is a given person connected to?
- Who are the beneficial owners of a company?
- What happened in the Estonian Business Register today?
- Top 10 taxpayers and employers in Estonia
- Find trademarks containing a word — and who owns them
- How many retail companies (EMTAK 47.8) are there, and where?
- Compare the 2024 financials of three companies
Capabilities
Nine tools over the full nimistu.ee dataset:
| Capability | What it covers |
|---|---|
| Company profile | status, address, activity (EMTAK), VAT, employees, financials, tax debt, board, owners, beneficial owners, trademarks |
| Ownership structure | subsidiaries, associates, foreign parent, group structure |
| Person & connections | a person's current and former ties to Estonian companies (board, shareholder, beneficial owner, representative) |
| Beneficial owners | the real (natural-person) beneficiaries behind a company |
| Fresh registry events | what changed in the Estonian Business Register today |
| Rankings | curated top lists — taxpayers, employers, procurement winners, MPs in business, and more |
| Trademark search | EUIPO trademarks by text, with their owners |
| Sector lookup | companies by EMTAK activity code, with counts and locations |
| EMTAK classification | resolve and explain Estonian activity codes |
Data sources and attribution
nimistu aggregates 60+ official sources — Äriregister (RIK), the Estonian Tax and Customs Board (EMTA), EUIPO, public-procurement registers, sanctions lists, and more. Each field shows its source and last-update date.
- Sources: https://nimistu.ee/allikad
- Usage terms: https://nimistu.ee/litsents
- Machine-readable index for agents: https://nimistu.ee/llms.txt
Links
- Website — https://nimistu.ee
- MCP connection page — https://nimistu.ee/mcp
License
The configuration examples and documentation in this repository are released under the MIT License. The nimistu.ee service and the underlying register data have their own terms — see https://nimistu.ee/litsents.