search_institutions

Pack: dane-gov-pl · Endpoint: https://gateway.pipeworx.io/dane-gov-pl/mcp

Search/list data-publishing institutions (ministries, agencies, municipalities, companies) on dane.gov.pl. Returns JSON:API institution objects with id, title, abbreviation, institution_type, website, regon and dataset count. Mostly Polish content; q accepts Polish or English.

Parameters

NameTypeRequiredDescription
qstringnoFull-text query (Polish or English), e.g. “ministerstwo”.
pageintegernoPage number (default 1).
per_pageintegernoResults per page, 1-100 (default 20).
langstringnoLanguage hint “en” or “pl”.

Example call

curl -X POST https://gateway.pipeworx.io/dane-gov-pl/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_institutions","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "dane-gov-pl": {
      "url": "https://gateway.pipeworx.io/dane-gov-pl/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026