{
  "markdown": "# UAPDrop Research Archive — MCP Server\n\nA remote [Model Context Protocol](https://modelcontextprotocol.io) server that gives Claude, ChatGPT, Cursor and any other MCP-capable client grounded, citable access to the [UAPDrop](https://www.uapdrop.com) research corpus: declassified UAP/UFO government documents, a geocoded sighting archive built from national archives, news coverage, and cited entity profiles.\n\nEvery 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.\n\n- **Endpoint:** `https://mcp.uapdrop.com/the-truth-is-in-here`\n- **Transport:** streamable HTTP\n- **Auth:** bearer API key — [create one free](https://www.uapdrop.com/profile.html)\n- **Docs and pricing:** <https://www.uapdrop.com/api.html>\n- **Registry name:** `com.uapdrop/research-archive`\n\nThis repository holds the server's public metadata (`server.json`) and documentation. The server itself is hosted — there is nothing to install or run locally.\n\n## What's in the corpus\n\n| | |\n| --- | --- |\n| Declassified documents | 13,929 — Project Blue Book, the FBI Vault, and national-archive releases, with extracted PDF text |\n| Geocoded sightings | 28,314 records from four vetted government sources |\n| Sighting sources | US NARA Project Blue Book, UK National Archives, France's CNES/GEIPAN, and the Hatch catalogue |\n| Commentary videos | ~10,000 analysed, each with a generated summary, analysis and talking points |\n| Entity profiles | Reported non-human entities, every claim backed by a citation into the archive |\n\nThe underlying sighting dataset is [free to download in bulk](https://www.uapdrop.com/data.html) 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.\n\n## Tools\n\nAll tools are **read-only**. There are no ingest, generation, or administrative tools, by design.\n\n| Tool | What it does | Plan |\n| --- | --- | --- |\n| `search_documents` | Full-text search across the declassified archive — title, summary, incident text, tags and extracted PDF text. Filter by tag, releasing agency, or file type. | Free |\n| `get_document` | One archive document in full, including its attachment gallery. | Free |\n| `search_sightings` | The geocoded sighting archive, filterable by source, date range and bounding box. | Free |\n| `get_sighting` | One sighting record with its full media set. | Free |\n| `list_sighting_sources` | The source keys available to `search_sightings`. | Free |\n| `search_videos` | Keyword search over analysed commentary videos. | Free |\n| `get_video` | One commentary video with our written summary, analysis and talking points. | Free |\n| `related_documents` | Archive documents related to a video, diversified across release programs. | Free |\n| `related_commentary` | Commentary videos related to an archive document. | Free |\n| `search_semantic` | Embedding-based search across documents, news and sightings — finds conceptually related material that keyword search misses. | Researcher |\n| `list_news` / `get_news` | UAPDrop news coverage, including related-commentary links. | Researcher |\n| `list_beings` / `get_being` | Reported entity profiles with their full cited-references ledger. | Researcher |\n\nRaw video transcripts are never returned, and neither is YouTube's own description text.\n\n## Setup\n\nCreate a key on your [profile page](https://www.uapdrop.com/profile.html) — sign-in is free and so is the starter tier — then register the server with your client.\n\n### Claude Code\n\n```bash\nclaude mcp add uapdrop --transport http \\\n  https://mcp.uapdrop.com/the-truth-is-in-here \\\n  --header \"Authorization: Bearer uapd_live_YOUR_KEY_HERE\"\n```\n\n### Claude Desktop, Cursor, VS Code, and other file-configured clients\n\n```json\n{\n  \"mcpServers\": {\n    \"uapdrop\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.uapdrop.com/the-truth-is-in-here\",\n      \"headers\": { \"Authorization\": \"Bearer uapd_live_YOUR_KEY_HERE\" }\n    }\n  }\n}\n```\n\n### Verifying the connection\n\nThe server publishes [OAuth 2.0 Protected Resource Metadata](https://datatracker.ietf.org/doc/html/rfc9728), so an unauthenticated request returns a spec-conformant challenge rather than a bare failure:\n\n```bash\ncurl -s https://mcp.uapdrop.com/.well-known/oauth-protected-resource\n```\n\n## Plans\n\n| | Free | Researcher |\n| --- | --- | --- |\n| Price | $0 | $50/month, cancel any time |\n| Calls per day | 50 | 5,000 |\n| Document and sighting archives | ✅ | ✅ |\n| Cross-links and video search | ✅ | ✅ |\n| Semantic search across the corpus | — | ✅ |\n| News archive and entity profiles | — | ✅ |\n\nQuotas are per key and reset at 00:00 UTC. Responses carry `X-RateLimit-Remaining`; exceeding the quota returns `429` with a `Retry-After` header.\n\n## Example prompts\n\nOnce connected, these are the kinds of questions the server is built to answer:\n\n- *\"What did Project Blue Book conclude about the 1952 Washington D.C. sightings, and what do the original documents actually say?\"*\n- *\"Find sightings within 100 km of Rendlesham Forest between 1980 and 1981, and show me the source records.\"*\n- *\"Search the archive for anything conceptually similar to 'metallic disc observed by military radar operators' — not just those keywords.\"*\n- *\"What primary sources back the claims in the entity profile for the Hopkinsville goblins?\"*\n\n## Data provenance\n\nRecords 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.\n\n## Links\n\n- [API documentation and pricing](https://www.uapdrop.com/api.html)\n- [Free bulk sighting dataset](https://www.uapdrop.com/data.html)\n- [Sightings map](https://www.uapdrop.com/sightings-map.html)\n- [Document archive](https://www.uapdrop.com/archive.html)\n- [Contact](https://www.uapdrop.com/contact.html)\n\n## License\n\nThe contents of this repository (documentation and server metadata) are released under the [MIT License](LICENSE). The archive data itself is drawn from public government sources; see [the dataset page](https://www.uapdrop.com/data.html) for its licensing.\n",
  "bytes": 6276,
  "sha": "58c0e8f7df91be1594bc49e0af1478c230dd35c8078067672d1e641c573e1806",
  "repo_slug": "spedmo/uapdrop-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_uapdrop_research_archive_387568bc/readme"
}