MCP Hub
Back to servers

Discovery Engine

Find novel, statistically validated patterns in tabular data — hypothesis-free.

Updated
Feb 25, 2026

Discovery Engine MCP Server

MCP server for Discovery Engine by Leap Laboratories. Superhuman exploratory data analysis – finds insight you wouldn't think to look for. Novel, statistically validated patterns surfaced automatically — feature interactions, subgroup effects, and conditional relationships you'd otherwise miss. Multiple scientific discoveries to date: free for open data.

Quick Start

pip install discovery-engine-mcp

Set your API key and run:

export DISCOVERY_API_KEY=disco_...
discovery-engine-mcp

Or run with uvx (no install needed):

DISCOVERY_API_KEY=disco_... uvx discovery-engine-mcp

Claude Desktop / Cursor

Add to your MCP config:

{
  "mcpServers": {
    "discovery-engine": {
      "command": "uvx",
      "args": ["discovery-engine-mcp"],
      "env": {
        "DISCOVERY_API_KEY": "disco_..."
      }
    }
  }
}

Remote (Streamable HTTP)

Connect directly to the hosted server — no local install needed:

URL: https://disco.leap-labs.com/mcp
Auth: Bearer disco_...

Getting an API Key

Sign up from the command line (no password, no credit card):

curl -X POST https://disco.leap-labs.com/v1/signup \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com"}'

Or create a key at disco.leap-labs.com/developers.

Free tier: 10 credits/month for private runs, unlimited public runs.

Tools

Discovery

ToolDescription
discovery_analyzeRun Discovery Engine on tabular data to find novel patterns
discovery_statusCheck the status of a running analysis
discovery_get_resultsFetch full results (patterns, p-values, citations, feature importance)
discovery_estimateEstimate cost and time before running

Account management

ToolDescription
discovery_signupCreate an account and get an API key (no auth required)
discovery_accountCheck account status, credits, and plan
discovery_list_plansList available plans with pricing
discovery_subscribeSubscribe to or change your plan
discovery_purchase_creditsBuy credit packs
discovery_add_payment_methodAttach a Stripe payment method

Configuration

Set DISCOVERY_API_KEY to your API key (starts with disco_).

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review