Data Collection
epstein-data.com
Search and retrieve documents, metadata, images, and entities from a large corpus of Epstein documents.
ENDPOINT 1
https://epstein-data.com/corpus/mcp
MCP server metadata
- Name
- Epstein Files
- Version
- 1.28.0
Research database of 1,416,848 documents from the DOJ's Jeffrey Epstein case file release under the Epstein Files Transparency Act. Use search_documents for full-text search, get_document to read a specific document, and the other tools for images, entities, and metadata.
Known tools 27
search_documentsSearch the full text of 2.77M pages across 1.38M Epstein documents.
Inferred read-onlyget_document_metadataGet metadata for a document: original filename, author, custodian, email headers, dates.
Potential side effectssearch_imagesSearch AI-generated descriptions of 92K images extracted from documents.
Inferred read-onlysearch_entitiesSearch the knowledge graph of 524 entities (people, organizations, properties, aircraft).
Inferred read-onlysearch_transcriptsSearch audio/video transcriptions (190K words from 435 media files).
Inferred read-onlycount_documentsCount documents in the corpus, optionally filtered by a search query.
Inferred read-onlysemantic_searchSemantic search using AI embeddings — understands meaning, not just keywords.
Inferred read-onlyfind_similar_imagesFind visually similar images across the corpus using CLIP embeddings.
Inferred read-onlyget_recent_newsGet recent Epstein-related news stories clustered from 300+ sources.
Inferred read-onlysearch_handwritingSearch 362 handwritten/typed page transcriptions — FD-302 interview reports, AUSA proffer notes, agent field notes, phone logs, evidence receipts.
Inferred read-onlysearch_emailsSearch 1.87M parsed email records — headers, senders, recipients, subjects, dates.
Potential side effectssearch_redacted_entitiesSearch 107K entities extracted from redacted areas of documents.
Inferred read-onlyget_cross_referencesGet all cross-reference numbers for a document (Bates stamps from different productions).
Inferred read-onlyreverse_image_searchFind visually similar images in the corpus by uploading an image.
Inferred read-onlysearch_flightsSearch the Epstein flight index — 15,000+ documented flights cross-referenced across ~20 source types (CBP records, court manifests, pilot logbooks, scheduling emails, itineraries).
Inferred read-onlyperson_flight_historyA person's full flight history from the index: total flights, first/last seen, by-year counts, top routes, top co-travelers, and the flight list.
Inferred read-onlyaircraft_flightsAll documented flights on a specific aircraft (by tail number), plus the aircraft type.
Inferred read-onlyflight_detailOne flight with FULL per-source provenance — every attestation (source, document ID, page, passengers as recorded, tail, confidence, URL).
Inferred read-onlyflight_statsFlight index statistics: total flights, source records, multi-source count, date range, source distribution, top airports, and top aircraft.
Inferred read-onlyflag_flightFlag a flight as looking wrong when you spot an inconsistency but lack a source document.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.epstein-files]
url = "https://epstein-data.com/corpus/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"epstein-files": {
"type": "http",
"url": "https://epstein-data.com/corpus/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: epstein-files
Remote MCP URL: https://epstein-data.com/corpus/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"epstein-files": {
"url": "https://epstein-data.com/corpus/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"epstein-files": {
"type": "http",
"url": "https://epstein-data.com/corpus/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "epstein-files",
"transport": "streamable-http",
"url": "https://epstein-data.com/corpus/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for epstein-data.com was fetched 2026-08-01T03:26:07.599Z and is being refreshed.
epstein-data.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.