listingbureau-mcp

AI skill: listingbureau-mcp

0
Stars
1
Forks
TypeScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/listingbureau/listingbureau-mcp

快速入门

使用 listingbureau-mcp 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

listingbureau-mcp

npm version npm downloads MIT License GitHub stars Node.js >= 20

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.

listingbureau-mcp demo

Works
with
Claude DesktopClaude CodeCursorOpenClawAny MCP Client
If it speaks MCP, it'll replace your ranking agency.

🚀 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.

📦 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+)

Manual config (alternative)

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-official

This installs the MCP server + the campaign methodology skill. Set LB_API_KEY in the shell environment before starting Claude Code.

Manual setup (alternative)
claude mcp add listingbureau -e LB_API_KEY=your-api-key -- npx -y listingbureau-mcp

Cursor

Install in Cursor

After clicking, replace your-api-key-here with the actual API key in the dialog before confirming.

Manual config (alternative)

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-mcp

Set 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

VariableRequiredDefaultDescription
LB_API_KEYYes-Listing Bureau API key
LB_BASE_URLNohttps://listingbureau.comAPI base URL (override for staging/dev)

🔧 Tools

21 tools across 7 categories.

📂 Projects (6 tools)

ToolDescription
lb_projects_listList projects with optional region/active filters
lb_projects_createCreate a new Amazon project (ASIN + keyword + region)
lb_projects_getGet project details (schedule, services, SERP data)
lb_projects_updateUpdate project (pause/resume)
lb_projects_archiveArchive (soft delete) a project
lb_projects_get_statsGet daily stats (SFB, ATC, PGV, SERP, ARA, BR, SQR)

📅 Schedule (3 tools)

ToolDescription
lb_schedule_getGet current per-day schedule
lb_schedule_setSet full per-day schedule (replaces existing)
lb_schedule_quick_setQuick-set uniform daily volumes

💲 Cost Estimation (1 tool)

ToolDescription
lb_estimate_costEstimate campaign cost before committing. Computes total cost, daily averages, and wallet sustainability.

💰 Wallet (3 tools)

ToolDescription
lb_wallet_get_balanceGet wallet balance (credits and USD)
lb_wallet_get_transactionsGet transaction history (paginated)
lb_wallet_topupGenerate a Stripe checkout URL to top up wallet balance

📦 Orders (3 tools)

ToolDescription
lb_orders_listList orders (paginated, newest first)
lb_orders_getGet order details
lb_orders_report_issueReport an issue with an order

👤 Account (4 tools)

ToolDescription
lb_account_getGet account info (email, name, account status, wallet balance)
lb_account_update_profileUpdate profile fields (first_name, last_name, company)
lb_account_get_service_ratesGet current service pricing rates
lb_account_get_subscriptionGet subscription info (plan, fee, discount)

💬 Feedback (1 tool)

ToolDescription
lb_feedback_submitSubmit 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

常见问题

What is listingbureau-mcp?

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.

Is listingbureau-mcp safe to use?

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.

How do I install listingbureau-mcp?

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).

What programming language is listingbureau-mcp written in?

listingbureau-mcp is primarily written in TypeScript. It is open-source under listingbureau on GitHub, so you can review or fork the full source.

Are there alternatives to listingbureau-mcp?

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

Scrapling

by D4Vinci

🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

75,9137,581Python
MCP 服务器
查看详情

TrendRadar

by sansan0

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。

61,65224,883Python
MCP 服务器
查看详情

context7

by upstash

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors

61,0602,938TypeScript
MCP 服务器
查看详情

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

39,9393,219C
MCP 服务器
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情