search_datasets
Pack: dados-pt · Endpoint: https://gateway.pipeworx.io/dados-pt/mcp
Search datasets on dados.gov.pt, Portugal’s national open data portal (Portuguese government open data). Returns matching datasets with title, description, publishing organization, and downloadable-resource counts.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Full-text search terms (Portuguese or English). |
page | number | no | 1-based page number (default 1). |
page_size | number | no | Results per page, 1-50 (default 20). |
sort | string | no | Sort order, e.g. ‘-created’ (newest), ‘-reuses’ (most reused). |
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":"search_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.