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

uap-pulse

v0.3.1

Published

MCP server for the Pentagon's declassified UAP/UFO files (PURSUE Release, war.gov, 2026). Let your AI agent search 238 official UAP records (US + 12 nations) by location, agency, era, and type — and map the hotspots.

Readme

🛸 uap-pulse

An MCP server (and a live map) for the Pentagon's declassified UAP files.

On May 8, 2026, the U.S. Department of War published the first PURSUE Release on war.gov/UFO238 declassified UAP/UFO records spanning 1944–2026, across seven federal agencies (War, FBI, NASA, State, CIA, ODNI, Energy). uap-pulse puts that release at your AI agent's fingertips — and on a map.

Government records only. This project uses only public-domain U.S. federal records (17 U.S.C. § 105). No scraped third-party databases, no civilian data behind a ToS. Not affiliated with or endorsed by the U.S. government.

🗺️ Live map: https://uap-pulse.vercel.app · 📦 npm: uap-pulse


Use it as an MCP server

Your agent can search 238 declassified files by location, agency, era, or type — and pull the direct war.gov source link for each.

Claude Desktop / any MCP client — add to your config:

{
  "mcpServers": {
    "uap-pulse": { "command": "npx", "args": ["-y", "uap-pulse"] }
  }
}

That's it — no API key, no auth, no cost. The data ships with the package.

Tools

| Tool | What it does | |------|--------------| | search_sightings | Search by free text, agency, type (PDF/VID/IMG), year_start/year_end, or location. | | search_nearby | Incidents within a radius (km) of a lat/lng, sorted by distance. | | get_sighting | Full record for one file id (e.g. pursue-042) + the war.gov link. | | hotspots | The locations with the most declassified records. | | stats | Totals + breakdowns by agency, file type, and era. | | timeline | Records per decade (or year), 1944 → 2026. |

Example"What UAP files mention the Moon?"search_sightings({ location: "Moon" }) → NASA Gemini/Apollo records with their war.gov links.


The live map

A 3D globe of every geolocatable record — points pulse where the sightings cluster, colored by agency, filterable by era (WWII Foo Fighters → the Navy Era). Click a hotspot to read the files and open them on war.gov. Off-world records (Moon, orbit) get their own panel.

Run it locally:

cd site && python3 -m http.server 8080   # then open http://localhost:8080

Or deploy the site/ folder to Vercel (static, no build step).


Data

  • Source: war.gov/UFO — PURSUE Releases 1 & 2 (2026-05-08, 2026-05-22).
  • License of the data: Public domain (U.S. federal government work, 17 U.S.C. § 105).
  • Coverage: 238 records · 186 geolocated · 1944–2026 · agencies: War (131), FBI (57), NASA (22), State (7), CIA (1), ODNI (1), DOE (3).
  • Record index mirrored by the community (vfp2/pursue-ufo-files); coordinates are representative centroids for each named location, geocoded in scripts/build_data.py.

Rebuild the dataset: npm run data (or python3 scripts/build_data.py).


Develop

npm install
npm run build      # tsc -> dist/
npm start          # run the MCP server over stdio

License

Code: MIT © David Mosiah (@delx369). Data: U.S. public domain.