INDIVIDUAL MCP TOOL
companies_by_emtak
List active Estonian companies whose primary activity is a given EMTAK code, optionally filtered by county.
LIVE ENDPOINT
https://nimistu.ee/api/mcp
Connect to this endpoint to inspect the live schema for companies_by_emtak 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.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.annual_reports— Every 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.