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

NameTypeRequiredDescription
querystringnoFull-text search over organization names.
pagenumberno1-based page number (default 1).
page_sizenumbernoResults 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.

Regenerated from source · build June 3, 2026