listingbureau-mcp 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
Organic ranking campaigns for Amazon products, managed through your AI assistant.
|
|
10
10
|
|
|
11
|
-
The only ranking-focused Amazon MCP server. Create ranking campaigns, set
|
|
11
|
+
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.
|
|
12
12
|
|
|
13
|
-
Built on the same infrastructure
|
|
13
|
+
Built on the same infrastructure associated with 1,700+ products reaching page one. Median time: 48 days. Past performance does not predict future results.
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
<img src="assets/demo.gif" alt="listingbureau-mcp demo" width="800" />
|
|
@@ -35,10 +35,10 @@ Built on the same infrastructure that moved 1,700+ products to page one. Median
|
|
|
35
35
|
This MCP server connects your AI assistant to [Listing Bureau](https://listingbureau.com/mcp?utm_source=github&utm_medium=readme&utm_campaign=mcp)'s Amazon ranking infrastructure. Three signal types drive organic rank improvement:
|
|
36
36
|
|
|
37
37
|
- **Search-Find-Buy (SFB)** signals the A10 algorithm that real shoppers searched for a keyword, found the product, and purchased it
|
|
38
|
-
- **Add-to-Cart (ATC)** builds conversion
|
|
38
|
+
- **Add-to-Cart (ATC)** builds conversion intent and purchase intent signals
|
|
39
39
|
- **Page Views (PGV)** generate session-level browsing behavior that supports organic discovery
|
|
40
40
|
|
|
41
|
-
Your assistant handles the entire workflow: create a project for any ASIN and keyword, set a daily
|
|
41
|
+
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.
|
|
42
42
|
|
|
43
43
|
## 📦 Quick start
|
|
44
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "listingbureau-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Amazon organic ranking MCP server. Run ranking campaigns, track keyword positions, and monitor rank movement from any AI assistant.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|