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

NameTypeRequiredDescription
querystringnoFull-text search terms (Portuguese or English).
pagenumberno1-based page number (default 1).
page_sizenumbernoResults per page, 1-50 (default 20).
sortstringnoSort 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.

Regenerated from source · build June 3, 2026