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
| Name | Type | Required | Description |
|---|---|---|---|
lang | string | no | Response 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.