INDIVIDUAL MCP TOOL
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 of state payments, VAT groups, top corporate shareholders, and members of Parliament (Riigikogu) or the Cabinet active in business.
LIVE ENDPOINT
https://nimistu.ee/api/mcp
Connect to this endpoint to inspect the live schema for rankings 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.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.
Related tools
search— Full-text search across the nimistu register of Estonian companies, people and trademarks.fetch— Retrieve the full content of a record by the `id` returned from `search` (e.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 parent, subsidiaries and trademarks.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.lookup_emtak— EMTAK is the Estonian classification of economic activities.companies_by_emtak— List active Estonian companies whose primary activity is a given EMTAK code, optionally filtered by county.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 the newest companies.search_trademarks— Search Estonian-linked trademarks (EUIPO + Estonian Patent Office) by their verbal element.