Skip to content
VS Code

Listing Bureau - Amazon Organic Ranking MCP Server for VS Code

io.github.listingbureau/listingbureau-mcp

Amazon organic ranking MCP server. Run campaigns, track positions, monitor rank movement.

client:VS Code transport:stdio runtime:npm

Install Listing Bureau - Amazon Organic Ranking MCP Server in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "lb-api-key",
      "description": "LB_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "listingbureau-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "listingbureau-mcp"
      ],
      "env": {
        "LB_API_KEY": "${input:lb-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

Listing Bureau - Amazon Organic Ranking MCP Server in other clients