exchange-mcp

askarzh/exchange-mcp
★ 0 stars Python Database Updated 2d ago
Exchange (EWS) as a Postgres-backed daemon plus a thin MCP server — search, archive and work with mail from Claude
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "exchange-mcp": {
      "command": "uvx",
      "args": [
        "exchange-mcp"
      ]
    }
  }
}

Or install with pip: pip install exchange-mcp

README Excerpt

A Postgres-backed, two-process Exchange server: `ewsd` owns the Exchange session, the sync mirror, uploads, the audit chain, and every safety gate; `ewsmcp` is a thin MCP server that reads Postgres directly for fast lookups and forwards everything else to `ewsd`. **31 tools**, alias-only ids, token-lean DTOs, a Postgres mirror with full-text

Tools (20)

CONFIRM_TTL_SECONDSDATABASE_URLDATA_DIREWSD_API_KEYEWSD_URLEWS_CACHE_HIERARCHY_SECONDSEWS_CACHE_SYNC_SECONDSEWS_CAPABILITY_TIEREWS_MAX_SENDS_PER_HOUREWS_MIRROR_EXCLUDEEWS_TZEXTERNAL_URLSEND_CONFIRM_SECRETSEND_ENABLEDSHARED_DIRewsdewsmcpget_mailbox_overviewget_threadsearch_messages
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →