MCP server for the Israeli Vehicle Registry from the Ministry of Transport. Look up vehicles by license plate, search by manufacturer or model, check roadworthiness test status, and count vehicles by criteria. 4.1M+ vehicles via data.gov.il with no API key required.
Anyone checking a vehicle before purchase needs to search multiple government sites. This tool provides direct access to the Ministry of Transport's 4.1M vehicle database, including manufacturer, model, fuel type, color, test validity, and more.
.mcp.json
{
"mcpServers": {
"israel-vehicles": {
"command": "npx",
"args": [
"israel-vehicles-mcp"
]
}
}
}What are the details of vehicle number 1000032?
How many electric vehicles are registered in Israel?
Is the roadworthiness test for vehicle 1000039 still valid?
What are the details of vehicle 1234567?
How many electric Tesla vehicles are registered in Israel?
Is the test valid for vehicle 9876543?
Search for Toyota Corolla vehicles from 2020
What vehicle manufacturers exist in the registry?
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