# Disco

Disco is not another AI data analyst that writes pandas or SQL for you.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add leap-laboratories/discovery-engine

# Browse available tools
npx -y smithery tool list leap-laboratories/discovery-engine

# Get full schema for a tool
npx -y smithery tool get leap-laboratories/discovery-engine discovery_list_plans

# Call a tool
npx -y smithery tool call leap-laboratories/discovery-engine discovery_list_plans '{}'
```

## Direct MCP Connection

Endpoint: `https://discovery-engine--leap-laboratories.run.tools`

## Tools (14)

- `discovery_list_plans` — List available Disco plans with pricing.
- `discovery_estimate` — Estimate the credit cost of an analysis before running it.
- `discovery_upload` — Upload a dataset file and return a file reference for use with discovery_analyze.
- `discovery_analyze` — Run Disco on tabular data to find novel, statistically validated patterns.
- `discovery_status` — Check the status of a Disco run.
- `discovery_get_results` — Fetch the full results of a completed Disco run.
- `discovery_account` — Check your Disco account status.
- `discovery_signup` — Create a Disco account and get an API key.
- `discovery_signup_verify` — Complete Disco signup using an email verification code.
- `discovery_login` — Get a new API key for an existing Disco account.
- `discovery_login_verify` — Complete login and receive a new API key.
- `discovery_add_payment_method` — Attach a Stripe payment method to your Disco account.
- `discovery_purchase_credits` — Purchase Disco credit packs using a stored payment method.
- `discovery_subscribe` — Subscribe to or change your Disco plan.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get leap-laboratories/discovery-engine <tool-name>
```
