Real-time urban data from Tel Aviv-Yafo Municipality. Find available parking lots, check Tel-O-Fun bike station availability, discover road closures, and locate nearby city services. Official municipal data updated in real-time via ArcGIS REST services.
Parking in Tel Aviv is a daily nightmare. Information about available parking lots, bike rentals, and road closures is scattered across different municipal systems. An AI tool that centralizes all this urban data saves time and frustration.
.mcp.json
{
"mcpServers": {
"tel-aviv-city": {
"command": "npx",
"args": [
"github:skills-il/mcps/tel-aviv-city-mcp"
]
}
}
}Find available parking lots within walking distance of Dizengoff Center
How many e-bikes are available at Tel-O-Fun stations near Rothschild Boulevard?
Find pharmacies and health clinics within 500m of Rabin Square
Where is there available parking near Dizengoff Center?
How many bikes are available at the nearest Tel-O-Fun station to Rothschild?
Which roads are currently closed in Tel Aviv?
Find pharmacies near Rabin Square
What galleries and museums are in the Neve Tzedek area?
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