INDIVIDUAL MCP TOOL
list_authorities
All Estonian public authorities whose document register is indexed, each with its slug and document count.
LIVE ENDPOINT
https://dokumendiregister.ee/api/dokreg-mcp/mcp
Connect to this endpoint to inspect the live schema for list_authorities and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.dokumendiregister]
url = "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dokumendiregister": {
"type": "http",
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dokumendiregister
Remote MCP URL: https://dokumendiregister.ee/api/dokreg-mcp/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": {
"dokumendiregister": {
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dokumendiregister": {
"type": "http",
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dokumendiregister",
"transport": "streamable-http",
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Full-text search across the document registers (dokumendiregistrid) of Estonian public authorities — ministries, agencies, inspectorates and municipalities — aggregated by dokumendiregister.fetch— Retrieve the full metadata, attached-file list and extracted text of a document by the `id` returned from `search` (e.search_documents— Document search with optional filters: authority (slug), document type, access restriction (Avalik = public, AK = restricted; restricted documents expose metadata only, never file text) and a registration-date range.documents_by_company— Given an 8-digit Estonian registry code (registrikood), return every public-authority document that names that company — across ALL registers at once, with the authority, document type, date and the company's role.recent_documents— The newest documents by registration date, across all authorities — optionally narrowed to one authority.