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.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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