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/mcpTransport Protocol
This server uses Streamable HTTP transport for real-time communication with MCP clients.
2Available Tools
search_emails
ToolSearch for emails by keyword in text, subject, summary, or people mentioned.
filter_emails
ToolFilter emails by specific criteria like sender, recipient, date range, topic, etc.
get_email
ToolGet full details of a specific email by its Document ID.
get_statistics
ToolGet statistics about the email dataset (total count, top topics, top people).
get_person_profile
ToolGet a detailed profile of a person mentioned in the emails, including top connections and topics.
get_organization_profile
ToolGet a detailed profile of an organization mentioned in the emails.
analyze_connection
ToolAnalyze the connection between two entities (people or organizations) by finding emails where both appear.
get_daily_summary
ToolGet a summary of emails for a specific date.
3Available Resources
epstein://emails/list
ResourceReturns a list of all email IDs and subjects (limited to 100).
epstein://people/list
ResourceReturns a list of all unique people mentioned in the dataset.
epstein://email/{document_id}
ResourceReturns the full content of a specific email.
epstein://person/{name}
ResourceReturns a summary profile of a person.