mcpserver.lol
registry/discovery-engine
Connection check verified live · 20h ago

discovery-engine

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

Tools 14
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

14 tools

Read from the running server on 20h ago.

discovery_account read-only api_key
Check your Disco account status. Returns current plan, available credits (subscription + purchased), and payment method status. Use this to verify you have sufficient cred…
discovery_add_payment_method api_keypayment_method_id*
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 befo…
discovery_analyze can modify data titleauthorapi_keyfile_refuse_llmssource_url +6
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 fe…
discovery_estimate read-only api_keynum_columns*file_size_mb*analysis_depth
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_ll…
discovery_get_results read-only run_id*api_key
Fetch the full results of a completed Disco run. Returns discovered patterns (with conditions, p-values, novelty scores, citations), feature importance scores, a summary w…
discovery_list_plans read-only
List available Disco plans with pricing. No authentication required. Returns all available subscription tiers with credit allowances and pricing. Use this to help users ch…
discovery_login email*
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…
discovery_login_verify code*email*
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…
discovery_purchase_credits can modify data packsapi_key
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…
discovery_signup nameemail*
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"…
discovery_signup_verify code*email*
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 e…
discovery_status read-only run_id*api_key
Check the status of a Disco run. Returns current status and progress details: - status: "pending" | "processing" | "completed" | "failed" - job_status: underlying job…
discovery_subscribe can modify data plan*api_key
Subscribe to or change your Disco plan. Available plans: - "free_tier": Explorer — free, 10 credits/month - "tier_1": Researcher — $49/month, 500 credits/month - "…
discovery_upload api_keyfile_urlfile_namefile_pathfile_content
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_analyz…