MCP server providing AI assistants with direct access to Israeli State Budget data (1997-2025) via the BudgetKey API. Covers budget book data (planned and executed), support programs, individual support payments, procurement contracts, government entities, state revenues, and budget change requests. Offers DatasetInfo for schema discovery, DatasetFullTextSearch for Hebrew/English text search, and DatasetDBQuery for executing PostgreSQL-compatible SQL queries. Hosted as an HTTP endpoint, no local setup required.
.mcp.json
{
"mcpServers": {
"budgetkey": {
"url": "https://next.obudget.org/mcp"
}
}
}DatasetInfoGet comprehensive information about a dataset, including its columns and database schema. Must be called before querying or searching any dataset.
DatasetFullTextSearchPerform full-text search on a dataset to locate relevant items and identifiers for use in SQL queries
DatasetDBQueryExecute PostgreSQL-compatible SQL queries on a dataset to retrieve precise information with download links and item URLs
Israeli fiscal transparency platform covering 8 datasets: budget items, support programs, support transactions, contracts, entities, income items, budgetary change requests, budgetary change transactions (1997-2025)
Show the schema of the budget items datasetSearch for Ministry of Defense in entities datasetHow much did the state spend on education in 2024?What are the largest contracts of the Ministry of Health?Show the latest budgetary change requestsBUDGETKEY_API_BASE (optional, defaults to https://next.obudget.org)PythonFastMCPrequestsRuns as streamable-http server on port 8000 at /mcp endpoint. Docker deployment supported. Health check at /mcp/health.
Python-based MCP server for Israeli Government Open Data (data.gov.il) with full CKAN API coverage and built-in data visualization. Beyond standard dataset search and retrieval, it offers dataset profiling (field types, missing values, statistics), interactive Vega-Lite chart generation (histogram, bar, line, scatter), and Leaflet map generation from geographic data. Built with FastMCP and async httpx for optimal performance, with 34+ automated tests.
MCP server enabling AI assistants to search, discover, and analyze thousands of Israeli government datasets from the national open data portal (data.gov.il). Provides tag-based browsing, keyword search in Hebrew and English, dataset metadata retrieval, record-level data extraction, and organization listing. Version 2.1 adds expert analysis prompts for food/nutrition, environmental sustainability, and real estate market domains. Data sources include government ministries, local authorities, and regulatory bodies via CKAN API.
FastMCP interface to Israel's OpenBudget API enabling AI assistants to query the full governmental budget structure, drill into detailed budget items under specific parents, retrieve historical budget data by code, access procurement contracts, and look up support payment information. Includes a general search tool across multiple budget data categories and bridges the OpenBudget/BudgetKey API into a clean MCP tool interface.