Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Epsteinexposed

БесплатноНе проверен

MCP to explore the EpsteinExposed API through the epsteinexposed pip api wrapper.

GitHubEmbed

Описание

MCP to explore the EpsteinExposed API through the epsteinexposed pip api wrapper.

README

CI Codacy Badge codecov Python MCP License: MIT

Model Context Protocol server exposing the Epstein Exposed public API as AI-agent tool calls.

Plug directly into any MCP-compatible client (Claude Desktop, Cursor, SmolAgents, etc.) to search persons, documents, flight logs, and emails from the Epstein case files.

epsteinexposed-mcp

Disclaimer: Inclusion in the Epstein Exposed database does not imply guilt or wrongdoing. All data is derived from publicly released government records.

Tools

Tool Description
search_persons Search/filter persons of interest by name and category
get_person Get full detail for a person by slug (bio, aliases, stats)
search_documents FTS5 full-text search across case documents
search_flights Search flight logs by passenger, year, origin, destination
cross_search Search across documents and emails simultaneously

Quick Start

# Install
pip install -e ".[dev]"

# Run via stdio (for MCP clients)
python -m src.server

# Or via the MCP CLI
mcp run src/server.py

MCP Client Configuration

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "epstein-files": {
      "command": "epsteinexposed-mcp",
      "args": []
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "epstein-files": {
      "command": "epsteinexposed-mcp",
      "args": []
    }
  }
}

Architecture

MCP Client (Claude, Cursor, SmolAgents)
    │
    │  JSON-RPC 2.0 (stdio / SSE)
    ▼
epsteinexposed-mcp (FastMCP)
    │
    │  AsyncEpsteinExposed (curl_cffi)
    ▼
epsteinexposed.com/api/v1

Powered by the epsteinexposed Python package.

Development

git clone https://github.com/releasetheepsteinfiles/epsteinexposed-mcp.git
cd epsteinexposed-mcp
pip install -e ".[dev]"
pytest -v

Documentation

Full docs available at the docs site (VitePress).

The toolchain

This repository is one of four that share a data source and a design system:

Repo Role
epsteinexposed Python client for the public API
epsteinexposed-mcp MCP server — structured search (this repo)
epstein-files-rag-mcp MCP server — semantic search (in development)
epsteinexplorer Natural-language chat app

A 20-second overview of how the four fit together:

Epstein Files toolchain

Design system

All four repositories share the "Declassified" visual language — a dark archival palette with a single ember accent, monospace structure and Inter prose. The canonical tokens live in brand/tokens.css and the rationale in brand/DESIGN.md; both files are byte-identical across the four repos.

The VitePress theme maps --vp-* onto that palette in docs/.vitepress/theme/custom.css.

License

MIT

from github.com/guilyx/epsteinexposed-mcp

Установить Epsteinexposed в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install epsteinexposed-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add epsteinexposed-mcp -- uvx --from git+https://github.com/guilyx/epsteinexposed-mcp epsteinexposed-mcp

Пошаговые гайды: как установить Epsteinexposed

FAQ

Epsteinexposed MCP бесплатный?

Да, Epsteinexposed MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Epsteinexposed?

Нет, Epsteinexposed работает без API-ключей и переменных окружения.

Epsteinexposed — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Epsteinexposed в Claude Desktop, Claude Code или Cursor?

Открой Epsteinexposed на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Epsteinexposed with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development