Skip to main content
Glama
guilyx

epsteinexposed-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_persons

Search the Epstein files for persons of interest.

Args: name: Full or partial name to search for. category: Filter by category (politician, business, royalty, celebrity, associate, legal, academic, socialite, military-intelligence, other). page: Page number (default 1). per_page: Results per page, max 100 (default 20). Returns: JSON with matching person records including stats (flights, documents, etc.).
get_person

Get full detail for a specific person by their URL slug.

Returns biographical info, aliases, black book entry status, and aggregate stats (flights, documents, connections, emails). Args: slug: The person's URL slug (e.g. "bill-clinton", "ghislaine-maxwell"). Returns: JSON with full person detail.
search_documents

Search Epstein case documents using full-text search (FTS5).

Args: query: Full-text search query (e.g. "little st james", "flight log"). source: Filter by document source (court-filing, doj-release, fbi, efta). category: Filter by document category (deposition, testimony, correspondence). page: Page number (default 1). per_page: Results per page, max 100 (default 20). Returns: JSON with matching documents including title, date, source, summary, tags.
search_flights

Search Epstein's flight logs (~1997-2006) across all known aircraft.

Args: passenger: Filter by passenger name. year: Filter by year (e.g. 2002). origin: Filter by departure location (e.g. "TIST", "Palm Beach"). destination: Filter by arrival location (e.g. "Teterboro", "CYUL"). page: Page number (default 1). per_page: Results per page, max 100 (default 20). Returns: JSON with flight records including date, route, aircraft, pilot, and passengers.
cross_search

Search across documents AND emails simultaneously using full-text search.

Args: query: Search query (required). type: Limit to "documents" or "emails". Omit to search both. limit: Max results per type, max 100 (default 20). Returns: JSON with separate result arrays for documents and emails.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/guilyx/epsteinexposed-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server