CLI MARKET MCP SERVER

Created By
Ricardo Cuba10 hours ago
Conecta tus asistentes de IA (Claude, Cursor, Cline, etc.) con **CLI MARKET**, la plataforma de marketplace para línea de comandos.
Overview

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

ToolDescripció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

Server Config

{
  "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"
      }
    }
  }
}
Project Info
Created At
10 hours ago
Updated At
10 hours ago
Author Name
Ricardo Cuba
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Payai X402 Tools

6 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago