Skip to main content
TI

Tienda Nube

v0.2.1OAuth2

Plataforma de e-commerce de LatAm: productos, pedidos, clientes y webhooks. Tu agente construye y opera tiendas online en toda la región.

24 herramientas2 env vars🌎 LATAMestable en npm

Qué puede hacer tu agente

Tienda Nube le da a tu agente 24 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • list_productsList products from the store
  • get_productGet product details by ID
  • create_productCreate a new product
Ejemplo de llamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("list_products", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-tienda-nube

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

claude_desktop_config.json
{
  "mcpServers": {
    "tienda-nube": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-tienda-nube"
      ],
      "env": {
        "TIENDANUBE_ACCESS_TOKEN": "<your_tiendanube_access_token>",
        "TIENDANUBE_STORE_ID": "<your_tiendanube_store_id>"
      }
    }
  }
}

Después de reiniciar, tu agente puede llamar cualquiera de las 24 herramientas de abajo — probá list_products primero.

Variables de entorno · 2

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

TIENDANUBE_ACCESS_TOKEN
obligatoriosecret

Access token for Tienda Nube

TIENDANUBE_STORE_ID
obligatorio

Store identifier

Herramientas disponibles · 24

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

READlist_products
List products from the store
READget_product
Get product details by ID
WRITEcreate_product
Create a new product
WRITEupdate_product
Update an existing product
READlist_orders
List orders
READget_order
Get order details by ID
READlist_customers
List customers
READget_customer
Get customer details by ID

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-tienda-nube` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
Tienda Nube — MCP server · 24 tools | CodeSpar