recent_datasets
Pack: dados-pt · Endpoint: https://gateway.pipeworx.io/dados-pt/mcp
Get the most recently published datasets on dados.gov.pt, Portugal’s national open data portal (Portuguese government open data), sorted newest first.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
page_size | number | no | Results per page, 1-50 (default 20). |
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":"recent_datasets","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.