MCP server for 3M+ Polish companies β KRS & CEIDG financials, ownership, and industry search.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Compabase.
search_companies**Search and filter Polish companies.** Returns up to 50 results with key financial metrics per company.
count_companies**Count companies matching a filter set.** Returns a single number without fetching rows β ideal for "how many" and market sizing questions.
get_company**Full company profile by KRS or NIP.** Returns name, address, legal identifiers (KRS/NIP/REGON), latest financial metrics, PKD activity list, registration and closure dates.
get_financials**Historical financial statements for a single company.** Returns all available P&L and balance sheet metrics broken down by fiscal year/period, in PLN.
get_company_people**Board members, shareholders, and proxies for a company.** Returns display names, role labels, and relationship types (management / ownership / other).
execute_sql**Read-only SQL SELECT** against the Compabase database. Used by the AI for complex aggregations, multi-table joins, and calculations that the structured tools cannot express.
Compabase MCP is a Model Context Protocol server that gives AI assistants β Claude, Cursor, Windsurf, and any other MCP-compatible client β direct access to 3 million+ Polish companies from the KRS (National Court Register) and CEIDG registries.
Ask your AI about Polish business in plain language: company financials, ownership structures, industry rankings, board members, and more β all backed by real registry data.
This is the MCP server for Polish companies data. Instead of building API integrations yourself, you connect your AI assistant to the Compabase MCP endpoint and talk to it naturally:
"Who are the top 10 manufacturing companies in Silesia by revenue?" "Show me the financial history of Orlen over the last 5 years." "How many active logistics companies are there in Mazovia?" "Who sits on the board of PKN Orlen?"
The AI handles tool selection and query construction. You get real answers from real Polish business registry data.
Sign up at compabase.com/mcp β and generate a free MCP key (mcpk_...).
Cursor β add to .cursor/mcp.json:
Claude Desktop β add to claude_desktop_config.json:
Generic MCP client
| Field | Value |
|---|---|
| Endpoint | https://compabase.com/api/mcp |
| Authentication | Authorization: Bearer <mcpk_...> |
| Protocol | MCP Streamable HTTP (JSON-RPC 2.0) |
| MCP Version | 2024-11-05 |
Once connected, just talk to your AI assistant about Polish companies:
The Compabase MCP server exposes 6 structured tools. Your AI client selects the right tool automatically based on your question.
search_companiesSearch and filter Polish companies. Returns up to 50 results with key financial metrics per company.
Supports filtering by: name, KRS, NIP, city, county, voivodeship, postal code, PKD industry code (primary or any), legal form, revenue, net profit, operating profit, EBITDA, total assets, share capital, estimated value, active/inactive status, email/website presence, and fiscal year.
Monetary filters default to PLN; set currency to usd or eur to use pre-converted columns.
count_companiesCount companies matching a filter set. Returns a single number without fetching rows β ideal for "how many" and market sizing questions.
get_companyFull company profile by KRS or NIP. Returns name, address, legal identifiers (KRS/NIP/REGON), latest financial metrics, PKD activity list, registration and closure dates.
get_financialsHistorical financial statements for a single company. Returns all available P&L and balance sheet metrics broken down by fiscal year/period, in PLN.
Includes: revenue_total, profit_net, profit_sales, ebitda, total_assets, currency, fiscal period dates.
get_company_peopleBoard members, shareholders, and proxies for a company. Returns display names, role labels, and relationship types (management / ownership / other).
execute_sqlRead-only SQL SELECT against the Compabase database. Used by the AI for complex aggregations, multi-table joins, and calculations that the structured tools cannot express.
This tool is invoked automatically by the AI when needed β you do not call it directly.
Connect Compabase MCP to turn any AI assistant into a Polish business analyst:
Compabase MCP is built for agentic AI workflows where the model needs to query Polish company data autonomously:
| Data Type | Source | Coverage |
|---|---|---|
| Company profiles | KRS + CEIDG | 3M+ entities |
| Financial statements | KRS e-filings (eKRS) | P&L + balance sheet, multi-year |
| Ownership structures | KRS | Shareholders, holding %, values |
| Management & roles | KRS | Board members, proxies, supervisory boards |
| PKD industry codes | GUS classification | Full PKD 2007 hierarchy |
| Geographic data | KRS + CEIDG | Voivodeship, city, postal code, county |
All requests require an MCP key sent as a Bearer token:
MCP keys are separate from REST API keys. Generate them at compabase.com/mcp.
Each MCP key has a monthly query quota. Every tools/call invocation counts as one query.
10 MCP queries per month are free. For more queries, upgrade to a higher plan.
See compabase.com/pricing for details.
The Compabase MCP server implements the MCP Streamable HTTP transport over JSON-RPC 2.0.
| Property | Value |
|---|---|
| Endpoint | POST https://compabase.com/api/mcp |
| Transport | Streamable HTTP |
| Protocol version | 2024-11-05 |
| Capabilities | tools |
| Server name | compabase |
| Server version | 1.0.0 |
Supported JSON-RPC methods:
| Method | Description |
|---|---|
initialize | Handshake and capability negotiation |
tools/list | List all available tools and their schemas |
tools/call | Execute a tool |
ping | Health / keep-alive |
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/compabase)<a href="https://allmcps.com/mcp/compabase"><img src="https://allmcps.com/api/badge/compabase?style=directory" alt="Compabase on AllMCPs" /></a>