Amazon organic ranking MCP server. Run campaigns, track positions, monitor rank movement.
Amazon organic ranking MCP server. Run campaigns, track positions, monitor rank movement. That is what the listing bureau mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Organic ranking campaigns for Amazon products, managed through your AI assistant.
The server publishes 14 tools. What each one is for:
lb_projects_list — List projects with optional region/active filterslb_projects_create — Create a new Amazon project (ASIN + keyword + region)lb_projects_get — Get project details (schedule, services, SERP data)lb_projects_update — Update project (pause/resume)lb_projects_archive — Archive (soft delete) a projectlb_projects_get_stats — Get daily stats (SFB, ATC, PGV, SERP, ARA, BR, SQR)lb_schedule_get — Get current per-day schedulelb_schedule_set — Set full per-day schedule (replaces existing)lb_schedule_quick_set — Quick-set uniform daily volumeslb_wallet_get_balance — Get wallet balance (credits and USD)lb_wallet_get_transactions — Get transaction history (paginated)lb_wallet_topup — Generate a Stripe checkout URL to top up wallet balanceConfiguration is passed through the environment: LB_API_KEY, LB_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
The server ships on npm as listingbureau-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Among the search and retrieval options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Listing Bureau's toolset — lb_projects_list, lb_projects_create, lb_projects_get and 11 more — is a fair guide to whether it matches your workflow. It is maintained by listingbureau; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Listing Bureau's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| lb_projects_list | List projects with optional region/active filters |
| lb_projects_create | Create a new Amazon project (ASIN + keyword + region) |
| lb_projects_get | Get project details (schedule, services, SERP data) |
| lb_projects_update | Update project (pause/resume) |
| lb_projects_archive | Archive (soft delete) a project |
| lb_projects_get_stats | Get daily stats (SFB, ATC, PGV, SERP, ARA, BR, SQR) |
| lb_schedule_get | Get current per-day schedule |
| lb_schedule_set | Set full per-day schedule (replaces existing) |
| lb_schedule_quick_set | Quick-set uniform daily volumes |
| lb_wallet_get_balance | Get wallet balance (credits and USD) |
| lb_wallet_get_transactions | Get transaction history (paginated) |
| lb_wallet_topup | Generate a Stripe checkout URL to top up wallet balance |
| lb_orders_list | List orders (paginated, newest first) |
| lb_orders_get | Get order details |
{
"mcpServers": {
"listingbureau": {
"command": "npx",
"args": ["-y", "listingbureau-mcp"],
"env": {
"LB_API_KEY": "your-api-key-here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| LB_API_KEY | Credential the server authenticates with. | Yes |
| LB_BASE_URL | Endpoint or connection string the server talks to. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.