Epstein Exposed MCP
@guilyx
About Epstein Exposed MCP
Epstein files API MCP
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"epsteinexposed-mcp": {
"command": "python",
"args": [
"-m",
"src.server"
]
}
}
}Tools
5Search/filter persons of interest by name and category
Get full detail for a person by slug (bio, aliases, stats)
FTS5 full-text search across case documents
Search flight logs by passenger, year, origin, destination
Search across documents and emails simultaneously
Overview
What is Epstein Exposed MCP?
Epstein Exposed MCP is a Model Context Protocol server that exposes the Epstein Exposed public API as AI-agent tool calls. It allows any MCP‑compatible client (Claude Desktop, Cursor, SmolAgents, etc.) to search persons, documents, flight logs, and emails from the Epstein case files.
How to use Epstein Exposed MCP?
Install the package with pip install -e ".[dev]" and run the server via python -m src.server or the MCP CLI (mcp run src/server.py). Then configure your MCP client (e.g., Claude Desktop or Cursor) by adding the server’s command to the appropriate JSON configuration file.
Key features of Epstein Exposed MCP
- Search and filter persons of interest by name and category.
- Retrieve full details for a person, including bio, aliases, and stats.
- Full‑text search across case documents.
- Search flight logs by passenger, year, origin, or destination.
- Cross‑search documents and emails simultaneously.
Use cases of Epstein Exposed MCP
- Researchers querying the public Epstein case database via natural language.
- Investigators cross‑referencing persons, flights, and documents in one tool.
- AI agents performing automated fact‑checking or data gathering from the case files.
- Developers building custom applications that need structured access to the Epstein Exposed data.
FAQ from Epstein Exposed MCP
What data does the server expose?
It exposes the Epstein Exposed public API, which includes persons, documents, flight logs, and emails derived from publicly released government records.
How do I install and run the server?
Install with pip install -e ".[dev]" and run using python -m src.server or mcp run src/server.py. Python 3.10 or later is required.
Which MCP clients are supported?
Any MCP‑compatible client works. Explicit configuration examples are provided for Claude Desktop and Cursor.
Is there a disclaimer about the data?
Yes. Inclusion in the Epstein Exposed database does not imply guilt or wrongdoing. All data is sourced from publicly released government records.
What are the server’s dependencies?
The server uses FastMCP, the epsteinexposed Python package (which relies on curl_cffi), and communicates over JSON‑RPC 2.0 via stdio or SSE.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ICSS
chokcoco不止于 CSS

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments