dataset

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

Show full metadata for one Greece Open Data dataset by id or name (from search_datasets), including all resources and their resource_ids.

Parameters

NameTypeRequiredDescription
idstringyesDataset id or name (from search_datasets).

Example call

Arguments

{
  "id": "greek-tourism-statistics"
}

curl

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":"dataset","arguments":{"id":"greek-tourism-statistics"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('dataset', {
  "id": "greek-tourism-statistics"
});

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 August 10, 2026