resource_data

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

Read row-level data from a tabular resource (one with a tabular_data relationship). Returns JSON:API “row” objects whose attributes map column names (col1, col2, …) to {repr, val} pairs. Supports paging and full-text row filtering via q. Use list_resources first to find a tabular resource id.

Parameters

NameTypeRequiredDescription
resource_idstringyesResource numeric id, e.g. “22509”.
qstringnoFull-text filter across row cells (Polish or English), e.g. “AUSTRIA”.
pageintegernoPage number (default 1).
per_pageintegernoRows per page, 1-100 (default 20).

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":"resource_data","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