Data Source: Epstein Email Archive Explorer by DocETL, based on the House Oversight Committee release (Nov 12, 2025).

Disclaimer: This tool provides automated analysis of a public dataset. It is best‑effort and may contain inaccuracies. Verify all information against primary sources. Presence in this dataset does not imply wrongdoing.

MCP Server Live

Epstein Emails MCP Server

Connect your LLM to the full cache of Jeffrey Epstein's emails. Search, filter, and analyze the data directly from Claude, Cursor, or any MCP-compatible client.

1How to Connect

Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "epstein-emails": {
      "url": "https://trumpguzzler.com/api/mcp"
    }
  }
}

Cursor / Other Clients

Use the Streamable HTTP endpoint URL directly in your MCP client settings:

https://trumpguzzler.com/api/mcp

Transport Protocol

This server uses Streamable HTTP transport for real-time communication with MCP clients.

2Available Tools

search_emails

Tool

Search for emails by keyword in text, subject, summary, or people mentioned.

Arguments: query (string), limit (number, optional)

filter_emails

Tool

Filter emails by specific criteria like sender, recipient, date range, topic, etc.

Arguments: sender, recipient, date_start, date_end, topic, person_mentioned, limit

get_email

Tool

Get full details of a specific email by its Document ID.

Arguments: document_id (string)

get_statistics

Tool

Get statistics about the email dataset (total count, top topics, top people).

Arguments: None

get_person_profile

Tool

Get a detailed profile of a person mentioned in the emails, including top connections and topics.

Arguments: name (string)

get_organization_profile

Tool

Get a detailed profile of an organization mentioned in the emails.

Arguments: name (string)

analyze_connection

Tool

Analyze the connection between two entities (people or organizations) by finding emails where both appear.

Arguments: entity_a (string), entity_b (string)

get_daily_summary

Tool

Get a summary of emails for a specific date.

Arguments: date (string: YYYY-MM-DD)

3Available Resources

epstein://emails/list

Resource

Returns a list of all email IDs and subjects (limited to 100).

epstein://people/list

Resource

Returns a list of all unique people mentioned in the dataset.

epstein://email/{document_id}

Resource

Returns the full content of a specific email.

epstein://person/{name}

Resource

Returns a summary profile of a person.