Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧮 Data Science Tools
  3. Discovery Engine
Discovery Engine logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:20:00 PM

Discovery Engine

User RatingsBe the first to rate and review this MCP server!
View Repository7 GitHub StarsTotal stargazers on GitHub for the source repository (7 stars).Visit Website
researchdata-analysisstatisticsmachine-learning

Analyzes tabular data for validated feature interactions, subgroup effects, statistical significance, and literature context.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "leap-laboratories-discovery-engine": {
      "command": "uvx",
      "args": [
        "discovery-engine-api"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧮 More in Data Science Tools

Overview

The leap-laboratories/discovery-engine MCP server analyzes tabular data to find feature interactions, subgroup effects, and conditional relationships that may be missed by hypothesis-driven exploration. It sends analysis requests to Disco through a hosted MCP endpoint, where patterns are validated on held-out data, corrected for multiple testing, and checked against academic literature. Results include conditions, effect sizes, p-values, support counts, citations, novelty classifications, and an interactive report URL. Reach for it when you need to discover relationships in a dataset rather than perform routine filtering, visualization, SQL queries, or summary statistics.

Use cases

•Discover feature interactions in a tabular dataset
•Identify subgroup effects associated with a target column
•Validate candidate patterns on held-out data
•Compare discovered patterns with academic literature
•Submit and monitor analyses from an agent workflow

Key features

•Feature interaction and subgroup discovery
•Hold-out validation with FDR-corrected p-values
•Effect sizes, support counts, and novelty classifications
•Academic literature citations for returned patterns
•Asynchronous analysis submission and status tracking
•Interactive report URLs and generated summaries

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Discovery Engine.

Extracted Tool Capabilities
Feature interaction and subgroup discovery
Hold-out validation with FDR-corrected p-values
Effect sizes, support counts, and novelty classifications
Academic literature citations for returned patterns
Asynchronous analysis submission and status tracking
Interactive report URLs and generated summaries

How Discovery Engine works

What leap-laboratories/discovery-engine MCP server does

The leap-laboratories/discovery-engine MCP server exposes Disco's exploratory data analysis workflow through MCP. It accepts a tabular dataset and a target column, then searches for combinations of feature conditions associated with meaningful changes in the target. This can include interactions between continuous variables, subgroup effects, and conditional relationships that are not obvious from examining individual columns.

Each returned pattern contains structured evidence. Depending on the result, that evidence can include the matching conditions, target-change direction, absolute target change, support count, support percentage, p-value, novelty classification, explanation of the novelty assessment, and literature citations. The service also provides a generated summary and a URL for an interactive report.

The tool is intended for discovery-oriented analysis. It is not presented as a replacement for pandas-based summary statistics, visualization, filtering, or SQL querying.

How it works

Disco first trains machine-learning models on part of the supplied data and uses interpretability methods to extract candidate patterns. It then evaluates those patterns against held-out data and applies Benjamini-Hochberg false-discovery-rate correction. Patterns that survive validation are checked against academic literature through semantic search, allowing results to be classified as novel or confirmatory.

Analyses can take several minutes. The hosted service reports progress such as queue position, estimated wait, current pipeline step, and estimated completion time. Agent workflows can submit work and check its status separately rather than waiting for the analysis request to finish.

Data preparation affects the usefulness of the output. Identifiers, target leakage, and columns that are alternative encodings or components of the target should be excluded, because they can produce statistically real but tautological findings.

Setup and configuration

The leap-laboratories/discovery-engine MCP server is hosted at https://disco.leap-labs.com/mcp, so no local MCP package installation is required. Configure an MCP client with that URL and provide DISCOVERY_API_KEY in the server environment.

An API key can be obtained through the service's signup and email-verification endpoints or through its developer page. The MCP tool list also includes signup and login verification operations. Public analyses are free but publish the data and report; private analyses use credits. The analysis request can specify visibility, analysis depth, column descriptions, excluded columns, a title, a description, and whether to use LLM-assisted processing.

Tools and capabilities

The available MCP tools are:

  • discovery_list_plans and discovery_estimate for plan and cost-related information.
  • discovery_upload for sending data to the service.
  • discovery_analyze for starting an analysis.
  • discovery_status for checking a submitted run.
  • discovery_get_results for retrieving completed results.
  • discovery_account for account information.
  • discovery_signup, discovery_signup_verify, discovery_login, and discovery_login_verify for account access flows.
  • discovery_add_payment_method, discovery_subscribe, and discovery_purchase_credits for paid usage management.

Use the server to investigate which variables and combinations relate to a target, identify candidate subgroup effects, compare findings with published research, or produce structured evidence for a downstream agent workflow.

Limitations and notes

The service does not guarantee that a statistically validated pattern is causal. Input columns that encode the target or contain leakage can lead to misleading results, so data preparation is required. Public runs make the data and report public, while private runs consume credits. Analyses may take a few minutes, and LLM-assisted processing is slower and more expensive than the default mode.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Data Science Tools View all alternatives
  • Networkx MCP Server logoNetworkx MCP Server

    The first NetworkX integration for Model Context Protocol, enabling graph analysis and visualization directly in AI conversations. Supports 13 operations including centrality algorithms, community detection, PageRank, and graph visualization.

    🧮 Data Science Tools3 views
    Compare vs Networkx MCP Server →
  • Math MCP Learning Server logoMath MCP Learning Server

    Educational MCP server for math operations, statistics, visualization, and persistent workspaces. Built with FastMCP 2.0.

    🧮 Data Science Tools4 views
    Compare vs Math MCP Learning Server →
  • Label Studio MCP Server logoLabel Studio MCP Server

    Create, manage, and automate Label Studio projects, tasks, and predictions for data labeling workflows.

    🧮 Data Science Tools3 views
    Compare vs Label Studio MCP Server →
  • Bundler MCP logoBundler MCP

    Enables agents to query local information about dependencies in a Ruby project's Gemfile.

    🧮 Data Science Tools2 views
    Compare vs Bundler MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
7
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Discovery Engine

No local installation is required. Configure an MCP client with the hosted endpoint https://disco.leap-labs.com/mcp and provide DISCOVERY_API_KEY.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDiscovery Engine AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/leap-laboratories-discovery-engine?style=directory)](https://allmcps.com/mcp/leap-laboratories-discovery-engine)
HTML Embed
<a href="https://allmcps.com/mcp/leap-laboratories-discovery-engine"><img src="https://allmcps.com/api/badge/leap-laboratories-discovery-engine?style=directory" alt="Discovery Engine on AllMCPs" /></a>

Technical Specs & Signals

Category🧮Data Science Tools
PricingFreemium
More technical detailsExpand â–¾
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
Last updatedSep 4, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars7
GitHub Star CountTotal stargazers on GitHub representing community popularity (7 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 29, 2026
52Quality signal: Good · 52/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev · discovery-engine-api (PyPI)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧮 Data Science Tools →Best MCP servers for Data Science →Alternatives to Discovery Engine →Install in Claude DesktopInstall in CursorInstall in VS Code