Polish Companies
io.github.contentwriterco/compabaseMCP server for 3M+ Polish companies — KRS & CEIDG financials, ownership, and industry search.
Tools · 3
Start Compabase account setup for an email. Sends a magic link. After the user clicks it, poll check_signup with the returned setup_id until status is ready — then you receive an MCP key automatically…
Poll a request_signup session. When the user has confirmed email, returns mcp_key once and cursor_mcp_json to write to MCP config. Call every 3 seconds until status is ready, expired, or already_deliv…
List Compabase billing plans and limits. No auth required. After sign-up, use upgrade_plan to get a Stripe Checkout URL.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"polish_companies": {
"url": "https://compabase.com/api/mcp",
"transport": "streamable-http"
}
}
}