get_dataset
Pack: dados-pt · Endpoint: https://gateway.pipeworx.io/dados-pt/mcp
Fetch a single dataset from dados.gov.pt (Portuguese government open data) by its id or slug, including full description, license, update frequency, tags, and the list of downloadable resources (files) with formats and URLs.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Dataset id or slug. |
Example call
curl -X POST https://gateway.pipeworx.io/dados-pt/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_dataset","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"dados-pt": {
"url": "https://gateway.pipeworx.io/dados-pt/mcp"
}
}
}
See Getting Started for client-specific install steps.