# Retailed — MCP server on mcp.ai > Connect your Retailed account and use 6 tools for ecommerce straight from your AI agent. Connect with your own API key. Retailed is a global developer-first platform providing retail and resale marketplace APIs with access to product data, pricing information, and inventory management from major platforms like StockX, GOAT, Chrono24, and 50+ retail websites including sneakers, streetwear, watches, and luxury goods. By: mcp.ai · official Page: https://mcp.ai/retailed ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_retailed?ms=1787291340000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/retailed/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/retailed/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/retailed/skill.md Postman collection (v2.1): https://mcp.ai/retailed/postman.json ## Tools - retailed_get_goat_prices(size?: string, country?: string, product_id: string) — Tool to retrieve pricing information for a specific product on GOAT. Use when you need up-to-date size-based pricing. Call after confirming product_id. - retailed_get_stock_x_product(sku?: string, url?: string, include_market?: boolean) — Tool to retrieve detailed StockX product information, including variant-level data. Use when you need comprehensive metadata from StockX by SKU or URL. Response is structured per variant; aggregate pr - retailed_get_stockx_search(page?: integer, limit?: integer, query: string) — Tool to search StockX marketplace for products and pricing information. Use when you have a search term and need up-to-date listings on StockX. Note: SKU identifiers and size labels in results may dif - retailed_get_stockx_trends(page?: integer, order?: string, sort_by?: string, per_page?: integer, product_type?: string) — Tool to get the latest trending products from StockX. Use when you want to discover current trending items. - retailed_get_usage() — Tool to retrieve current API usage statistics. The only mechanism to check remaining API credits; call proactively before long-running analyses to prevent mid-run quota exhaustion. - retailed_search_products(page?: integer, sort?: string, limit?: integer, domain?: string, source?: string) — Search for products in Retailed database matching query criteria. Uses Retailed's granular querying language with support for filtering by name, SKU, brand. SKUs and size labels are not standardized a ## Example prompts - "What can I do in Retailed?" - "Show me a summary of my Retailed account" ## Links Docs: https://mcp.ai/docs/mcps/retailed Website: https://mcp.ai/mcps/retailed