indicator_meta

Pack: ine-pt · Endpoint: https://gateway.pipeworx.io/ine-pt/mcp

Metadata for an INE (Statistics Portugal) indicator: title, periodicity, unit, time range, and the full list of dimensions with their valid dimension-value codes. Call this BEFORE get_indicator so you know which Dim1/Dim2/… codes are valid. Requires the indicator code (varcd) — INE has no keyword/search endpoint, so look the code up on https://www.ine.pt first.

Parameters

NameTypeRequiredDescription
varcdstringyes
langstringnoResponse language. Default EN.

Example call

curl -X POST https://gateway.pipeworx.io/ine-pt/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"indicator_meta","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "ine-pt": {
      "url": "https://gateway.pipeworx.io/ine-pt/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 31, 2026