Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |