query_resource

Pack: data-gr · Endpoint: https://gateway.pipeworx.io/data-gr/mcp

Pull rows from a tabular Greece Open Data resource (CKAN DataStore) by resource_id (from a dataset’s resources). Optional full-text q, limit, offset. Note: only resources with the DataStore enabled are queryable.

Parameters

NameTypeRequiredDescription
resource_idstringyesA resource_id from dataset/search_datasets.
qstringnoOptional full-text filter over the rows.
limitnumbernoMax rows (default 100).
offsetnumbernoPagination offset.

Example call

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

Connect

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

{
  "mcpServers": {
    "data-gr": {
      "url": "https://gateway.pipeworx.io/data-gr/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 26, 2026