mcp-polish-data
MCP server providing AI assistants access to Polish public registries (KRS, CEIDG) and statistical data (GUS BDL) for querying companies, sole proprietorships, and regional statistics.
README
mcp-polish-data
MCP Server for Polish public data — KRS, CEIDG, GUS BDL.
Give your AI assistant (Claude, Cursor, Windsurf) direct access to Polish government registries and statistics without leaving the chat.
What is this?
A Model Context Protocol server that exposes three Polish public APIs as tools:
- KRS — National Court Register (spółki / companies)
- CEIDG — Central Register of Economic Activity (sole proprietorships)
- GUS BDL — Local Data Bank (regional statistics, demographics, unemployment, salaries)
Ask your AI: "Find Orlen in KRS" or "What's the unemployment rate in Mazowieckie?" — and it just works.
Quick start
pip install mcp-polish-data
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"polish-data": {
"command": "mcp-polish-data"
}
}
}
Restart Claude Desktop. The tools appear automatically.
Cursor / Windsurf
Add to your MCP config the same way — both IDEs follow the same spec.
Tools
| Tool | Description |
|---|---|
krs_search_company(name) |
Search companies by name in the National Court Register |
krs_get_company_details(krs_number) |
Full registry excerpt for a 9-digit KRS number |
ceidg_search_business(name, nip, regon, surname) |
Search sole proprietorships |
gus_get_population(unit_name, year) |
Population by voivodeship (16 regions) |
gus_get_unemployment_rate(year) |
Unemployment rate by voivodeship |
gus_get_average_salary(year) |
Average gross monthly salary by voivodeship |
gus_search_variable(query) |
Discover any statistical variable in GUS BDL |
Example prompts
- "Show me the registered address and board of PKN Orlen"
- "List top 10 companies in KRS with 'technologie' in their name"
- "Compare 2023 unemployment rates across all Polish voivodeships"
- "What's the average salary in Pomorskie vs Mazowieckie?"
- "Find any GUS variable related to renewable energy"
Development
git clone https://github.com/emilpinski/mcp-polish-data.git
cd mcp-polish-data
pip install -e ".[dev]"
pytest tests/ -v -m "not integration" # unit tests (offline)
pytest tests/ -v # include live API tests
Notes on API access
- KRS and GUS BDL — fully public, no API key needed.
- CEIDG 2.0 — basic search works anonymously; some advanced endpoints require a free JWT token from datastore.ceidg.gov.pl. The server degrades gracefully with a helpful message when a token is needed.
License
MIT — use it, fork it, ship it.
Contributing
PRs welcome. Ideas for next tools:
- REGON (Central Statistical Register)
- Rejestr Dłużników Niewypłacalnych
- Rejestr BDO (waste management)
- Monitor Sądowy i Gospodarczy
Built with FastMCP. Not affiliated with Polish government agencies — this is a community wrapper around their public APIs.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。