Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

nimistu — Estonian Business Register

io.github.nimistu/nimistu-mcp

Estonian Business Register: companies, people, beneficial owners, trademarks. Free, no API key.

Uptime
100.0%
1 direct probes · 30d
Response
443ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

search

Full-text search across the nimistu register of Estonian companies, people and trademarks. Returns matches each with a stable `id` (pass to `fetch`, `get_company` or `get_person`) and a canonical nimi…

fetch

Retrieve the full content of a record by the `id` returned from `search` (e.g. 'company:10000018', 'person:18345', 'trademark:123', 'emtak:47811'). Returns the record text, its canonical nimistu.ee UR…

get_company

Full profile of an Estonian company by its registry code: status, address, activity (EMTAK), VAT, employees, financials, tax debt, sanctions, board members, shareholders, supervisory board, foreign pa…

get_person

Profile of a person in the Estonian business register: birth year, sanctions, and all companies they are connected to (board member, shareholder, etc.), current and past. Look the person up with `sear…

lookup_emtak

EMTAK is the Estonian classification of economic activities. Pass `code` for details + stats on one activity, or `query` to search activities by Estonian name. Returns the code, ET/EN name and the cou…

companies_by_emtak

List active Estonian companies whose primary activity is a given EMTAK code, optionally filtered by county. Use `lookup_emtak` to find the code first.

whats_new_today

A summary of recent activity: a daily narrative of notable changes plus counts of newly registered companies (last few working days), broken down by legal form, county and activity, with a sample of t…

search_trademarks

Search Estonian-linked trademarks (EUIPO + Estonian Patent Office) by their verbal element. Returns each mark with its status and the owning company.

annual_reports

Every filed annual report for one company, newest first: revenue, profit, employees, equity, assets, liabilities and labour cost, plus ratios computed from them (net margin, revenue and profit per emp…

rankings

Curated leaderboards from the nimistu data: top taxpayers, revenue, profit, employers, tax debtors, grant recipients, procurement winners, people holding the most board seats, audit firms, recipients …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nimistu_—_estonian_business_register": {
      "url": "https://nimistu.ee/api/mcp",
      "transport": "streamable-http"
    }
  }
}