Tracking Api
Freeby MCP Community
MCP server for VTEX Tracking Api
v1.0.0Added Apr 12, 2026
Tracking Api MCP Server
MCP server for VTEX Tracking Api
Installation
npx -y @vtex-mcp/tracking-api
Reviews
Installation
Quick install
npx -y @vtex-mcp/tracking-api
Add to claude_desktop_config.json
{
"mcpServers": {
"tracking-api": {
"command": "npx",
"args": ["-y", "@vtex-mcp/tracking-api"]
}
}
}