@pipeworx/mcp-data-gr
v0.1.0
Published
Greece Open Data (data.gov.gr) CKAN MCP.
Maintainers
Readme
mcp-data-gr
Greece Open Data (data.gov.gr) CKAN MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 971+ live data sources.
Tools
| Tool | Description |
|------|-------------|
| search_datasets | Search Greece Open Data (Greece) for datasets by keyword. Returns each dataset's id/name, title, organization, and its resources (each with a resource_id for query_resource). |
| dataset | Show full metadata for one Greece Open Data dataset by id or name (from search_datasets), including all resources and their resource_ids. |
| query_resource | 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. |
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"data-gr": {
"url": "https://gateway.pipeworx.io/data-gr/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 971+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Data Gr data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
