variable_values

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

List the values of an INE classification variable (e.g. provinces, age groups, ECOICOP groups). With no variableId, lists all variables; with a variableId, lists that variable’s allowed values (each has an Id, Codigo, Nombre). Useful for understanding the breakdowns inside tables.

Parameters

NameTypeRequiredDescription
variableIdstringnoNumeric variable Id, e.g. “115”. Omit to list all variables.
langstringnoResponse language. Default EN.

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 1, 2026