
VTEX
@jamesm010
About VTEX
VTEX MCP Server serves as a wrapper for VTEX Commerce APIs, enabling e-commerce analytics for store owners. It facilitates various business intelligence tasks using an LLM client, such as Claude Desktop.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vtex": {
"command": "npx",
"args": [
"vtex-mcp",
"--appKey",
"<YOUR_APP_KEY>",
"--appToken",
"<YOUR_APP_TOKEN>",
"--account",
"<YOUR_VTEX_ACCOUNT_NAME>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is VTEX?
VTEX MCP Server is an API that enables e-commerce analytics and order management through the VTEX platform. It facilitates various business intelligence tasks using a user-friendly interface for enterprise e-commerce operations.
How to use VTEX?
Obtain API credentials from your VTEX admin panel, then configure your Claude Desktop application by adding your app key, app token, and account name to claude_desktop_config.json using the vtex-mcp command via npx.
Key features of VTEX
- Comprehensive analytics for performance ranking, trend analysis, and competitive insights.
- Advanced order search, filtering, and aggregation with multi-dimensional statistics.
- Complete business health snapshots with key metrics in a single call.
- Automatic discovery of available filter values for accurate analytics filtering.
- Token-optimized data formats designed for AI/LLM consumption.
Use cases of VTEX
- Managing VTEX e-commerce performance analytics programmatically.
- Automating business intelligence reporting and KPI monitoring across store dimensions.
- Facilitating data-driven decision making through order pattern and sales performance analysis.
- Identifying top/bottom performers, growth trends, and optimization opportunities in real-time.
FAQ from VTEX
How do I obtain VTEX API credentials?
Visit your VTEX admin panel > Account Settings > API Keys > Generate Keys. Select necessary read permissions for Orders, Catalog, Customer Data, and Analytics.
What's the difference between search_orders and aggregate_order_data?
Use search_orders when you need individual order details and records. Use aggregate_order_data when you need summarized metrics, counts, and business intelligence insights.
How do I find exact filter values for analytics tools?
Always use get_filter_options first to discover available filter values before using breakdown_metrics_by_dimension for accurate filtering and analysis.
Is there a limit on the date ranges I can query?
Yes, date ranges are limited to a maximum of 90 days for all analytics and order tools to ensure optimal performance.
Can I use VTEX MCP Server for any VTEX store?
Yes! The server works with any VTEX store account. Just provide your specific account name, app key, and app token in the configuration.
Frequently asked questions
How do I obtain VTEX API credentials?
Visit your VTEX admin panel > Account Settings > API Keys > Generate Keys. Select necessary read permissions for Orders, Catalog, Customer Data, and Analytics.
What's the difference between search_orders and aggregate_order_data?
Use `search_orders` when you need individual order details and records. Use `aggregate_order_data` when you need summarized metrics, counts, and business intelligence insights.
How do I find exact filter values for analytics tools?
Always use `get_filter_options` first to discover available filter values before using `breakdown_metrics_by_dimension` for accurate filtering and analysis.
Is there a limit on the date ranges I can query?
Yes, date ranges are limited to a maximum of 90 days for all analytics and order tools to ensure optimal performance.
Can I use VTEX MCP Server for any VTEX store?
Yes! The server works with any VTEX store account. Just provide your specific account name, app key, and app token in the configuration.
Basic information
More AI & Agents MCP servers
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Comments