npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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-mcp

Claude 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-mcp

Tools

| 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 build

Then 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