Tienda Nube MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tienda Nube MCP Serverlist products with low stock"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tienda Nube MCP Server
Servidor MCP (Model Context Protocol) para integrar com a API da Tienda Nube/Nuvemshop.
Este servidor expõe ferramentas MCP abrangendo os principais recursos da API v1:
Autenticação e informações da loja:
tiendanube_get_store_infoProdutos: listar, buscar, obter, criar, atualizar, excluir
Pedidos: listar, obter, criar, atualizar, cancelar, fulfillment
Clientes: listar, buscar, obter, criar, atualizar, excluir
Categorias: listar, obter, criar, atualizar, excluir
Cupons: listar, obter, criar, atualizar, excluir
Webhooks: listar, obter, criar, atualizar, excluir
Requisitos
Node.js 18+
Variáveis de ambiente:
TIENDANUBE_ACCESS_TOKEN(obrigatório)TIENDANUBE_STORE_ID(obrigatório)
Instalação
Instale as dependências:
npm installCompile o projeto:
npm run build
Execução
Stdio (MCP padrão):
npm startHTTP utilitário:
npm run start:http(endpoint de saúde em/health)
Configuração do Cliente MCP
Adicione no seu cliente MCP (por exemplo, Claude Desktop) apontando para o binário ou para node dist/index.js.
Ferramentas Disponíveis Liste as ferramentas via MCP (ListTools). O servidor registra mais de 35 ferramentas cobrindo:
tiendanube_*product*tiendanube_*order*tiendanube_*customer*tiendanube_*category*tiendanube_*coupon*tiendanube_*webhook*
Exemplos de Uso (MCP CallTool)
Obter info da loja:
tiendanube_get_store_infoListar produtos:
tiendanube_list_products(args opcionais:page,per_page,language,q, etc.)Criar produto:
tiendanube_create_product(campos multilíngues e variantes suportados)Listar pedidos:
tiendanube_list_orders(filtros por status, pagamento, datas)Criar pedido:
tiendanube_create_order(cliente, itens, endereços)Gerenciar webhooks:
tiendanube_list_webhooks|tiendanube_create_webhook|tiendanube_update_webhook|tiendanube_delete_webhook
Notas Importantes
Rate limit e backoff: o cliente implementa retry para 429/5xx.
Serialização segura: respostas são sanitizadas para JSON.
Multi‑idioma: diversos campos aceitam
es,pt,en.
Problemas e Próximos Passos Se você precisar de recursos extras da documentação oficial (por exemplo, operações dedicadas para variantes ou imagens fora do payload do produto), abra uma issue ou peça aqui que eu adiciono as ferramentas MCP correspondentes.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables comprehensive management of Tiendanube and Nuvemshop stores, supporting operations for products, orders, customers, and categories. It provides flexible integration through SSE, HTTP, and STDIO transport modes with full Docker support.6MIT
- AlicenseCqualityBmaintenanceMCP server for MoySklad (МойСклад) warehouse and CRM management API. 21 tools covering the full order lifecycle: products, stock, counterparties, customer orders, shipments, supplies, warehouses, organizations, reports, and webhooks.601215MIT
- Alicense-qualityBmaintenanceMCP server for the Shopify Admin API, enabling 36 tools for managing products, orders, customers, inventory, fulfillments, collections, analytics, marketing, content, and webhooks.101MIT
- Flicense-qualityDmaintenanceMCP server that exposes all 111 endpoints of the Tienda Nube API as tools for Cursor (or other MCP clients) to code directly with the API.14
Related MCP Connectors
Nuvemshop (Tiendanube) e-commerce platform, your store's products, orders, customers, categories and
Hosted Argentine commerce MCP: real AFIP invoicing, MercadoPago, logistics, catalog & WhatsApp.
Shopify MCP Pack — wraps the Shopify Admin REST API (2024-01)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PedroHSGuimaraes/nuvem-shop-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server