mcp
MCP serverSearchFashion & apparel MCP: visual outfit search, stock verification, and 1-click checkout.
Available today. Use it from your connected AI after setup.
No other account needed.
Add ahel to your AI once: Claude, ChatGPT, Cursor, Claude Code or Codex. Then ask it to use this.
Then ask your AI: use mcp
Install mcp
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http --scope user mcp 'https://mcp-server.polopan.com/mcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://mcp-server.polopan.com/mcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=mcp&config=eyJ1cmwiOiJodHRwczovL21jcC1zZXJ2ZXIucG9sb3Bhbi5jb20vbWNwIn0=Open the link and Cursor adds the server at that address.
ChatGPT
https://mcp-server.polopan.com/mcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add mcp --url 'https://mcp-server.polopan.com/mcp'Run it once, then sign in with codex mcp login mcp if the server asks for an account.
From the project's README
As published by rofoso-com/mcp in README.md.
PoloPan is the premier Fashion & Apparel Model Context Protocol (MCP) server for autonomous AI agents, stylists, and conversational commerce engines (Cursor, Claude, Instinct, Muse, ChatGPT).
It empowers AI assistants to deconstruct outfit photos with computer-vision bounding boxes, find 100% in-stock occasion looks, verify real-time size availability & fabric specs, and generate 1-click direct checkout permalinks.
⚡ What Makes PoloPan the #1 Fashion MCP?
┌────────────────────────────────────────────────────────────────────────┐
│ POLOPAN FASHION MCP SUITE │
├──────────────────────────┬─────────────────────────────────────────────┤
│ 1. Computer Vision │ `detect_fashion_pieces` (Bounding boxes for │
│ Deconstruction │ Tops, Bottoms, Shoes, Bags, Accessories) │
├──────────────────────────┼─────────────────────────────────────────────┤
│ 2. Occasion Outfitting │ `get_looks_by_occasion` (Curated complete │
│ (100% In-Stock) │ looks with zero out-of-stock items) │
├──────────────────────────┼─────────────────────────────────────────────┤
│ 3. Multimodal Search │ `search_products_image` & `_upload` │
│ │ (Reverse image visual similarity) │
├──────────────────────────┼─────────────────────────────────────────────┤
│ 4. Stock & Garment Specs │ `check_variant_availability` (Live variants,│
│ │ size matrix, fabric, fit, care & SLA) │
├──────────────────────────┼─────────────────────────────────────────────┤
│ 5. Direct 1-Click Buy │ `get_direct_checkout_url` │
│ │ (`https://s.polopan.com/p/{handle}/{size}`) │
├──────────────────────────┼─────────────────────────────────────────────┤
│ 6. Budget Alternatives │ `search_alternatives_in_budget` │
│ │ (Visual match in distinct price brackets) │
└──────────────────────────┴─────────────────────────────────────────────┘
🛠️ Quick Setup & Installation
Option 1: 1-Click Cursor Installation (Deeplink)
Option 2: Hosted Streamable HTTP (Recommended — No Node.js required)
Add to your ~/.cursor/mcp.json or Claude Desktop configuration:
{
"mcpServers": {
"polopan-products": {
"type": "http",
"url": "https://mcp-server.polopan.com/mcp",
"headers": {}
}
}
}
Option 3: Local Stdio via NPX / Smithery
Via Smithery CLI:
npx -y @smithery/cli install polopan-products-mcp --client cursor
Via Standard NPX:
{
"mcpServers": {
"polopan-products": {
"command": "npx",
"args": ["-y", "polopan-products-mcp"]
}
}
}
Requires Node.js 18+.
🧰 Available MCP Tools
| Tool | Purpose | Key Arguments |
|---|---|---|
detect_fashion_pieces | Deconstruct outfit photos into individual pieces (Tops, Bottoms, Shoes, Bags) | image_url, image_path, threshold |
get_looks_by_occasion | Discover 100% in-stock complete looks (Wedding, Party, Date Night, Casual, etc.) | occasion, gender, age, page |
search_products_text | Search products via natural language with size, price, and gender filters | query, gender, price_min, size |
search_products_image | Reverse visual search for identical or similar apparel | image_url, gender, price_min |
search_products_image_upload | Visual search from local image file or base64 | image_path, image_base64 |
check_variant_availability | Verify real-time size stock, fabric/fit specifications, and return/shipping SLAs | handle, desired_size, size_index |
get_product_by_handle | Retrieve complete product metadata and all variant details | handle |
get_direct_checkout_url | Generate verified 1-click checkout permalinks with confirmed size index & coupon | handle, size, size_index, coupon |
search_alternatives_in_budget | Find visually similar alternatives in a target price bracket | handle, budget_range (0-1500, etc.) |
get_recommended_outfits | Get complementary cross-catalog matching outfits | handle OR occasion, gender |
💡 Copy-Paste Agent Prompts
1. Shop the Full Look from an Instagram Photo
Use PoloPan MCP to deconstruct this outfit photo into individual pieces (top, bottom, footwear, accessories).
Find the closest match on PoloPan for each piece in size M, check live stock, and give me direct 1-click checkout links with total outfit price.
2. Wedding Guest Outfit Discovery
I need outfit ideas for an evening wedding reception.
Give me 5 complete looks for women with jewellery, shoes, and bag.
Check available in-stock sizes and give me the direct 1-click checkout links with shipping timelines.
3. Budget Alternative Finder
I want a printed resort shirt in the 1501-3000 budget range for a beach vacation.
Then use PoloPan MCP to give me the best matching trousers and footwear to complete the set.
🧪 Testing & Verification
Run the automated end-to-end integration test suite:
npm test
📄 License
MIT © PoloPan
Advanced
- Delivery
- mcp MCP server → your ahel connector (mcp.ahel.ai) → your AI.
- Catalog kind
- mcp-server
- Key
io-github-rofoso-com-mcp- Source
- github.com/rofoso-com/mcp
- Hosted endpoint
https://mcp-server.polopan.com/mcp