Data Collection
nimistu.ee
Search and retrieve detailed information about Estonian companies, people, and trademarks from the business register.
ENDPOINT 1
https://nimistu.ee/api/mcp
MCP server metadata
- Name
- nimistu
- Version
- 0.1.0
nimistu (https://nimistu.ee) is a free, ad-free public register of Estonian companies, non-profits, foundations, people and related open data, aggregated from official sources (Äriregister, MTA, EUIPO, procurement registers, sanctions lists, and more), each field carrying its source and last-update date. Use this server to answer questions about Estonian companies and people: company details (status, address, activity/EMTAK code, financials, tax debt, board, owners, subsidiaries, foreign parent, trademarks), a person and their company connections, EMTAK activity classifications, trademarks, "what happened today" in the register, and curated rankings (top taxpayers, employers, procurement winners, MPs in business, etc.). Workflow: call `search` to find an entity, then `fetch` (by the returned id) or the richer `get_company` / `get_person` tools for full detail. Every tool accepts an optional `locale` argument — "et" (Estonian, default) or "en" (English) — controlling labels and returned URLs.
Known tools 10
searchFull-text search across the nimistu register of Estonian companies, people and trademarks.
Inferred read-onlyget_companyFull 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 parent, subsidiaries and trademarks.
Inferred read-onlyget_personProfile of a person in the Estonian business register: birth year, sanctions, and all companies they are connected to (board member, shareholder, etc.
Inferred read-onlycompanies_by_emtakList active Estonian companies whose primary activity is a given EMTAK code, optionally filtered by county.
Inferred read-onlywhats_new_todayA 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 the newest companies.
Inferred read-onlysearch_trademarksSearch Estonian-linked trademarks (EUIPO + Estonian Patent Office) by their verbal element.
Inferred read-onlyannual_reportsEvery 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 employee, year-over-year revenue change, equity ratio, current ratio, labour share) and where the latest year sits against the company's EMTAK sector median.
Inferred read-onlyrankingsCurated 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 of state payments, VAT groups, top corporate shareholders, and members of Parliament (Riigikogu) or the Cabinet active in business.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nimistu]
url = "https://nimistu.ee/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nimistu": {
"type": "http",
"url": "https://nimistu.ee/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nimistu
Remote MCP URL: https://nimistu.ee/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nimistu": {
"url": "https://nimistu.ee/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nimistu": {
"type": "http",
"url": "https://nimistu.ee/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nimistu",
"transport": "streamable-http",
"url": "https://nimistu.ee/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nimistu.ee was fetched 2026-08-09T12:13:54.133Z.
nimistu.ee is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.