We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leosepulveda/mcp-vtex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.example•1.24 kB
# VTEX MCP Server Configuration
# Your VTEX account name (e.g., "mystore" from mystore.vtexcommercestable.com.br)
VTEX_ACCOUNT_NAME=your-account-name
# VTEX environment (usually "vtexcommercestable" for production stores)
VTEX_ENVIRONMENT=vtexcommercestable
# Your VTEX App Key (get from VTEX Admin > Account Settings > Account > Security > Application Keys)
VTEX_APP_KEY=your-app-key-here
# Your VTEX App Token (generated when creating the App Key)
VTEX_APP_TOKEN=your-app-token-here
# =============================================================================
# IMPORTANT SECURITY NOTES:
# - Never commit this file with real credentials to version control
# - Copy this file to .env and fill in your actual credentials
# - Add .env to your .gitignore file
# - Rotate your API keys regularly for security
# - Use different keys for development and production
# =============================================================================
# Required Permissions for App Key:
# - Catalog - Full Access
# - Pricing - Full Access
# - Logistics - Full Access
# - OMS (Order Management) - Full Access
# - Promotions & Taxes - Full Access
# - Marketplace - Full Access (if using marketplace features)