MCP Server

Eesti Data MCP Server

A live bridge between AI assistants and Estonian public data — weather, companies, parliament, electricity, transport, and more. No account or API key needed.

Live in production · open source · v0.3.0 · 77 tools

When you use Claude, Cursor, or another AI app that supports MCP, this server lets the assistant look up real Estonian public data while you chat. Instead of guessing or asking you to copy numbers from a website, it can fetch current facts from official sources in one step.

You can ask in plain language, for example: “What is the electricity spot price in Estonia right now?” · “Temperature at Tallinn-Harku?” · “Top software companies in Estonia by 2024 revenue.” · “How much payroll tax did Swedbank pay last year, by quarter?” · “Riigikogu votes from last Wednesday.” · “Public transport from Tartu bus station to Ülemiste.” · “What address is at these coordinates?”

Topics include electricity and gas, weather, company search and financials, taxes and rankings, parliament, maps and cadastre, public transport, legislation links, statistics, schools, nature and protected areas, road traffic and cameras, cultural heritage, state IT systems, and fire-weather risk — drawn from public Estonian sources.

Setup is one URL. In Claude Desktop or Cursor, add an MCP server pointing to https://eesti-data.myservice.ee/mcp — no login, no API key, no extra headers. In Claude Code from the terminal: claude mcp add --transport http eesti-data https://eesti-data.myservice.ee/mcp. Restart the app if needed, then ask your question; the assistant chooses the lookup automatically.

The server runs in production at v0.3.0 with 77 annotated tools and is open source on GitHub. A small bundled skill helps Claude Code pick the right Estonian data source when your question is about Estonia, even if you never mention MCP.

Frequently asked questions

What is the Eesti Data MCP Server?

It is a hosted Model Context Protocol (MCP) server that exposes 77 tools over Estonian public data — weather, companies, parliament, electricity, transport, cadastre, and more. AI assistants connect via a single HTTPS endpoint without an API key.

How do I connect Claude or Cursor to the MCP server?

Add an MCP server URL pointing to https://eesti-data.myservice.ee/mcp in Claude Desktop, Cursor, or Claude Code (claude mcp add --transport http eesti-data https://eesti-data.myservice.ee/mcp). Restart the app if needed, then ask questions in plain language.

Is the MCP server open source?

Yes. Source code is on GitHub at github.com/andokivilaid/eesti-data-mcp-server under the MIT license. The production endpoint is maintained separately for reliability.