Back to search
100
MCP live v1.0.1 streamable-http

Discovery Engine

com.leap-labs/discovery-engine

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

Uptime
20.0%
15 probes
Response
2860ms
last probe
Tools
14
callable

Tools · 14

discovery_list_plans

List available Disco plans with pricing. No authentication required. Returns all available subscription tiers with credit allowances and pricing. Use this to help users choose a plan.

discovery_estimate

Estimate the credits required to run a Disco analysis. Returns `required_credits` for public (always 0) and private, with private split by whether LLMs are enabled (use_llms=False is faster, …

discovery_upload

Upload a dataset file and return a file reference for use with discovery_analyze. Call this before discovery_analyze. Pass the returned result directly to discovery_analyze as the file_ref ar…

discovery_analyze

Run Disco on tabular data to find novel, statistically validated patterns. This is NOT another data analyst — it's a discovery pipeline that systematically searches for feature interactions, …

discovery_status

Check the status of a Disco run. Returns current status and progress details: - status: "pending" | "processing" | "completed" | "failed" - job_status: underlying job queue status - q…

discovery_get_results

Fetch the full results of a completed Disco run. Returns discovered patterns (with conditions, p-values, novelty scores, citations), feature importance scores, a summary with key insights, co…

discovery_account

Check your Disco account status. Returns current plan, available credits (subscription + purchased), and payment method status. Use this to verify you have sufficient credits before runni…

discovery_signup

Create a Disco account and get an API key. Provide an email address to start the signup flow. If email verification is required, returns {"status": "verification_required"} — the user will …

discovery_signup_verify

Complete Disco signup using an email verification code. Call this after discovery_signup returns {"status": "verification_required"}. The user receives a 6-digit code by email — pass it here …

discovery_login

Get a new API key for an existing Disco account. Sends a 6-digit verification code to the email address. Call discovery_login_verify with the code to receive a new API key. Use this when …

discovery_login_verify

Complete login and receive a new API key. Call this after discovery_login returns {"status": "verification_required"}. The user receives a 6-digit code by email — pass it here along with the …

discovery_add_payment_method

Attach a Stripe payment method to your Disco account. The payment method must be tokenized via Stripe's API first — card details never touch Disco's servers. Required before purchasing credit…

discovery_purchase_credits

Purchase Disco credit packs using a stored payment method. Credits cost $0.10 each, sold in packs of 100 ($10/pack). Credits are used for private analyses (public analyses are free). Requires…

discovery_subscribe

Subscribe to or change your Disco plan. Available plans: - "free_tier": Explorer — free, 10 credits/month - "tier_1": Researcher — $49/month, 500 credits/month - "tier_2": Team — $199…

Similar MCP servers embedding-nearest

searchcode live
Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.
6 tools · streamable-http
ThinkNEO Control Plane live
Enterprise AI governance: spend, guardrails, policy, budgets, compliance, and provider health.
68 tools · streamable-http
cloud.dchub/mcp-server live
Data center intelligence: 20,000+ facilities, M&A deals, site scoring, and market analytics.
28 tools · streamable-http
PlanExe live
MCP server for generating rough-draft project plans from natural-language prompts.
11 tools · streamable-http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
io.github.Deesmo/arch-tools-mcp live
116 AI tools in one MCP server. Web search, crypto data, image gen, news.
64 tools · sse

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "discovery_engine": {
      "url": "https://disco.leap-labs.com/mcp",
      "transport": "streamable-http"
    }
  }
}