Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 8/6/2026
Install in Claude Code / Claude Desktop
Method: NPX · nanocart-mcp
Claude Code CLI
claude mcp add nanocart-mcp -- npx -y nanocart-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "nanocart-mcp": {
      "command": "npx",
      "args": ["-y", "nanocart-mcp"],
      "env": {
        "NANOCART_API_KEY": "<nanocart_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
NANOCART_API_KEY
Casos de uso

Resumen de MCP Servers

# nanocart-mcp

Official [NanoCart](https://nanocart.io) MCP server — run your store from any
MCP-capable AI agent (Claude Code, Claude Desktop, Cursor, Codex, and friends).
List and update products (with variants and images), manage orders, coupons,
categories, subscribers and settings, and pull sales reports — by asking.

**31 tools.** Reads are marked read-only; destructive tools (archive product,
delete coupon) are annotated so your agent asks before acting. Refunds, billing
changes, and API-key management are deliberately NOT exposed — do those in your
[dashboard](https://portal.nanocart.io).

## Credentials

From your dashboard: **Settings → API Keys** (`sc_live_...`, keep secret) and
**Settings → Store Information** (your store ID). The key grants full admin
access to your store — treat it like a password.

## Option A — Local (recommended)

Claude Code:
```bash
claude mcp add nanocart --env NANOCART_API_KEY=sc_live_... --env NANOCART_STORE_ID=your-store-id -- npx -y nanocart-mcp
```

Any client that speaks stdio MCP (JSON config style):
```json
{
  "mcpServers": {
    "nanocart": {
      "command": "npx",
      "args": ["-y", "nanocart-mcp"],
      "env": {
        "NANOCART_API_KEY": "sc_live_...",
        "NANOCART_STORE_ID": "your-store-id"
      }
    }
  }
}
```

## Option B — Hosted (no install)

Endpoint: `https://mcp.nanocart.io/mcp?store=your-store-id` with header
`Authorization: Bearer sc_live_...` (Streamable HTTP).

Claude Code:
```bash
claude mcp add nanocart --transport http "https://mcp.nanocart.io/mcp?store=your-store-id" --header "Authorization: Bearer sc_live_..."
```

Note: web clients that only support OAuth-based custom connectors (e.g.
claude.ai's connector UI) can't send API-key headers yet — use Option A there.

## Example prompts

- "List my draft products and publish the ones with images"
- "Create a SUMMER20 coupon — 20% off, min order $50, expires end of August"
- "What did I sell last week? Any orders I still need to ship?"
- "Mark order NCT-1042 shipped with tracking 9400 1000 0000 0000 0000 00"
- "Upload the photos in ./shots and create products from them at $24 each"

## Safety

- Secrets are redacted from every response; your key is never echoed or logged.
- Destructive tools carry MCP `destructiveHint` annotations — well-behaved
  clients prompt before running them.
- Prices are explicit `price_cents` integers (no dollars/cents ambiguity).

Pairs with the [NanoCart skill](https://github.com/ByteBunny-io/nanocart-skill)
(integration knowledge for building the cart into websites). Docs:
https://docs.nanocart.io/#ai-build · AI-readable: https://docs.nanocart.io/llms-full.txt

MIT · © 2026 NanoCart · a ByteBunny, LLC company

Lo que la gente pregunta sobre nanocart-mcp

¿Qué es ByteBunny-io/nanocart-mcp?

+

ByteBunny-io/nanocart-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala nanocart-mcp?

+

Puedes instalar nanocart-mcp clonando el repositorio (https://github.com/ByteBunny-io/nanocart-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ByteBunny-io/nanocart-mcp?

+

Nuestro agente de seguridad ha analizado ByteBunny-io/nanocart-mcp y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene ByteBunny-io/nanocart-mcp?

+

ByteBunny-io/nanocart-mcp es mantenido por ByteBunny-io. La última actividad registrada en GitHub es del 2026-08-06, con 0 issues abiertos.

¿Hay alternativas a nanocart-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega nanocart-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: ByteBunny-io/nanocart-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/bytebunny-io-nanocart-mcp)](https://claudewave.com/repo/bytebunny-io-nanocart-mcp)
<a href="https://claudewave.com/repo/bytebunny-io-nanocart-mcp"><img src="https://claudewave.com/api/badge/bytebunny-io-nanocart-mcp" alt="Featured on ClaudeWave: ByteBunny-io/nanocart-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a nanocart-mcp