CLI MARKET MCP SERVER

by user

357 downloads
Not rated
GitHub

About

Conecta tus asistentes de IA (Claude, Cursor, Cline, etc.) con **CLI MARKET**, la plataforma de marketplace para línea de comandos.

Details

Author
user
Downloads
357
Categories
Developer Tools

- Manage products: create, list, update, and delete catalog items.
- Handle orders: check status, update tracking, and generate sales reports.
- Query customer data: search, view purchase history, and segment.
- Analyze sales metrics: period sales, top products, total revenue.
- Control inventory: stock levels and low-stock alerts.
- Export reports to CSV or JSON format.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name CLI MARKET MCP SERVER
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the package globally via npm install -g @tu-usuario/cli-market-mcp or pip install cli-market-mcp. Then add the server configuration to your MCP settings file (e.g., claude_desktop_config.json) with the command npx -y @tu-usuario/cli-market-mcp and set the environment variables CLI_MARKET_API_KEY and CLI_MARKET_API_URL.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "cli market mcp server": {
            "cli-market": {
                "command": "npx",
                "args": [
                    "-y",
                    "@tu-usuario/cli-market-mcp"
                ],
                "env": {
                    "CLI_MARKET_API_KEY": "tu-api-key",
                    "CLI_MARKET_API_URL": "https://api.climarket.com"
                }
            }
        }
    }
}

McpServers

{
    "cli-market": {
        "command": "npx",
        "args": [
            "-y",
            "@tu-usuario/cli-market-mcp"
        ],
        "env": {
            "CLI_MARKET_API_KEY": "tu-api-key",
            "CLI_MARKET_API_URL": "https://api.climarket.com"
        }
    }
}
Conecta tus asistentes de IA (Claude, Cursor, Cline, etc.) con **CLI MARKET**, la plataforma de marketplace para línea de comandos. ## ✨ ¿Qué puedes hacer? Con este servidor MCP, tu asistente de IA podrá: - 🛍️ **Gestionar productos**: crear, listar, actualizar y eliminar productos de tu catálogo. - 📦 **Administrar pedidos**: consultar estados, actualizar tracking, generar reportes de ventas. - 👥 **Consultar clientes**: buscar información, historial de compras, segmentación. - 💰 **Analizar métricas**: ventas por período, productos más vendidos, ingresos totales. - 🏷️ **Gestionar inventario**: control de stock, alertas de bajo inventario. - 📊 **Generar reportes**: exportación a CSV/JSON de ventas, clientes y productos. ## 🔧 Instalación \`\`\`bash # Con npm npm install -g @tu-usuario/cli-market-mcp # Con pip pip install cli-market-mcp \`\`\` ## ⚙️ Configuración Agrega a tu archivo de configuración MCP (\`claude_desktop_config.json\`, \`cline_mcp_settings.json\`, etc.): \`\`\`json { "mcpServers": { "cli-market": { "command": "npx", "args": ["-y", "@tu-usuario/cli-market-mcp"], "env": { "CLI_MARKET_API_KEY": "tu_api_key_aquí", "CLI_MARKET_API_URL": "https://api.climarket.com" } } } } \`\`\` ## 🛠️ Tools disponibles | Tool | Descripción | |------|-------------| | \`list_products\` | Lista todos los productos del catálogo | | \`get_product\` | Obtiene detalles de un producto específico | | \`create_product\` | Crea un nuevo producto | | \`update_product\` | Actualiza un producto existente | | \`delete_product\` | Elimina un producto | | \`list_orders\` | Lista pedidos con filtros | | \`get_order\` | Obtiene detalles de un pedido | | \`update_order_status\` | Cambia el estado de un pedido | | \`search_customers\` | Busca clientes por criterios | | \`get_sales_report\` | Genera reporte de ventas | | \`check_inventory\` | Verifica niveles de inventario | ## 🔐 Autenticación Necesitas una API Key de CLI MARKET. Obtén una en: https://app.climarket.com/settings/api ## 📚 Documentación completa Visita: https://github.com/TU_USUARIO/cli-market-mcp#readme ## 🤝 Contribuciones Las contribuciones son bienvenidas. Por favor abre un issue o PR en: https://github.com/TU_USUARIO/cli-market-mcp/issues ## 📄 Licencia MIT © Ricardo Cuba / CLI -MARKET
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.