streamable-httpMITupdated 11d ago
Make AI recommend your products. ListingGood is the engine that helps Amazon's AI — Rufus, COSMO, and agentic shopping agents — find, trust, and recommend your listings. It does this through three things: compliance, AI writing, and appeal rescue.
ListingGood MCP 能做什么?
ListingGood — AI Recommendation Engine (Skills + MCP)
Make AI recommend your products. ListingGood is the engine that helps Amazon's AI — Rufus, COSMO, and agentic shopping agents — find, trust, and recommend your listings. It does this through three things: compliance, AI writing, and appeal rescue.
Installation
ListingGood runs as a hosted, remote Streamable HTTP MCP server — there is nothing to install locally. Just point your MCP client at the endpoint with your API key.
Endpoint:
https://listinggood.com/mcp?apikey=YOUR_API_KEY
Get your free API key at listinggood.com/developers (signup grants 10 permanent stars).
Claude Desktop / Cursor / VS Code / Windsurf / Cline
{
"mcpServers": {
"listinggood": {
"type": "streamable-http",
"url": "https://listinggood.com/mcp?apikey=YOUR_API_KEY"
}
}
}
No Docker build, no
npxcommand, no local Python runtime — the API key is passed as a URL query parameter (?apikey=...) exactly as shown above.
Why this exists
Amazon's discovery front-door has moved to AI. A listing that is not machine-readable and compliance-clean is far less likely to be cited inside Rufus answers, COSMO-driven recommendations, or agentic buying flows. Traditional seller tools tell you what to sell — they don't tell you whether your listing will be recommended.
ListingGood closes that gap:
- Compliance pre-check — flags risky claims and category issues before you publish (free, no login).
- AI readability — scores how well Amazon's AI surfaces can parse and cite your listing.
- AI writing — generates compliant titles, bullets, and descriptions.
- Appeal rescue — drafts a Plan of Action (POA) when a listing is suppressed.
The combined result is an AI Recommendation Readiness Score = compliance × 0.55 + AI readability × 0.45.
Available Tools
ai_readiness_check
Score how likely Amazon's AI (Rufus, COSMO) is to recommend a listing. Returns a combined AI Recommendation Readiness Score with actionable fixes. Free, no API key required.
compliance_check
Fast pre-publish compliance gate: scans for red-line words and category risks before you generate or publish. Free with API key.
compliance_scan
Deep, knowledge-base-driven compliance audit across prohibited terms, IP risk, category rules, and GPSR. Returns a written report. 2 credits.
generate_listing
Generate optimized title + bullets + description for selected marketplaces. 1 credit per marketplace.
fill_from_sentence
Turn a one-sentence product description into structured listing fields. Free with API key.
generate_poa
Draft a submission-ready Plan of Action from an Amazon violation or suspension notice. 4 credits.
analyze_review
Analyze a negative review for root cause and a suggested response or POA angle. 2 credits.
What's in this repo
This repository bundles ListingGood's agent skills and MCP server config so AI agents and power users can call ListingGood programmatically:
| Package | What it does |
|---|---|
listinggood-expert |
All-in-one Amazon listing expert: write · compliance pre-check · appeal rescue |
listinggood-amazon-listing-optimizer |
High-conversion listing generation (title + bullets + description) |
listinggood-amazon-compliance-auditor |
Compliance audit with Critical/Warning/Info grading |
listinggood-deep-compliance |
Deep, knowledge-base-backed compliance report |
listinggood-appeal-rescue |
POA drafting + negative-review root-cause analysis |
listinggood-amazon-title-optimizer |
A9/A10 title optimization |
listinggood-amazon-bullet-writer |
Benefit-led bullet points |
listinggood-amazon-eu-localization |
EU marketplace (DE/ES/FR/IT) localization |
| MCP server | 7 tools (free check, deep scan, AI generation, POA, …) + vertical MCPs (Electronics / Toys / Beauty / Home) |
Quick start
- Get a free API key at listinggood.com/developers.
- Add the server to your MCP client using the config block in Installation.
- Restart your client. ListingGood's tools appear as available MCP tools.
Try it now (no account)
Run a free compliance + AI-readability check at listinggood.com/scan — paste your title and bullets, get a report in seconds.
Links
- Website & free check: https://listinggood.com
- Developers / MCP config: https://listinggood.com/developers
- Changelog: https://listinggood.com/changelog
ListingGood AI Recommendation Engine — make AI recommend your products.
安装
把 ListingGood MCP 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http listinggood-mcp https://listinggood.com/mcpcodex mcp add listinggood-mcp --url https://listinggood.com/mcp{
"mcpServers": {
"listinggood-mcp": {
"url": "https://listinggood.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"listinggood-mcp": {
"type": "http",
"url": "https://listinggood.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"listinggood-mcp": {
"url": "https://listinggood.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"listinggood-mcp": {
"serverUrl": "https://listinggood.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档25/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年8月12日 |