以色列预算关键开放预算
STDIO用于查询预算数据的开放接口服务
用于查询预算数据的开放接口服务
An MCP server that provides access to the OpenBudget API, allowing you to query and search various budget-related datasets.
This project provides a FastMCP server that interfaces with Israel's OpenBudget data.
Allowing easy access to budget data, contracts, and supports information.
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.
git clone <repository-url> cd OpenBudget-mcp uv venv .venv\Scripts\activate uv pip install -r pyproject.toml uv lock
Install and run the server using one of these methods:
For use with Visual Studio Code (using Copilot):
Go to vscode/mcp.json and replace {YOUR-LOCAL-PATH} with the path you cloned the repo.
VSCode should discover you server automatically.
If that doesn't work, make sure you enabled MCP & MCP.Discovery in vscode://settings/mcp.
Make sure to enable agent mode in your vscode copilot.
For use with Claude AI Assistant:
fastmcp install server.py
fastmcp dev server.py
The following datasets are available:
Get information about a dataset's structure, including its columns and database schema.
Perform a full-text search within a dataset.
Execute SQL queries on a dataset.
Get a list of all available datasets.
The tools will return appropriate error messages in the following cases:
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
.
We welcome contributions to help improve the BudgetKey Israel MCP server.
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.
This project is dual-licensed under:
See the LICENSE file for details.