← shopout.ai

INDIVIDUAL MCP TOOL

seller_list_categories

List YOUR store categories with product counts.

shopout.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

shopout.ai

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.shopout-ai]
url = "https://shopout.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "shopout-ai": {
      "type": "http",
      "url": "https://shopout.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: shopout-ai
Remote MCP URL: https://shopout.ai/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": {
    "shopout-ai": {
      "url": "https://shopout.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_products — Search products across ShopOut stores.
  • get_product — Get full details for a specific product (anonymous).
  • list_stores — List all active stores on ShopOut with their slug, name, and product count.
  • get_store — Get full info for a store by slug, including the first 50 products.
  • create_cart_link — Prepare a checkout URL with items pre-loaded.
  • seller_list_products — List products in YOUR store.
  • seller_get_product — Get full detail for one product in YOUR store, including description and image URLs.
  • seller_update_product — Partial update — supply only fields you want to change.