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.
Israeli state budget data is publicly available in principle, but accessing it requires technical knowledge and is complex to analyze. Journalists, researchers, and engaged citizens struggle to extract meaningful insights from the data without proper tools.
.mcp.json
{
"mcpServers": {
"budgetkey": {
"url": "https://next.obudget.org/mcp"
}
}
}How much did the state allocate to the education budget last year, and how much was actually executed?
Find the largest government procurement contracts in technology over the past two years
What government support programs exist for small businesses, and how much money was distributed in each?
Show the schema of the budget items dataset
Search for Ministry of Defense in entities dataset
How much did the state spend on education in 2024?
What are the largest contracts of the Ministry of Health?
Show the latest budgetary change requests
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.
Know an Israeli MCP server that should be listed here? Submit an MCP