io.github.davidmosiah/uap-pulse
NPM · UAP-PULSE · SCANNED SEP 21
Search and map the Pentagon UAP/UFO releases plus curated official archives from 12 nations.
Available components
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. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 22 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability72
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 530 tokens (~58/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
- Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage81
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 42% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.davidmosiah/uap-pulse MCP server?
io.github.davidmosiah/uap-pulse runs locally as an npm package, launched with npx -y uap-pulse. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · uap-pulse
claude mcp add davidmosiah-uap-pulse -- npx -y uap-pulse
{
"mcpServers": {
"davidmosiah-uap-pulse": {
"command": "npx",
"args": [
"-y",
"uap-pulse"
]
}
}
} {
"servers": {
"davidmosiah-uap-pulse": {
"command": "npx",
"args": [
"-y",
"uap-pulse"
]
}
}
} codex mcp add davidmosiah-uap-pulse -- npx -y uap-pulse
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"davidmosiah-uap-pulse": {
"type": "local",
"command": [
"npx",
"-y",
"uap-pulse"
],
"enabled": true
}
}
} openclaw mcp add davidmosiah-uap-pulse --command npx --arg -y --arg uap-pulse
mcp_servers:
davidmosiah-uap-pulse:
command: "npx"
args: ["-y", "uap-pulse"] {
"McpServers": {
"davidmosiah-uap-pulse": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"uap-pulse"
]
}
}
} assistant mcp add davidmosiah-uap-pulse -t stdio -c npx -a -y uap-pulse
{
"mcpServers": {
"davidmosiah-uap-pulse": {
"command": "npx",
"args": [
"-y",
"uap-pulse"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 −3
- Stability: pass → 0.77 functional
- 15 Sept 26 +1
- Stability: 0.97 → pass security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 11 Sept 26 +1
- Security disclosure: fail → unverified ▼ functional
- 9 Sept 26 −3
- Stability: pass → 0.80 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 21 Sept 2026 · Analysed npm/uap-pulse@0.4.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
full_text_search Full-Text Search UAP Records ~49
Run a relevance-ranked search across every record's title, location, and description for thematic research.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| query | string | yes | text to search for across all fields |
No output schema declared.
No examples provided.
get_sighting Get UAP Sighting ~53
Get the full record for one UAP file by id, including its release, full description, and direct official source link.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | record id, e.g. 'pursue-042' |
No output schema declared.
No examples provided.
hotspots Rank UAP Hotspots ~26
Rank incident locations by how many declassified records mention them.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
No output schema declared.
No examples provided.
notable_cases Browse Notable UAP Cases ~39
Return curated, historically significant cases with matching official records and context for why each case matters.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | – | optional: just one case group |
No output schema declared.
No examples provided.
search_nearby Search Nearby UAP Sightings ~70
Find declassified UAP incidents within a radius (km) of a latitude/longitude. Results are sorted by distance; off-world records are excluded.
| Name | Type | Req | Description |
|---|---|---|---|
| latitude | number | yes | – |
| limit | integer | – | – |
| longitude | number | yes | – |
| radius_km | number | – | – |
No output schema declared.
No examples provided.
search_sightings Search UAP Sightings ~199
Search the declassified PURSUE UAP records by release, free text, agency, file type, year range, or location. Returns matching records in brief form.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | – | – |
No output schema declared.
No examples provided.
stats Summarize UAP Dataset ~26
Return totals and breakdowns by PURSUE release, agency, file type, and era.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
timeline Summarize UAP Timeline ~33
Count declassified UAP records per decade or year to show how records cluster over time.
| Name | Type | Req | Description |
|---|---|---|---|
| granularity | string | – | – |
No output schema declared.
No examples provided.
timeline_data Get UAP Timeline Map Data ~35
Return per-period records with coordinates for building timelines and maps across 1944–2026.
| Name | Type | Req | Description |
|---|---|---|---|
| granularity | string | – | – |
No output schema declared.
No examples provided.
What is the io.github.davidmosiah/uap-pulse MCP server?
io.github.davidmosiah/uap-pulse is an MCP server listed in the public MCP registry as io.github.davidmosiah/uap-pulse. Search and map the Pentagon UAP/UFO releases plus curated official archives from 12 nations. This page covers its npm package (uap-pulse).
Is the io.github.davidmosiah/uap-pulse MCP server safe to use?
io.github.davidmosiah/uap-pulse scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.davidmosiah/uap-pulse MCP server expose?
io.github.davidmosiah/uap-pulse exposes 9 tools: search_sightings, search_nearby, get_sighting, hotspots, stats, and 4 more. Their descriptions and schemas cost roughly 530 tokens of context every time the server is loaded.
Is the io.github.davidmosiah/uap-pulse MCP server still maintained?
io.github.davidmosiah/uap-pulse is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.davidmosiah/uap-pulse MCP server under?
io.github.davidmosiah/uap-pulse declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.