Back to Browse

Nimistu MCP Server

by Nimistu
Developer ToolsLow Risk9.5MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://nimistu.ee/api/mcp sse: https://nimistu.ee/api/sse

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

9 tools verified · Open access · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-nimistu-nimistu-mcp": {
      "url": "https://nimistu.ee/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

nimistu MCP — Estonian Business Register for AI assistants

smithery badge

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, 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?
  • 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

Ten tools over the full nimistu.ee dataset:

CapabilityWhat it covers
Company profilestatus, address, activity (EMTAK), VAT, employees, financials, tax debt, board (with appointment dates), owners, trademarks
Annual reportsevery filed majandusaasta aruanne: revenue, profit, employees, equity, assets, liabilities, labour cost, plus computed ratios and the EMTAK sector median
Ownership structuresubsidiaries, associates, foreign parent, group structure
Person & connectionsa person's current and former ties to Estonian companies (board, shareholder, representative)
Fresh registry eventswhat changed in the Estonian Business Register today
Rankingscurated top lists — taxpayers, employers, procurement winners, MPs in business, and more
Trademark searchEUIPO trademarks by text, with their owners
Sector lookupcompanies by EMTAK activity code, with counts and locations
EMTAK classificationresolve and explain Estonian activity codes

What it does not cover

Worth knowing before you rely on a negative answer:

  • Registry entry history. Company profiles are current state only — no kanded, no määrused, no pending menetlused. An answer about a company is about today, and will not mention an ongoing proceeding.
  • Beneficial owners. Estonia's FIU withdrew public access to the beneficial owner register on 10 July 2026 following the CJEU ruling, so this server no longer returns them.
  • Court decisions and public-authority documents. Separate corpora, served by lahend.ee and dokumendiregister.ee respectively.
  • Real-time data. Sources refresh on their own cadences, mostly nightly. get_company returns dataAsOf so you can see how stale an answer is rather than having to assume.

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.

Links

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.

Reviews

No reviews yet

Be the first to review this server!