klydo-mcp
Fashion discovery MCP server for Indian Gen Z that enables AI assistants to search and discover fashion products from Klydo's platform.
README
Klydo MCP Server
Fashion discovery MCP server for Indian Gen Z.
Enables AI assistants like Claude to search and discover fashion products from Klydo — India's Gen-Z quick tech fashion commerce platform based in Bangalore.
✨ Features
- 🔍 Search Products — Search fashion items with filters (category, gender, price range)
- 📦 Product Details — Get complete product info including images, sizes, colors, ratings
- 🔥 Trending Products — Discover what's popular right now
- 📝 Structured Logging — Debug-friendly logs with Loguru
- ⚡ Fast & Cached — In-memory caching for quick responses
🚀 Quick Start
Installation
Option 1: Install from PyPI (Recommended)
# Using pip
pip install klydo-mcp
# Or using pipx (isolated environment)
pipx install klydo-mcp
# Or using uvx (no installation needed)
uvx --from klydo-mcp klydo
Option 2: Install from Source
# Clone the repository
git clone https://github.com/myselfshravan/klydo-mcp.git
cd klydo-mcp
# Install dependencies with uv
uv sync
Usage with Claude Desktop
If installed via PyPI (pip/pipx)
Add to your Claude Desktop configuration:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"klydo": {
"command": "klydo"
}
}
}
If using uvx (recommended for easy updates)
{
"mcpServers": {
"klydo": {
"command": "uvx",
"args": ["--from", "klydo-mcp", "klydo"]
}
}
}
If installed from source
{
"mcpServers": {
"klydo": {
"command": "uv",
"args": ["--directory", "/path/to/klydo-mcp", "run", "klydo"]
}
}
}
Then restart Claude Desktop.
Run Standalone
uv run klydo
🛠️ MCP Tools
search_products
Search for fashion products.
| Parameter | Type | Description |
|---|---|---|
query |
string | required — Search terms (e.g., "black dress", "nike shoes") |
category |
string | Filter by category (e.g., "dresses", "shoes") |
gender |
string | Filter by gender ("men" or "women") |
min_price |
int | Minimum price in INR |
max_price |
int | Maximum price in INR |
limit |
int | Max results (default 10, max 50) |
get_product_details
Get complete product information.
| Parameter | Type | Description |
|---|---|---|
product_id |
string | required — Product ID from search results |
Returns: Full details — images, sizes, colors, ratings, and purchase link.
get_trending
Discover what's hot rn 🔥
| Parameter | Type | Description |
|---|---|---|
category |
string | Category filter |
limit |
int | Max results (default 10, max 50) |
⚙️ Configuration
Copy .env.example to .env and customize:
# Request settings
KLYDO_REQUEST_TIMEOUT=30
KLYDO_CACHE_TTL=3600
# Debug mode (set to false in production)
KLYDO_DEBUG=false
# API token for klydo.in (required)
KLYDO_KLYDO_API_TOKEN=your-token
📁 Project Structure
klydo-mcp/
├── src/klydo/
│ ├── __init__.py
│ ├── server.py # MCP server entry point
│ ├── config.py # Configuration (Pydantic Settings)
│ ├── logging.py # Loguru configuration
│ ├── models/
│ │ └── product.py # Product, Price models
│ └── scrapers/
│ ├── base.py # Scraper protocol (interface)
│ ├── cache.py # In-memory cache with TTL
│ └── klydo_store.py # Klydo.in API client
├── tests/ # Test suite
├── .github/workflows/ # CI/CD pipelines
├── pyproject.toml
└── README.md
🧪 Testing
# Run all tests
uv run pytest
# Run with verbose output
uv run pytest -v
# Run specific test file
uv run pytest tests/test_models.py
🔧 Development
# Install dev dependencies
uv sync --dev
# Run linting
uv run ruff check src/
# Format code
uv run ruff format src/
# Run the server locally
uv run klydo
🤝 Contributing
We welcome contributions! Please see our Contributing Guide for details.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
🔐 Security
For security issues, please see our Security Policy.
📄 License
MIT License — see LICENSE for details.
🏢 About Klydo
Klydo is a Bangalore-based startup building quick tech fashion commerce for Gen-Z (18-32 age group). We're making fashion discovery seamless, fast, and accessible. This MCP server extends our platform to AI assistants, enabling natural language fashion search.
Backed by innovation. Built for Gen-Z. Made in India. 🇮🇳
Made with ❤️ in Bangalore, India
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。