Skip to main content
Glama

Israel Statistics MCP

by reuvenaor

get_index_calculator

Calculate price linkage adjustments using Israeli Central Bureau of Statistics data. Input index code, value, and date range to determine inflation-adjusted amounts in specified currencies.

Instructions

Calculate price linkage using Israel Statistics API index calculator

Input Schema

NameRequiredDescriptionDefault
currencyNoCurrency type. Options: new_sheqel=current Israeli Shekel (default, most common) | old_sheqel=pre-1980s Israeli Shekel | lira=historical Israeli Lira.
explanationNoAdditional explanation or context for the request
fromDateYesStarting date for the linkage calculation in mm-dd-yyyy format (e.g., '01-01-2020'). This is when your original amount was valued.
indexCodeYesThe numeric index code to use for price linkage calculation. Get this from getIndexData or getSubjectCodes first.
langNoLanguage for response. Options: he=Hebrew (default) | en=English. Use 'en' for English responses.
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.
toDateYesTarget date for the linkage calculation in mm-dd-yyyy format (e.g., '01-01-2024'). This shows what the amount is worth at this later date.
valueYesThe original amount in the currency you want to link/adjust for inflation. For example, 100 for 100 shekels.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "currency": { "description": "Currency type. Options: new_sheqel=current Israeli Shekel (default, most common) | old_sheqel=pre-1980s Israeli Shekel | lira=historical Israeli Lira.", "enum": [ "new_sheqel", "old_sheqel", "lira" ], "type": "string" }, "explanation": { "description": "Additional explanation or context for the request", "type": "string" }, "fromDate": { "description": "Starting date for the linkage calculation in mm-dd-yyyy format (e.g., '01-01-2020'). This is when your original amount was valued.", "type": "string" }, "indexCode": { "description": "The numeric index code to use for price linkage calculation. Get this from getIndexData or getSubjectCodes first.", "type": "number" }, "lang": { "description": "Language for response. Options: he=Hebrew (default) | en=English. Use 'en' for English responses.", "enum": [ "he", "en" ], "type": "string" }, "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" }, "toDate": { "description": "Target date for the linkage calculation in mm-dd-yyyy format (e.g., '01-01-2024'). This shows what the amount is worth at this later date.", "type": "string" }, "value": { "description": "The original amount in the currency you want to link/adjust for inflation. For example, 100 for 100 shekels.", "type": "number" } }, "required": [ "indexCode", "value", "fromDate", "toDate" ], "type": "object" }

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