ILBudget-mcp

by david-aftergut

2 stars
207 downloads
Not rated
GitHub

About

ILBudget-mcp is a FastMCP server that interfaces with Israel's OpenBudget API, providing easy access to governmental budget data, contracts, and support payments. It serves as a bridge between the OpenBudget API and MCP clients.

Details

Author
david-aftergut
GitHub stars
2
Downloads
207
Categories
Other

- Full access to Israel’s governmental budget data
- Real-time integration with the OpenBudget API
- Comprehensive search across multiple data categories
- Historical budget tracking and analysis
- Contract and support payment information retrieval
- Easy-to-use MCP interface for client applications

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ILBudget-mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, set up a Python virtual environment with uv, and install dependencies. You can then either install the server for use with Claude AI using fastmcp install ILBudgetServer.py or configure it for Visual Studio Code via the provided mcp.json file. For testing, run fastmcp dev ILBudgetServer.py.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ilbudget-mcp": {
            "ILBudget-mcp": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "ILBudget-mcp": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

ILBudget-mcp

MCP Server for accessing Israeli budget data through the OpenBudget API.

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 ILBudget-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:

1. 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>
Agent Mode Enabled

2. For use with Claude AI Assistant:

fastmcp install ILBudgetServer.py

3. For testing with MCP Inspector (Learn how at MCP Inspector):

fastmcp dev ILBudgetServer.py

Available Tools

- get_budget() - Retrieves the entire budget structure
- get_detailed_budget_for_specific_parent(parent) - Gets detailed budget items under a specific parent
- get_budget_history_for_code(code) - Retrieves historical data for a specific budget code
- get_contract(code) - Gets contract information for a specific budget code
- get_supports(code) - Retrieves support payment information for a specific budget code
- search(searchTerm, searchType) - Performs a general search across different categories

Dependencies

- fastmcp >= 2.1.1
- requests >= 2.32.3

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.