Sales and Stock Analysis 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., "@Sales and Stock Analysis MCP ServerWhich products are out of stock and what should I restock?"
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.
MCP Server — Análise de Vendas e Estoque
Servidor MCP de treino: expõe ferramentas para um LLM consultar vendas, identificar produtos sem estoque, ver os mais vendidos e sugerir o que comprar.
Instalação
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txtRelated MCP server: Inventory Analysis MCP Server
Popular o banco com dados fake
python seed.pyIsso cria vendas.db com ~30 produtos e 90 dias de histórico de vendas simulado.
Rode de novo a qualquer momento para recriar os dados do zero.
Testar com o MCP Inspector
mcp dev server.pyAbre uma interface web onde dá pra chamar cada tool manualmente e ver o resultado.
Ferramentas disponíveis
listar_produtos(categoria=None)— lista produtos com preço e estoque.produtos_sem_estoque()— produtos no estoque mínimo ou abaixo.produtos_mais_vendidos(dias=30, limite=10)— ranking de vendas.resumo_vendas(dias=30)— receita total, quantidade e ticket médio.sugerir_reposicao(dias=30)— quanto comprar de cada produto, por urgência.
Também há o resource schema://vendas-db (schema do banco) e o prompt
analisar_vendas (guia uma análise completa).
Usar no Claude Code
claude mcp add vendas -- python "<caminho-absoluto>/server.py"Depois pergunte algo como "quais produtos estão sem estoque?" ou "o que eu deveria comprar essa semana?".
This server cannot be installed
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
- Flicense-qualityDmaintenanceEnables e-commerce shop owners to query their business data using natural language through local AI models. Provides secure, privacy-focused access to sales reports, inventory management, customer analytics, and order data without sending sensitive information to external services.Last updated
- Flicense-quality-maintenanceConnects to Odoo ERP to provide comprehensive inventory analysis, including demand forecasting, ABC/XYZ classification, and stock level monitoring. It enables users to identify slow-moving items and generate turnover or aging reports through natural language queries.Last updated
- AlicenseAqualityDmaintenanceProvides AI assistants with real-time access to Shopify store analytics, sales data, and inventory through ShopifyQL and the Admin GraphQL API. It enables users to query store performance, customer metrics, and marketing insights using natural language.Last updated13MIT
- Flicense-qualityBmaintenanceEnables natural language sales analysis by connecting to a SQLite database, generating charts, and exporting results to CSV/Excel.Last updated
Related MCP Connectors
Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat.
Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.
Manage your Jumpseller store with AI. Products, orders, customers, and more.
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/KalebeFelix/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server