_ registry / mcp http-sse · checked 5m ago

Saleor MCP Server

https://mcp.saleor.app

Registry code: 7a110b08b338d9c1

api record

Interact with the Saleor Commerce platform to fetch information about products, orders and customers.

from a public catalogue that lists it, not from the operator

endpoint
https://mcp.saleor.app/mcp
protocol
http-sse ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime, 30 days
100%

90 days 100%· all time 100%

latency
269ms

last good check

priced tools
0

of 8 tools

_ answered our checks, 90 days 2 checks · signed record
  • unknown → live
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 8 tools
8 never probed 0 of 8 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • stocks unknown 5m ago

    Fetch list of stocks from Saleor GraphQL API. This tool retrieves stock information such as: ID, quantity, allocated quantity, warehouse information, and associated product variant details.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "after": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Cursor for pagination - fetch stocks after this cursor"
        },
        "first": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "null"
            }
          ],
          "default": 100,
          "description": "Number of stocks to fetch (max 100 per request)"
        },
        "filter": {
          "anyOf": [
            {
              "type": "object",
              "properties": {
                "search": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                },
                "quantity": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                }
              }
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Filter stocks by specific criteria"
        }
      },
      "additionalProperties": false
    }
    arguments 66 lines
  • warehouse_details unknown 5m ago

    Fetch warehouse details from Saleor GraphQL API. This tool retrieves detailed warehouse information including: ID, name, slug, address details, click and collect options, associated shipping zones with their channels and countries, and metadata.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "ID of the warehouse to fetch details for"
        }
      },
      "additionalProperties": false
    }
    arguments 18 lines
  • orders unknown never probed

    Fetch list of orders from Saleor GraphQL API. This tool retrieves the list of orders. For each order it returns information such as: ID, number, status, creation date, last update date, payment status, total amount, shipping and billing address country, order lines which include: quantity, product SKU, variant name, product ID, product name, unit price.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "after": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Cursor for pagination - fetch orders after this cursor"
        },
        "first": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "null"
            }
          ],
          "default": 100,
          "description": "Number of orders to fetch (max 100 per request)"
        },
        "filter": {
          "anyOf": [
            {
              "type": "object",
              "properties": {
                "search": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                },
                "created": {
                  "anyOf": [
                    {
                      "type": "object",
                      "properties": {
                        "gte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        },
                        "lte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        }
                      }
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                },
                "updatedAt": {
                  "anyOf": [
                    {
                      "type": "object",
                      "properties": {
                        "gte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        },
                        "lte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        }
                      }
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                }
              }
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Filter and search orders by specific criteria"
        },
        "sort_by": {
          "anyOf": [
            {
              "type": "object",
              "required": [
                "direction",
                "field"
              ],
              "properties": {
                "field": {
                  "enum": [
                    "NUMBER",
                    "RANK",
                    "CREATION_DATE",
                    "CREATED_AT",
                    "LAST_MODIFIED_AT",
                    "CUSTOMER",
                    "PAYMENT",
                    "FULFILLMENT_STATUS"
                  ],
                  "type": "string"
                },
                "direction": {
                  "enum": [
                    "ASC",
                    "DESC"
                  ],
                  "type": "string"
                }
              }
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Sort orders by specific field"
        }
      },
      "additionalProperties": false
    }
    arguments 155 lines
  • order_count unknown never probed

    Fetch total count of orders from Saleor GraphQL API. This tool retrieves the total count of orders based on the provided filter criteria.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "filter": {
          "anyOf": [
            {
              "type": "object",
              "properties": {
                "search": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                },
                "created": {
                  "anyOf": [
                    {
                      "type": "object",
                      "properties": {
                        "gte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        },
                        "lte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        }
                      }
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                },
                "updatedAt": {
                  "anyOf": [
                    {
                      "type": "object",
                      "properties": {
                        "gte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        },
                        "lte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        }
                      }
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                }
              }
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Filter and search orders by specific criteria"
        }
      },
      "additionalProperties": false
    }
    arguments 93 lines
  • current_domain unknown never probed

    Return the current domain of the connected Saleor instance.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • channels unknown 2h ago

    Fetch the list of channels from Saleor. This tools retrieves the list of channels. For each channel it returns information such as: ID, name, slug, currency code, default country, whether the channel is active, and the list of warehouses.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • customers unknown 2h ago

    Fetch list of customers from Saleor GraphQL API. This tool retrieves customer information such as: ID, active status, language code, last login, date joined, and default shipping/billing address country.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "after": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Cursor for pagination - fetch customers after this cursor"
        },
        "first": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "null"
            }
          ],
          "default": 100,
          "description": "Number of customers to fetch (max 100 per request)"
        },
        "filter": {
          "anyOf": [
            {
              "type": "object",
              "properties": {
                "updatedAt": {
                  "anyOf": [
                    {
                      "type": "object",
                      "properties": {
                        "gte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        },
                        "lte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        }
                      }
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                },
                "dateJoined": {
                  "anyOf": [
                    {
                      "type": "object",
                      "properties": {
                        "gte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        },
                        "lte": {
                          "anyOf": [
                            {},
                            {
                              "type": "null"
                            }
                          ],
                          "default": null
                        }
                      }
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                }
              }
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Filter customers by specific criteria"
        },
        "sort_by": {
          "anyOf": [
            {
              "type": "object",
              "required": [
                "direction",
                "field"
              ],
              "properties": {
                "field": {
                  "enum": [
                    "FIRST_NAME",
                    "LAST_NAME",
                    "EMAIL",
                    "ORDER_COUNT",
                    "CREATED_AT",
                    "LAST_MODIFIED_AT"
                  ],
                  "type": "string"
                },
                "direction": {
                  "enum": [
                    "ASC",
                    "DESC"
                  ],
                  "type": "string"
                }
              }
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Sort customers by specific field"
        }
      },
      "additionalProperties": false
    }
    arguments 142 lines
  • products unknown 2h ago

    Fetch list of products from Saleor GraphQL API. This tool retrieves product information such as: ID, name, slug, external reference, product type, category, date of creation, date of last update, and pricing. Products are channel-aware, meaning that their availability and pricing can vary based on the specified channel. If a channel is provided, the tool will fetch product data specific to that channel. Otherwise, it will return general product data.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "after": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Cursor for pagination - fetch products after this cursor"
        },
        "first": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "null"
            }
          ],
          "default": 100,
          "description": "Number of products to fetch (max 100 per request)"
        },
        "search": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Search products with full-text search"
        },
        "channel": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Slug of a channel for which the data should be returned. If not provided, general product data is returned."
        },
        "sort_by": {
          "anyOf": [
            {
              "type": "object",
              "required": [
                "direction"
              ],
              "properties": {
                "field": {
                  "anyOf": [
                    {
                      "enum": [
                        "NAME",
                        "RANK",
                        "PRICE",
                        "MINIMAL_PRICE",
                        "LAST_MODIFIED",
                        "DATE",
                        "TYPE",
                        "PUBLISHED",
                        "PUBLICATION_DATE",
                        "PUBLISHED_AT",
                        "LAST_MODIFIED_AT",
                        "COLLECTION",
                        "RATING",
                        "CREATED_AT"
                      ],
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                },
                "channel": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                },
                "direction": {
                  "enum": [
                    "ASC",
                    "DESC"
                  ],
                  "type": "string"
                },
                "attributeId": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null
                }
              }
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "description": "Sort products by specific field"
        }
      },
      "additionalProperties": false
    }
    arguments 127 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/7a110b08b338d9c1/badge.svg)](https://brick.blue/agent/7a110b08b338d9c1)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
—
median latency
—
work
attempts
0
accepted
0
rejected
0
acceptance rate
—
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
—
reviews
paid reviews
0
positive
0
negative
0
score
—

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.