Server data from the Official MCP Registry
Estonian public-authority document registers: one search across all, docs linked to companies.
Estonian public-authority document registers: one search across all, docs linked to companies.
Remote endpoints: streamable-http: https://dokumendiregister.ee/api/dokreg-mcp/mcp sse: https://dokumendiregister.ee/api/dokreg-mcp/sse
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
6 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
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-dokumendiregister-mcp": {
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
}
}
}From the project's GitHub README.
Connect any MCP-compatible AI assistant (Claude, Cursor, ChatGPT, and more) to the document registers of Estonian public authorities — ministries, agencies, inspectorates and municipalities. Search every register at once, read a document's metadata and extracted file text, or pull every document naming a given company — in plain language, free, no API key, read-only.
Powered by dokumendiregister.ee, a free, ad-free aggregator that indexes those registers together and links every document to the companies named in it (via the Estonian Business Register / nimistu.ee).
https://dokumendiregister.ee/api/dokreg-mcp/mcpEach Estonian authority runs its own document register, and there is no shared search across them. That makes the documents public in principle but hard to actually find:
documents_by_company returns every public-authority
document naming a company by its 8-digit registry code, across all registers, with the
company's role. No other Estonian tool exposes this.search + fetch, so the same server works across clients.claude mcp add --transport http dokumendiregister https://dokumendiregister.ee/api/dokreg-mcp/mcp
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
{
"mcpServers": {
"dokumendiregister": {
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
}
}
}
{
"mcpServers": {
"dokumendiregister": {
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
}
}
}
Stdio-only clients can bridge via mcp-remote:
{
"mcpServers": {
"dokumendiregister": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://dokumendiregister.ee/api/dokreg-mcp/mcp"]
}
}
}
Transports: Streamable HTTP at https://dokumendiregister.ee/api/dokreg-mcp/mcp
(recommended) · SSE at https://dokumendiregister.ee/api/dokreg-mcp/sse.
You talk to it in natural language — you don't need to know reference numbers or tool details.
rahapesu (money laundering) and show me the newestSix tools over the full dokumendiregister.ee corpus:
| Tool | What it does |
|---|---|
| search | Full-text document search across all authorities; returns matches with a stable id + dokumendiregister.ee URL (ChatGPT-compatible) |
| fetch | A document's metadata, file list and extracted text by id (ChatGPT-compatible) |
| search_documents | Filtered search: authority, document type, access restriction, registration-date range |
| documents_by_company | Every document naming a company, by registry code, across all registers — unique to dokumendiregister.ee |
| list_authorities | All indexed authorities, with document counts |
| recent_documents | The newest registered documents |
Documents come from the authorities' own public document registers, reused as open
data. Access-restricted (AK) documents expose metadata only — never file contents.
Company links come from nimistu.ee, which aggregates the Estonian
Business Register and related open data.
The configuration examples and documentation in this repository are released under the MIT License. The dokumendiregister.ee service and the underlying registers have their own terms.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.