We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zamb124/yangotech_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
QUICK_START.mdโข1.13 KiB
# โก Yango Tech MCP Server Quick Start
## ๐ฏ One command - and everything is ready!
```bash
python3 install.py
```
## โ What happens automatically:
1. **Your OS is detected** (Mac/Windows/Linux)
2. **Python is found** and virtual environment created
3. **Dependencies installed** (mcp, httpx, pydantic, python-dotenv)
4. **API key configured** (test or your own)
5. **Claude Desktop configuration created**
6. **Functionality tested** with API
## ๐ง After installation:
1. **Restart Claude Desktop**
2. **6 Yango Tech tools will appear** (with product name enrichment)
3. **Test**: *"Show 5 products from Yango Tech catalog"*
## ๐ฑ Test commands:
- *"Show 5 products from Yango Tech catalog"* (with product names)
- *"Show product stocks in stores"* (with product names)
- *"Show details of order 240920-728268"* (with enriched cart items)
- *"Get order status for 240920-728268"*
## ๐ Done!
No more actions needed. The universal installer does everything itself!
---
## ๐ ๏ธ If installer doesn't work
Use **[manual setup instructions](MANUAL_SETUP.md)** with detailed steps for:
- Claude Desktop
- Cursor IDE
- Troubleshooting