# io.github.davidmosiah/uap-pulse (npm · uap-pulse)

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

- Trust score: 65/100 (medium)
- Change this week: +21
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `uap-pulse`: 65/100 (this document), [markdown](https://verifymcp.io/servers/davidmosiah-uap-pulse/uap-pulse.md), [page](https://verifymcp.io/servers/davidmosiah-uap-pulse/uap-pulse)

## Channel facts

- Registry: `npm`
- Package: `uap-pulse`
- Version: `0.4.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 23 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 530 tokens (~58/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 81/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 42% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add davidmosiah-uap-pulse -- npx -y uap-pulse
```

### Codex

```bash
codex mcp add davidmosiah-uap-pulse -- npx -y uap-pulse
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "davidmosiah-uap-pulse": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "uap-pulse"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add davidmosiah-uap-pulse --command npx --arg -y --arg uap-pulse
```

### Hermes

```yaml
mcp_servers:
  davidmosiah-uap-pulse:
    command: "npx"
    args: ["-y", "uap-pulse"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 65, +23)

- [security regression] Known CVEs: partial → unverified
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Stability: unverified → 0.23

### 2026-08-01 (score 42, +37)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 5, −39)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 44)

First indexed and scored.

## MCP tools (9)

### `search_sightings` (~199 tokens)

Search UAP Sightings

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

Input parameters:

- `agency` (string): exact agency name, e.g. 'Department of War', 'FBI', 'NASA', 'Department of State', 'Central Intelligence Agency', 'Department of Energy', 'Office of the Director of National Intelligence'
- `limit` (integer)
- `location` (string): substring match on the incident location, e.g. 'Iraq', 'Moon'
- `query` (string): free text matched against title, description and location
- `release` (number): PURSUE release number, from 1 through 4
- `type` (string): PDF document, VID video, IMG image, AUD audio, or DOC (international official record)
- `year_end` (integer)
- `year_start` (integer)

### `search_nearby` (~70 tokens)

Search Nearby UAP Sightings

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

Input parameters:

- `latitude` (number, required)
- `limit` (integer)
- `longitude` (number, required)
- `radius_km` (number)

### `get_sighting` (~53 tokens)

Get UAP Sighting

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

Input parameters:

- `id` (string, required): record id, e.g. 'pursue-042'

### `hotspots` (~26 tokens)

Rank UAP Hotspots

Rank incident locations by how many declassified records mention them.

Input parameters:

- `limit` (integer)

### `stats` (~26 tokens)

Summarize UAP Dataset

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

### `timeline` (~33 tokens)

Summarize UAP Timeline

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

Input parameters:

- `granularity` (string)

### `full_text_search` (~49 tokens)

Full-Text Search UAP Records

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

Input parameters:

- `limit` (integer)
- `query` (string, required): text to search for across all fields

### `notable_cases` (~39 tokens)

Browse Notable UAP Cases

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

Input parameters:

- `key` (string): optional: just one case group

### `timeline_data` (~35 tokens)

Get UAP Timeline Map Data

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

Input parameters:

- `granularity` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/davidmosiah-uap-pulse/uap-pulse#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 42
- 2026-07-31: 5
- 2026-07-30: 44
- 2026-07-28: 44
- 2026-07-27: 44

## Links

- npm package: https://www.npmjs.com/package/uap-pulse
- Socket report: https://socket.dev/npm/package/uap-pulse
- Repository: https://github.com/davidmosiah/uap-pulse
- Website: https://uap-pulse.vercel.app/
- Changelog RSS feed: https://verifymcp.io/servers/davidmosiah-uap-pulse/uap-pulse/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/davidmosiah-uap-pulse/uap-pulse/changelog.json
- HTML version of this page: https://verifymcp.io/servers/davidmosiah-uap-pulse/uap-pulse
