eCommerce
marketbasketanalysis.com
Recommends complementary and substitute products, rationales, bundles, and subscription bundles based on order history.
ENDPOINT 1
https://mcp.marketbasketanalysis.com/mcp
MCP server metadata
- Name
- marketbasketanalysis
- Version
- 0.7.0
Known tools 19
get_recommendationsFor a given product, recommend the top complementary, frequently-bought-together products customers also bought, based on mined order-history association rules.
Inferred read-onlyfind_substitutesFor a given product, recommend the top substitute items that could REPLACE it (not complement it).
Inferred read-onlyget_rationaleFetch the one-sentence rationale for why product B is recommended alongside product A.
Inferred read-onlyget_bundle_for_cartGiven a list of products already in the cart, recommend products that frequently bundle with the cart to complete a high-confidence bundle.
Inferred read-onlypropose_subscription_bundlePropose a recurring subscription bundle for a customer based on their first-order items.
Inferred read-onlyscore_cross_sellScore the cross-sell strength (product affinity) between two specific products.
Inferred read-onlyanalyze_basketRun market-basket analysis on a proposed basket / bundle to score its cohesion.
Inferred read-onlypredict_reorderFor a sales-rep or inventory / account-management agent: predict when a B2B customer / account is due to reorder.
Inferred read-onlyforecast_bundleFor 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-onlyget_weekly_planFetch 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 effectsexecute_weekly_plan_actionExecute a specific action from the merchant's weekly plan (publish bundle, run mining job, archive rule, etc.
Potential side effectsget_opportunitiesList the merchant's ranked bundle / cross-sell opportunities mined from order history, with support / confidence / lift / revenue-weighted score.
Inferred read-onlyexplain_opportunityExplain 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-onlytriage_opportunityPause, activate, or archive a specific opportunity from get_opportunities.
Inferred read-onlyget_drift_alertsFor 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-onlyexplain_driftExplain 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-onlyget_forecast_alertsFor 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 effectsmine_hui_itemsetsRun high-utility itemset (HUI) mining on a caller-supplied payload of orders + per-line unit_profit.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.