Jedi Collection Sort MCP Server

Manage Shopify collection sorting by chat: strategies, assignments, and on-demand sorts.

Remote serverstreamable-http

What is the Jedi Collection Sort MCP server?

Most payments and commerce work still happens through a UI a human drives. Jedi Collection Sort MCP server moves it into the conversation instead. Manage Shopify collection sorting by chat: strategies, assignments, and on-demand sorts.

The short version

Jedi ‑ Collection Sort Pro automatically sorts products in Shopify collections: push down sold-out and out-of-stock items, surface bestsellers and new arrivals, AI multi-parameter sort, A/B testing, and analytics. This MCP server lets an AI assistant read and control that sorting for your store.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 7 tools. What each one is for:

  • list_strategies — List the store's sorting strategies (id, title, sort frequency, layer count)
  • get_strategy — Get one strategy including its full layer configuration
  • list_collections — List collections managed by Collection Sort, with strategy, sorting status, and last-sorted time (active_only filter)
  • get_collection_config — Get one collection's sorting config: assigned strategy with layers, status, and any pending sort job
  • set_collection_sorting — Assign a strategy to a collection and/or activate or deactivate sorting; changing the strategy of an active collection queues a re-sort
  • sort_collection_now — Queue an on-demand sort — idempotent, with a short cooldown after a completed sort
  • list_sort_jobs — List queued and processing sort jobs, newest first

What it needs from you

  1. Install Jedi ‑ Collection Sort Pro from the Shopify App Store. 2. A paid plan (from $2.99/month) — the MCP server and public API are included in every paid tier.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Jedi Collection Sort's toolset — list_strategies, get_strategy, list_collections and 4 more — is a fair guide to whether it matches your workflow. It is maintained by jediapps; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
list_strategiesList the store's sorting strategies (id, title, sort frequency, layer count)
get_strategyGet one strategy including its full layer configuration
list_collectionsList collections managed by Collection Sort, with strategy, sorting status, and last-sorted time (active_only filter)
get_collection_configGet one collection's sorting config: assigned strategy with layers, status, and any pending sort job
set_collection_sortingAssign a strategy to a collection and/or activate or deactivate sorting; changing the strategy of an active collection queues a re-sort
sort_collection_nowQueue an on-demand sort — idempotent, with a short cooldown after a completed sort
list_sort_jobsList queued and processing sort jobs, newest first

Configuration

  1. Install Jedi ‑ Collection Sort Pro from the Shopify App Store. 2. A paid plan (from $2.99/month) — the MCP server and public API are included in every paid tier.

Example prompts to try

  • Use Jedi Collection Sort to list strategies.
  • Use Jedi Collection Sort to get strategy.
  • Use Jedi Collection Sort to list collections.

Frequently asked questions

It connects Jedi Collection Sort to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (list_strategies, get_strategy, list_collections, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Jedi Collection Sort directly.