catalog cli pro for VS Code
io.github.bwb03/catalog-cli-pro
Amazon catalog auditing tool. 13 quality checks for your listings.
client:VS Code
transport:stdio
runtime:npm
Install catalog cli pro in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "catalog-api-key",
"description": "CATALOG_API_KEY",
"password": true
}
],
"servers": {
"catalog-cli-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bwb03/catalog-cli-pro"
],
"env": {
"CATALOG_API_KEY": "${input:catalog-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs