The Bag Kenya — MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@The Bag Kenya — MCP ServerShow me recent bags under KES 5,000"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
The Bag Kenya — MCP Server
Shop limited-edition fashion from Kenya via AI assistants.
Tools
Tool | Description |
| Browse products by category, sorted by price/date/popularity |
| Search by name, description, or style with price filters |
| Full product details — sizes, colors, price, availability |
| Check specific size/color availability |
| Create a shopping link with pre-selected products |
| Browse curated product bundles |
| List categories with product counts |
| Get outfit recommendations by occasion, style, or budget |
| Read fashion blog posts — guides, trends, roundups |
| Delivery, payment, returns, and contact info |
Related MCP server: livostyle-catalog-mcp
Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"thebag-ke": {
"command": "npx",
"args": ["thebag-ke-mcp"]
}
}
}Claude Code
claude mcp add thebag-ke -- npx thebag-ke-mcpFrom Source
git clone https://github.com/thebagkenya/mcp-server
cd mcp-server
npm install
npm run build
npm startExamples
"Find me a crop tee under KES 2,000"
→ Uses search_products with query: "crop tee" and max_price: 2000
"What's in stock in size M?"
→ Uses check_stock with size: "M"
"I need an outfit for a weekend in Nairobi"
→ Uses get_styling_advice with occasion: "weekend"
"Add the black crop tee and linen pants to a cart"
→ Uses generate_cart_link with both product slugs
About
The Bag is Kenya's home for limited-edition clothing drops. New styles weekly, nationwide delivery.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atthedanieljuma/thebag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server