Skip to main content
Glama

Israel Statistics MCP

by reuvenaor

get_index_data

Retrieve statistical index data, such as CPI values, from the Israel Statistics API. Specify index code, time range, and response format to access precise economic data.

Instructions

Get index data from Israel Statistics API

Input Schema

NameRequiredDescriptionDefault
codeYesThe index code (numeric string) you want price data for. Get this code first from getSubjectCodes or getIndexTopics. Example: '120010' for general CPI.
coefNoSet to true to include linkage coefficients for inflation calculations. Only needed if you plan to do manual price adjustments.
endPeriodNoEnding period in mm-yyyy format like '12-2024' for December 2024. Leave empty to get data up to the most recent available.
explanationNoAdditional explanation or context for the request
formatNoResponse format. Options: json=JSON format (recommended, default) | xml=XML format. Use json unless you specifically need XML.
langNoLanguage for response. Options: he=Hebrew (default) | en=English. Use 'en' for English responses.
lastNoGet only the N most recent data points instead of the full series. Useful for getting just the latest values, e.g., use 12 for the last year of monthly data.
pageNoPage number for pagination. Start with 1 for first page. Use with pagesize to navigate large result sets.
pagesizeNoNumber of results per page (maximum 1000). Controls how many items to return. Use with page for pagination.
startPeriodNoStarting period in mm-yyyy format like '01-2020' for January 2020. Leave empty to get data from the beginning of the series.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "description": "The index code (numeric string) you want price data for. Get this code first from getSubjectCodes or getIndexTopics. Example: '120010' for general CPI.", "type": "string" }, "coef": { "description": "Set to true to include linkage coefficients for inflation calculations. Only needed if you plan to do manual price adjustments.", "type": "boolean" }, "endPeriod": { "description": "Ending period in mm-yyyy format like '12-2024' for December 2024. Leave empty to get data up to the most recent available.", "type": "string" }, "explanation": { "description": "Additional explanation or context for the request", "type": "string" }, "format": { "description": "Response format. Options: json=JSON format (recommended, default) | xml=XML format. Use json unless you specifically need XML.", "enum": [ "json", "xml" ], "type": "string" }, "lang": { "description": "Language for response. Options: he=Hebrew (default) | en=English. Use 'en' for English responses.", "enum": [ "he", "en" ], "type": "string" }, "last": { "description": "Get only the N most recent data points instead of the full series. Useful for getting just the latest values, e.g., use 12 for the last year of monthly data.", "type": "number" }, "page": { "description": "Page number for pagination. Start with 1 for first page. Use with pagesize to navigate large result sets.", "minimum": 1, "type": "number" }, "pagesize": { "description": "Number of results per page (maximum 1000). Controls how many items to return. Use with page for pagination.", "maximum": 1000, "minimum": 1, "type": "number" }, "startPeriod": { "description": "Starting period in mm-yyyy format like '01-2020' for January 2020. Leave empty to get data from the beginning of the series.", "type": "string" } }, "required": [ "code" ], "type": "object" }
Install Server

Other Tools from Israel Statistics MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/reuvenaor/israel-statistics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server