list_operations

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

List all available INE statistical operations (Spain). Each has a numeric Id, a Codigo (e.g. “IPC”=CPI, “EPA”=labor force survey), and a Nombre. Use the Codigo or Id with tables_for_operation.

Parameters

NameTypeRequiredDescription
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":"list_operations","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