loading…
Search for a command to run...
loading…
Ecommerce AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Ecommerce AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
E-Commerce AI MCP Server - Online Retail Intelligence
E-Commerce AI MCP Server - Online Retail Intelligence Built by MEOK AI Labs | https://meok.ai
Product description writing, pricing optimization, review summarization, inventory forecasting, and SEO meta generation.
| Tool | Description |
|---|---|
write_product_description |
Generate a compelling product description for an e-commerce listing. |
optimize_pricing |
Optimize product pricing using market data and strategy. |
summarize_reviews |
Summarize product reviews into actionable insights. |
forecast_inventory |
Forecast inventory needs and generate reorder recommendations. |
generate_seo_meta |
Generate SEO-optimized meta tags for product pages. |
pip install meok-ecommerce-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"ecommerce-ai": {
"command": "python",
"args": ["-m", "meok_ecommerce_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"ecommerce-ai-mcp": {
"command": "npx",
"args": []
}
}
}