Epstein Exposed MCP
About
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…
Details
- Author
- guilyx
- GitHub stars
- 3
- Downloads
- 168
- Categories
- Other
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Epstein Exposed MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"epstein exposed mcp": {
"epsteinexposed-mcp": {
"command": "python",
"args": [
"-m",
"src.server"
]
}
}
}
}
McpServers
{
"epsteinexposed-mcp": {
"command": "python",
"args": [
"-m",
"src.server"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




