Mmcp.market

Uap Pulse MCP server

by davidmosiah·io.github.davidmosiah/uap-pulse·v0.4.0

Search and map the Pentagon UAP/UFO releases plus curated official archives from 12 nations.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

0 stars64 downloads/wk

Reviews

Write one

Nobody has reviewed Uap Pulse yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Uap Pulse tools (9, 1 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • full_text_searchwrite action

    Run a relevance-ranked search across every record's title, location, and description for thematic research.

  • get_sighting

    Get the full record for one UAP file by id, including its release, full description, and direct official source link.

  • hotspots

    Rank incident locations by how many declassified records mention them.

  • notable_cases

    Return curated, historically significant cases with matching official records and context for why each case matters.

  • search_nearby

    Find declassified UAP incidents within a radius (km) of a latitude/longitude. Results are sorted by distance; off-world records are excluded.

  • search_sightings

    Search the declassified PURSUE UAP records by release, free text, agency, file type, year range, or location. Returns matching records in brief form.

  • stats

    Return totals and breakdowns by PURSUE release, agency, file type, and era.

  • timeline

    Count declassified UAP records per decade or year to show how records cluster over time.

  • timeline_data

    Return per-period records with coordinates for building timelines and maps across 1944–2026.

Public scan report

scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it

no findings
  • Code scan3 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 27 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Uap Pulse repository's README, as published. We do not edit it. Read it on GitHub

🛸 uap-pulse

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

On July 10, 2026, the U.S. Department of War published PURSUE Release 04 on war.gov/UFO. uap-pulse now bundles all four releases: 334 U.S. records, plus 16 curated official-government cases from 12 nations — 350 records total, spanning 1944–2026.

Official sources only. U.S. PURSUE records are public domain under 17 U.S.C. § 105. The international layer links to official national archives; rights remain with each originating source. No scraped civilian databases. Not affiliated with or endorsed by any government.

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

Use it as an MCP server

Your agent can search all 350 records by release, location, agency, era, or type — and pull the direct official 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.

HTTP (v2 stateless)

Default is stdio. Optional Streamable HTTP — no session id, JSON responses, loopback only:

npx -y uap-pulse --http
# GET  http://127.0.0.1:3000/health
# POST http://127.0.0.1:3000/mcp   (sessionless)

Env: UAPPULSEHOST, UAPPULSEPORT, UAPPULSETRANSPORT=http.

Tools

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

Latest release — search_sightings({ release: 4, limit: 100 }) → all 40 files released on July 10, including the 1949 Los Alamos conference transcript, Project Sign records, new sensor videos, and STS-80 images.

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–4 (2026-05-08 through 2026-07-10).
  • License of the data: Public domain (U.S. federal government work, 17 U.S.C. § 105).
  • Coverage: 350 records · 275 geolocated · 20 off-world · 1944–2026. U.S. records by agency: War (171), FBI (87), NASA (40), CIA (21), State (7), DOE (5), ODNI (1), Intelligence Community Agency (1), U.S. Government (1).
  • The official war.gov CSV is mirrored locally for reproducible builds; coordinates are representative centroids for named locations, maintained 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

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y uap-pulse on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add uap-pulse -- npx -y uap-pulse
Add to Cursor

Uap Pulse: common questions

Is Uap Pulse MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Uap Pulse safety report
How do I install Uap Pulse?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Uap Pulse need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Uap Pulse maintained?
The last commit was 28 days ago (2026-08-29). The latest release is v0.4.0.
What can I use instead of Uap Pulse?
Servers from other publishers that do the same job: LetsFG — Flights & Hotels MCP server, Google Maps MCP Server and StyleKit MCP server. Compare all Uap Pulse alternatives.

Alternatives to Uap Pulse

Same job from other publishers: the closest match first, then the best rated.

All Uap Pulse alternatives →
  • LetsFG — Flights & Hotels
    Search and book flights and hotels: hundreds of airlines, plus bookable hotel rates.
    A
  • Google Maps MCP Server
    18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
    B
  • StyleKit
    Search 148 curated design styles and pull tokens, recipes, and shadcn commands into your AI IDE.
    A
  • Open Library
    Search books and authors on the Internet Archive's Open Library
    A
  • DomainKits
    Search newly registered, expired, aged, active, deleted and for-sale domains, plus WHOIS and DNS.
    A

More from davidmosiah →