# Add to your Claude Code skills
git clone https://github.com/listingbureau/listingbureau-mcpGuides for using mcp servers skills like listingbureau-mcp.
Last scanned: 5/30/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@hono/node-server: @hono/node-server: Middleware bypass via repeated slashes in serveStatic",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@vitest/mocker: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "esbuild: esbuild enables any website to send any requests to the development server and read the response",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "express-rate-limit: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "fast-uri: fast-uri vulnerable to path traversal via percent-encoded dot segments",
"severity": "high"
},
{
"type": "npm-audit",
"message": "hono: Hono missing validation of cookie name on write path in setCookie()",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "ip-address: ip-address has XSS in Address6 HTML-emitting methods",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "postcss: PostCSS has XSS via Unescaped </style> in its CSS Stringify Output",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "qs: qs has a remotely triggerable DoS: qs.stringify crashes with TypeError on null/undefined entries in comma-format arrays when encodeValuesOnly is set",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "vite: Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "vite-node: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "vitest: Vulnerability found",
"severity": "medium"
}
],
"status": "WARNING",
"scannedAt": "2026-05-30T17:06:26.552Z",
"npmAuditRan": true,
"pipAuditRan": true
}listingbureau-mcp is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by listingbureau. It has 0 GitHub stars.
listingbureau-mcp returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/listingbureau/listingbureau-mcp" and add it to your Claude Code skills directory (see the Installation section above).
listingbureau-mcp is primarily written in TypeScript. It is open-source under listingbureau on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh listingbureau-mcp against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
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.
This MCP server connects your AI assistant to Listing Bureau's Amazon ranking infrastructure. Three signal types drive organic rank improvement:
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.
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"
}
}
}
}
Install the plugin from the marketplace:
/plugin install listingbureau@claude-plugins-official
This 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-mcp
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"
}
}
}
}
Run the server via npx and configure your client to connect over stdio:
npx -y listingbureau-mcp
Set LB_API_KEY as an environment variable. See the MCP specification for client-specific config.
Create an account at listingbureau.com. Your API key is in the dashboard under Settings.
| Variable | Required | Default | Description |
|---|---|---|---|
LB_API_KEY |
Yes | - | Listing Bureau API key |
LB_BASE_URL |
No | https://listingbureau.com |
API base URL (override for staging/dev) |
21 tools across 7 categories.
| Tool | Description |
|---|---|
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) |
| Tool | Description |
|---|---|
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 |
| Tool | Description |
|---|---|
lb_estimate_cost |
Estimate campaign cost before committing. Computes total cost, daily averages, and wallet sustainability. |
| Tool | Description |
|---|---|
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 |
| Tool | Description |
|---|---|
lb_orders_list |
List orders (paginated, newest first) |
lb_orders_get |
Get order details |
lb_orders_report_issue |
Report an issue with an order |
| Tool | Description |
|---|---|
lb_account_get |
Get account info (email, name, account status, wallet balance) |
lb_account_update_profile |
Update profile fields (first_name, last_name, company) |
lb_account_get_service_rates |
Get current service pricing rates |
lb_account_get_subscription |
Get subscription info (plan, fee, discount) |
| Tool | Description |
|---|---|
lb_feedback_submit |
Submit feedback, feature requests, or suggestions (10-5000 characters) |
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.
npm install
npm run build
npm run dev # watch mode
npm test
MIT