Listing Bureau - Amazon Organic Ranking
Provides tools for creating and managing organic ranking campaigns for Amazon products, including project creation for specific ASINs and keywords, campaign scheduling with daily volume controls, cost estimation, and tracking of keyword positions and rank movement on Amazon's marketplace.
Integrates with Stripe for wallet management, enabling generation of checkout URLs to top up account balance with credits for campaign spending.
listingbureau-mcp
Organic ranking campaigns for Amazon products, managed through your AI assistant.
The only ranking-focused Amazon MCP server. Create ranking campaigns, set campaign schedules, track keyword positions, and monitor rank movement from Claude, Cursor, or any MCP-compatible client.
Built on the same infrastructure associated with 1,700+ products reaching page one. Median time: 48 days. Past performance does not predict future results.
🚀 What it does
This MCP server connects your AI assistant to Listing Bureau's Amazon ranking infrastructure. Three signal types drive organic rank improvement:
Search-Find-Buy (SFB) signals the A10 algorithm that real shoppers searched for a keyword, found the product, and purchased it
Add-to-Cart (ATC) builds conversion intent and purchase intent signals
Page Views (PGV) generate session-level browsing behavior that supports organic discovery
Your assistant handles the entire workflow: create a project for any ASIN and keyword, set a daily campaign schedule, estimate costs before committing, and pull position reports to track movement.
Related MCP server: keepa-adapter
📦 Quick start
Claude Desktop (one-click)
Download the Desktop Extension and double-click to install. Claude Desktop will prompt for your API key.
Download listingbureau-mcp.mcpb (requires Claude Desktop 4.0+)
Add to claude_desktop_config.json:
{
"mcpServers": {
"listingbureau": {
"command": "npx",
"args": ["-y", "listingbureau-mcp"],
"env": {
"LB_API_KEY": "your-api-key-here"
}
}
}
}Claude Code
Install the plugin from the marketplace:
/plugin install listingbureau@claude-plugins-officialThis installs the MCP server + the campaign methodology skill. Set LB_API_KEY in the shell environment before starting Claude Code.
claude mcp add listingbureau -e LB_API_KEY=your-api-key -- npx -y listingbureau-mcpCursor
After clicking, replace your-api-key-here with the actual API key in the dialog before confirming.
Add to .cursor/mcp.json (project-scoped) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"listingbureau": {
"command": "npx",
"args": ["-y", "listingbureau-mcp"],
"env": {
"LB_API_KEY": "your-api-key-here"
}
}
}
}Any MCP client
Run the server via npx and configure your client to connect over stdio:
npx -y listingbureau-mcpSet LB_API_KEY as an environment variable. See the MCP specification for client-specific config.
🔑 Get an API key
Create an account at listingbureau.com. Your API key is in the dashboard under Settings.
⚙️ Environment variables
Variable | Required | Default | Description |
| Yes | - | Listing Bureau API key |
| No |
| API base URL (override for staging/dev) |
🔧 Tools
21 tools across 7 categories.
📂 Projects (6 tools)
Tool | Description |
| List projects with optional region/active filters |
| Create a new Amazon project (ASIN + keyword + region) |
| Get project details (schedule, services, SERP data) |
| Update project (pause/resume) |
| Archive (soft delete) a project |
| Get daily stats (SFB, ATC, PGV, SERP, ARA, BR, SQR) |
📅 Schedule (3 tools)
Tool | Description |
| Get current per-day schedule |
| Set full per-day schedule (replaces existing) |
| Quick-set uniform daily volumes |
💲 Cost Estimation (1 tool)
Tool | Description |
| Estimate campaign cost before committing. Computes total cost, daily averages, and wallet sustainability. |
💰 Wallet (3 tools)
Tool | Description |
| Get wallet balance (credits and USD) |
| Get transaction history (paginated) |
| Generate a Stripe checkout URL to top up wallet balance |
📦 Orders (3 tools)
Tool | Description |
| List orders (paginated, newest first) |
| Get order details |
| Report an issue with an order |
👤 Account (4 tools)
Tool | Description |
| Get account info (email, name, account status, wallet balance) |
| Update profile fields (first_name, last_name, company) |
| Get current service pricing rates |
| Get subscription info (plan, fee, discount) |
💬 Feedback (1 tool)
Tool | Description |
| Submit feedback, feature requests, or suggestions (10-5000 characters) |
🧠 Campaign methodology skill
The MCP server ships with a companion skill at skills/amazon-product-ranking/ that provides a guided 9-phase campaign workflow. The skill teaches the AI how to use the tools effectively: product assessment, competition analysis, funnel profile selection, ramp schedules, cost/ROI projections, execution, and monitoring.
Claude Code (plugin): The Claude Code plugin includes the skill automatically. Install via /plugin install listingbureau@claude-plugins-official.
Claude Code (manual): Copy or symlink the skills/amazon-product-ranking/ folder into your .claude/skills/ directory.
Other platforms: The server instructions reference the skill automatically. The AI can read the methodology from the GitHub link included in the instructions.
🛠️ Development
npm install
npm run build
npm run dev # watch mode
npm test🔗 Links
📄 License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for managing and analyzing Amazon Advertising data through natural language queries.Last updated67MIT
- AlicenseAqualityBmaintenanceMCP server for Amazon product monitoring via the Keepa API, providing 18 tools for prices, BSR trends, buy box changes, variation families, sales estimates, coupon/deal tracking, seller stats, category lookup, and promotion impact analysis.Last updated1815MIT
- FlicenseAqualityDmaintenanceMCP server for advanced Google Search Console analysis — keyword cannibalization detection, page-level query deep dive, and rank change tracking.Last updated3
- Alicense-qualityCmaintenanceMCP server for Amazon Selling Partner API and Advertising API, enabling access to orders, inventory, pricing, ads, and reports via natural language.Last updatedMIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
SEO Intelligence MCP — 13 tools: keyword research, SERP, domain audits, competitors.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/listingbureau/listingbureau-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server