@skills-il/ben-gurion-flights-mcp
v1.0.1
Published
MCP server for real-time Ben Gurion Airport (TLV) flight data from the Israel Airports Authority
Readme
ben-gurion-flights-mcp
Part of skills-il — browse all Israeli MCP servers at agentskills.co.il/mcp.
An MCP (Model Context Protocol) server providing real-time flight arrivals and departures at Ben Gurion Airport (TLV). Data comes from the official Israel Airports Authority feed published on data.gov.il, updated every 15 minutes.
Install
npx -y @skills-il/ben-gurion-flights-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"ben-gurion-flights": {
"command": "npx",
"args": ["-y", "@skills-il/ben-gurion-flights-mcp"]
}
}
}Claude Code
claude mcp add ben-gurion-flights npx -- -y @skills-il/ben-gurion-flights-mcpTools
| Tool | Description |
|------|-------------|
| get_arrivals | Get current arriving flights. Filter by airline, origin city, or status. |
| get_departures | Get current departing flights. Filter by airline, destination city, or status. |
| get_flight_status | Look up a specific flight by number (e.g. "LY1626"). |
| search_flights | Free-text search across all flight fields. Works in Hebrew and English. |
| get_airport_summary | Summary statistics: total arrivals/departures, counts by airline, status, and country. |
Installation
Using npx (recommended)
{
"mcpServers": {
"ben-gurion-flights": {
"command": "npx",
"args": ["-y", "ben-gurion-flights-mcp"]
}
}
}Manual installation
git clone https://github.com/skills-il/mcps.git
cd mcps/ben-gurion-flights-mcp
npm install
npm run buildThen add to your MCP client config:
{
"mcpServers": {
"ben-gurion-flights": {
"command": "npx", "args": ["-y", "@skills-il/ben-gurion-flights-mcp"]
}
}
}Data Source
Flight data is provided by the Israel Airports Authority via the data.gov.il open data portal (CKAN Datastore API). No API key or authentication is required. Data is updated every 15 minutes.
- Resource ID:
e83f763b-b7d7-479e-b172-ae981ddc6de5 - API endpoint:
https://data.gov.il/api/3/action/datastore_search
License
MIT
