
OpenBudget MCP Server
Provides access to Israel's OpenBudget API, allowing users to query and search various government budget datasets including budget items, contracts, and support payments.
README
OpenBudget MCP Server
An MCP server that provides access to the OpenBudget API, allowing you to query and search various budget-related datasets.
Description
This project provides a FastMCP server that interfaces with Israel's OpenBudget data.</br> Allowing easy access to budget data, contracts, and supports information.</br> It serves as a bridge between the OpenBudget API and MCP clients.
This project is possible only thanks to amazing work of OpenBudget/BudgetKey team.</br> See their UsingTheAPI for more details about the API used in this MCP server.</br> If you wish to craft your own queries or tool you can use their Redash to test them (You can see my queries in ILBudgetServer.py).
Features
- Full access to Israel's governmental budget data
- Real-time integration with the OpenBudget API
- Comprehensive search capabilities across multiple data categories
- Historical budget tracking and analysis
- Contract and support payment information retrieval
- Easy-to-use MCP interface for client applications
Requirements
- Python 3.10 or higher
- uv package manager
Installation
git clone <repository-url>
cd OpenBudget-mcp
uv venv
.venv\Scripts\activate
uv pip install -r pyproject.toml
uv lock
Usage
Install and run the server using one of these methods:
-
For use with Visual Studio Code (using Copilot):</br> Go to vscode/mcp.json and replace {YOUR-LOCAL-PATH} with the path you cloned the repo.</br> VSCode should discover you server automatically.</br> If that doesn't work, make sure you enabled MCP & MCP.Discovery in vscode://settings/mcp.</br> Make sure to enable agent mode in your vscode copilot.</br>
-
For use with Claude AI Assistant:
fastmcp install server.py
- For testing with MCP Inspector (Learn how at MCP Inspector):
fastmcp dev server.py
Available Datasets
The following datasets are available:
- budget_items_data
- income_items_data
- supports_data
- contracts_data
- entities_data
- budgetary_change_requests_data
- budgetary_change_transactions_data
MCP Tools
get_dataset_info
Get information about a dataset's structure, including its columns and database schema.
search_dataset
Perform a full-text search within a dataset.
query_dataset
Execute SQL queries on a dataset.
MCP Resources
available_datasets
Get a list of all available datasets.
Error Handling
The tools will return appropriate error messages in the following cases:
- Invalid dataset name
- Invalid SQL query
- API request failures
- Network connectivity issues
API Documentation
The server is based on the OpenBudget API. For more details about the API endpoints and data structure, refer to the OpenAPI specification in budgetkey.yaml
.
Contributing
We welcome contributions to help improve the DataGov Israel MCP server.</br> Whether you want to add new tools, enhance existing functionality, or improve documentation, your input is valuable.
For examples of other MCP servers and implementation patterns, see the Model Context Protocol servers repository.
License
This project is dual-licensed under:
- MIT License
- Creative Commons Attribution-ShareAlike 4.0 International License
See the LICENSE file for details.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.