Back to Browse

Uapdrop MCP Server

by Spedmo
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Search declassified UAP/UFO government archives, geocoded sightings and cited entity profiles.

About

Search declassified UAP/UFO government archives, geocoded sightings and cited entity profiles.

Remote endpoints: streamable-http: https://mcp.uapdrop.com/the-truth-is-in-here

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-uapdrop-research-archive": {
      "url": "https://mcp.uapdrop.com/the-truth-is-in-here"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

UAPDrop Research Archive — MCP Server

A remote Model Context Protocol server that gives Claude, ChatGPT, Cursor and any other MCP-capable client grounded, citable access to the UAPDrop research corpus: declassified UAP/UFO government documents, a geocoded sighting archive built from national archives, news coverage, and cited entity profiles.

Every result links back to the record it came from, so the assistant's claims can be checked against a primary source rather than taken on trust.

This repository holds the server's public metadata (server.json) and documentation. The server itself is hosted — there is nothing to install or run locally.

What's in the corpus

Declassified documents13,929 — Project Blue Book, the FBI Vault, and national-archive releases, with extracted PDF text
Geocoded sightings28,314 records from four vetted government sources
Sighting sourcesUS NARA Project Blue Book, UK National Archives, France's CNES/GEIPAN, and the Hatch catalogue
Commentary videos~10,000 analysed, each with a generated summary, analysis and talking points
Entity profilesReported non-human entities, every claim backed by a citation into the archive

The underlying sighting dataset is free to download in bulk and always will be. What this server provides is the retrieval layer over it — keyword search, semantic search, ranking, and cross-linking across the whole corpus.

Tools

All tools are read-only. There are no ingest, generation, or administrative tools, by design.

ToolWhat it doesPlan
search_documentsFull-text search across the declassified archive — title, summary, incident text, tags and extracted PDF text. Filter by tag, releasing agency, or file type.Free
get_documentOne archive document in full, including its attachment gallery.Free
search_sightingsThe geocoded sighting archive, filterable by source, date range and bounding box.Free
get_sightingOne sighting record with its full media set.Free
list_sighting_sourcesThe source keys available to search_sightings.Free
search_videosKeyword search over analysed commentary videos.Free
get_videoOne commentary video with our written summary, analysis and talking points.Free
related_documentsArchive documents related to a video, diversified across release programs.Free
related_commentaryCommentary videos related to an archive document.Free
search_semanticEmbedding-based search across documents, news and sightings — finds conceptually related material that keyword search misses.Researcher
list_news / get_newsUAPDrop news coverage, including related-commentary links.Researcher
list_beings / get_beingReported entity profiles with their full cited-references ledger.Researcher

Raw video transcripts are never returned, and neither is YouTube's own description text.

Setup

Create a key on your profile page — sign-in is free and so is the starter tier — then register the server with your client.

Claude Code

claude mcp add uapdrop --transport http \
  https://mcp.uapdrop.com/the-truth-is-in-here \
  --header "Authorization: Bearer uapd_live_YOUR_KEY_HERE"

Claude Desktop, Cursor, VS Code, and other file-configured clients

{
  "mcpServers": {
    "uapdrop": {
      "type": "http",
      "url": "https://mcp.uapdrop.com/the-truth-is-in-here",
      "headers": { "Authorization": "Bearer uapd_live_YOUR_KEY_HERE" }
    }
  }
}

Verifying the connection

The server publishes OAuth 2.0 Protected Resource Metadata, so an unauthenticated request returns a spec-conformant challenge rather than a bare failure:

curl -s https://mcp.uapdrop.com/.well-known/oauth-protected-resource

Plans

FreeResearcher
Price$0$50/month, cancel any time
Calls per day505,000
Document and sighting archives
Cross-links and video search
Semantic search across the corpus
News archive and entity profiles

Quotas are per key and reset at 00:00 UTC. Responses carry X-RateLimit-Remaining; exceeding the quota returns 429 with a Retry-After header.

Example prompts

Once connected, these are the kinds of questions the server is built to answer:

  • "What did Project Blue Book conclude about the 1952 Washington D.C. sightings, and what do the original documents actually say?"
  • "Find sightings within 100 km of Rendlesham Forest between 1980 and 1981, and show me the source records."
  • "Search the archive for anything conceptually similar to 'metallic disc observed by military radar operators' — not just those keywords."
  • "What primary sources back the claims in the entity profile for the Hopkinsville goblins?"

Data provenance

Records come from public government archives — the US National Archives' Project Blue Book, the UK National Archives, France's CNES/GEIPAN, and other national disclosure releases. Every result carries the URL of the originating record so it can be verified against the source.

Links

License

The contents of this repository (documentation and server metadata) are released under the MIT License. The archive data itself is drawn from public government sources; see the dataset page for its licensing.

Reviews

No reviews yet

Be the first to review this server!