← Registry

eCommerce

marketbasketanalysis.com

Recommends complementary and substitute products, rationales, bundles, and subscription bundles based on order history.

1 endpoint19 known toolsFirst detected August 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.marketbasketanalysis.com/mcp

No auth detected

MCP server metadata

Name
marketbasketanalysis
Version
0.7.0
Capabilities
tools

Known tools 19

get_recommendations

For a given product, recommend the top complementary, frequently-bought-together products customers also bought, based on mined order-history association rules.

Inferred read-only
find_substitutes

For a given product, recommend the top substitute items that could REPLACE it (not complement it).

Inferred read-only
get_rationale

Fetch the one-sentence rationale for why product B is recommended alongside product A.

Inferred read-only
get_bundle_for_cart

Given a list of products already in the cart, recommend products that frequently bundle with the cart to complete a high-confidence bundle.

Inferred read-only
propose_subscription_bundle

Propose a recurring subscription bundle for a customer based on their first-order items.

Inferred read-only
score_cross_sell

Score the cross-sell strength (product affinity) between two specific products.

Inferred read-only
score_return_risk

Predict return risk for a candidate bundle of 2-6 products.

Inferred read-only
analyze_basket

Run market-basket analysis on a proposed basket / bundle to score its cohesion.

Inferred read-only
predict_reorder

For a sales-rep or inventory / account-management agent: predict when a B2B customer / account is due to reorder.

Inferred read-only
forecast_bundle

For an inventory, purchasing, or merchant-ops agent: forecast weekly sales and recommend a buy quantity for a specific bundle over a configurable horizon.

Inferred read-only
get_weekly_plan

Fetch the current weekly action plan for the merchant: a ranked list of typed actions (publish opportunity, retire stale bundle, reorder inventory, investigate drift, etc.

Potential side effects
execute_weekly_plan_action

Execute a specific action from the merchant's weekly plan (publish bundle, run mining job, archive rule, etc.

Potential side effects
get_opportunities

List the merchant's ranked bundle / cross-sell opportunities mined from order history, with support / confidence / lift / revenue-weighted score.

Inferred read-only
explain_opportunity

Explain ONE mined opportunity: return its support, confidence, lift, and order sample count plus a short plain-language narrative of why the pair is a good cross-sell.

Inferred read-only
triage_opportunity

Pause, activate, or archive a specific opportunity from get_opportunities.

Inferred read-only
get_drift_alerts

For a merchant-ops or analytics agent: list active drift alerts, the recommendation rules whose confidence has materially changed (weakened, strengthened, disappeared, emerged) versus the prior mining job.

Inferred read-only
explain_drift

Explain ONE drift alert: return its prior and current confidence (plus support, lift, and order sample count when the rule is still live) and a short plain-language narrative of how the pair moved versus the prior mining run.

Inferred read-only
get_forecast_alerts

For an inventory or merchant-ops agent: list forecast-based alerts, the bundles with stockout risk, demand drop, demand spike, or an unreliable forecast curve.

Potential side effects
mine_hui_itemsets

Run high-utility itemset (HUI) mining on a caller-supplied payload of orders + per-line unit_profit.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.marketbasketanalysis]
url = "https://mcp.marketbasketanalysis.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "marketbasketanalysis": {
      "type": "http",
      "url": "https://mcp.marketbasketanalysis.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: marketbasketanalysis
Remote MCP URL: https://mcp.marketbasketanalysis.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "marketbasketanalysis": {
      "url": "https://mcp.marketbasketanalysis.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "marketbasketanalysis": {
      "type": "http",
      "url": "https://mcp.marketbasketanalysis.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "marketbasketanalysis",
  "transport": "streamable-http",
  "url": "https://mcp.marketbasketanalysis.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.