list_organizations
Pack: dados-pt · Endpoint: https://gateway.pipeworx.io/dados-pt/mcp
List or search the organizations (Portuguese government bodies and other publishers) that publish open data on dados.gov.pt, with their dataset counts and portal pages.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Full-text search over organization names. |
page | number | no | 1-based page number (default 1). |
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":"list_organizations","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.