lumnix 0.2.0
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/LICENSE +21 -0
- package/README.md +278 -0
- package/index.js +23 -0
- package/package.json +39 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Molt Studios
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# ๐ Lumnix
|
|
4
|
+
|
|
5
|
+
**AI-powered e-commerce research tools via MCP**
|
|
6
|
+
|
|
7
|
+
Stop paying for three different SaaS dashboards. Ask your AI to find winning products, vet suppliers, and calculate margins โ all in one conversation.
|
|
8
|
+
|
|
9
|
+
[](https://opensource.org/licenses/MIT)
|
|
10
|
+
[](https://modelcontextprotocol.io)
|
|
11
|
+
[](https://keepa.com)
|
|
12
|
+
|
|
13
|
+
[Get API Key](https://lumnix.dev) ยท [Documentation](#-tools-reference) ยท [MCP Directories](#-find-us-on)
|
|
14
|
+
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Why Lumnix
|
|
20
|
+
|
|
21
|
+
**The old way:** Subscribe to Jungle Scout for product research ($49/mo), Keepa for price history ($50/mo), some Chrome extension for Alibaba vetting ($20/mo), and a spreadsheet for margin math. Switch between tabs all day. Miss opportunities.
|
|
22
|
+
|
|
23
|
+
**The Lumnix way:** One API key. 19 tools. In your AI assistant. No dashboards. No Chrome extensions. No tab-hopping.
|
|
24
|
+
|
|
25
|
+
> *"Find me wireless earbuds under $20 with high sales volume, low reviews, and a supplier on Alibaba with MOQ under 500"*
|
|
26
|
+
|
|
27
|
+
Your AI calls Lumnix. You get structured data with revenue estimates, competition analysis, and profit margins. You decide. Done.
|
|
28
|
+
|
|
29
|
+
### What makes it different
|
|
30
|
+
|
|
31
|
+
- **๐ซ No dashboards** โ Works inside Claude, Cursor, Windsurf, Cline, or any MCP client
|
|
32
|
+
- **๐ Keepa-powered** โ Real price history and BSR tracking, not estimates
|
|
33
|
+
- **๐ฏ Opportunity Score** โ 0-100 niche score based on demand, competition, and margin potential
|
|
34
|
+
- **๐ญ Full sourcing pipeline** โ Amazon โ Alibaba โ AliExpress, all connected
|
|
35
|
+
- **๐ฐ Profit calculator** โ Full P&L with FBA fees, shipping, PPC ads, refunds, and ROI
|
|
36
|
+
- **โก 30-second setup** โ No install. No config file editing. Just an API key and one JSON block
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## โก Quick Start
|
|
41
|
+
|
|
42
|
+
### 1. Get an API key (free)
|
|
43
|
+
|
|
44
|
+
Sign up at [lumnix.dev](https://lumnix.dev) โ no credit card required. Get your key in 30 seconds.
|
|
45
|
+
|
|
46
|
+
### 2. Add to your MCP client
|
|
47
|
+
|
|
48
|
+
**Claude Desktop** โ edit `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
49
|
+
|
|
50
|
+
```json
|
|
51
|
+
{
|
|
52
|
+
"mcpServers": {
|
|
53
|
+
"lumnix": {
|
|
54
|
+
"command": "npx",
|
|
55
|
+
"args": [
|
|
56
|
+
"mcp-remote",
|
|
57
|
+
"https://lumnix.dev/api/mcp",
|
|
58
|
+
"--header",
|
|
59
|
+
"Authorization: Bearer YOUR_API_KEY"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
> โ ๏ธ Claude Desktop doesn't support remote MCP URLs natively. The `mcp-remote` bridge (auto-installed by npx) makes it work. Requires Node.js installed.
|
|
67
|
+
|
|
68
|
+
**Cursor** โ Settings โ MCP โ Add new global MCP server:
|
|
69
|
+
|
|
70
|
+
```json
|
|
71
|
+
{
|
|
72
|
+
"mcpServers": {
|
|
73
|
+
"lumnix": {
|
|
74
|
+
"url": "https://lumnix.dev/api/mcp",
|
|
75
|
+
"headers": {
|
|
76
|
+
"Authorization": "Bearer YOUR_API_KEY"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
**Windsurf / Cline / any MCP client** โ same pattern as Cursor. URL + Bearer token header.
|
|
84
|
+
|
|
85
|
+
### 3. Start researching
|
|
86
|
+
|
|
87
|
+
Restart your AI client. Then just talk naturally:
|
|
88
|
+
|
|
89
|
+
> *"Search Amazon for portable blenders with high sales and low reviews"*
|
|
90
|
+
|
|
91
|
+
That's it. No npm install. No Docker. No config files to debug.
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## ๐ Tools Reference
|
|
96
|
+
|
|
97
|
+
Lumnix gives your AI **19 specialized tools** across three platforms:
|
|
98
|
+
|
|
99
|
+
### Amazon โ 11 tools
|
|
100
|
+
|
|
101
|
+
| Tool | What it does |
|
|
102
|
+
|------|-------------|
|
|
103
|
+
| `amazon_search_products` | Search by keyword with price, rating, and review filters |
|
|
104
|
+
| `amazon_get_product_details` | Full product page โ features, specs, reviews, images, category |
|
|
105
|
+
| `amazon_estimate_sales` | Monthly sales volume with confidence range |
|
|
106
|
+
| `amazon_opportunity_score` | **โญ 0-100 niche score** โ demand, competition, margin potential |
|
|
107
|
+
| `amazon_analyze_competition` | Top players, review counts, price ranges for a keyword |
|
|
108
|
+
| `amazon_best_sellers` | Best-selling products by category with sales data |
|
|
109
|
+
| `amazon_keyword_suggestions` | Amazon autocomplete keywords with search frequency |
|
|
110
|
+
| `amazon_price_history` | **๐ Keepa-powered** โ historical price chart |
|
|
111
|
+
| `amazon_bsr_history` | **๐ Keepa-powered** โ Best Sellers Rank trend over time |
|
|
112
|
+
| `amazon_analyze_negative_reviews` | Complaint categories, sentiment breakdown, common issues |
|
|
113
|
+
| `amazon_analyze_listing_quality` | CTR + CVR scoring with specific improvement suggestions |
|
|
114
|
+
|
|
115
|
+
### Alibaba โ 4 tools
|
|
116
|
+
|
|
117
|
+
| Tool | What it does |
|
|
118
|
+
|------|-------------|
|
|
119
|
+
| `alibaba_search_products` | Search suppliers and products with MOQ and price filters |
|
|
120
|
+
| `alibaba_get_product_details` | Pricing tiers, specs, variants, supplier credentials |
|
|
121
|
+
| `alibaba_vet_supplier` | **Trust score, risk flags, verification status** โ avoid bad suppliers |
|
|
122
|
+
| `alibaba_match_to_amazon` | Match Alibaba products to Amazon listings for FBA arbitrage |
|
|
123
|
+
|
|
124
|
+
### AliExpress โ 4 tools
|
|
125
|
+
|
|
126
|
+
| Tool | What it does |
|
|
127
|
+
|------|-------------|
|
|
128
|
+
| `aliexpress_search_products` | Search with price, rating, and store filters |
|
|
129
|
+
| `aliexpress_get_product_details` | Variants, specs, shipping options, store ratings |
|
|
130
|
+
| `aliexpress_analyze_supplier` | Store score, feedback rate, top-rated status |
|
|
131
|
+
| `aliexpress_profit_calculator` | **๐ฐ Full P&L** โ product cost, shipping, FBA fees, PPC, refunds, ROI |
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
## ๐ฌ Example Prompts
|
|
136
|
+
|
|
137
|
+
**Product Research**
|
|
138
|
+
> "Search Amazon for stainless steel water bottles between $15-30 with at least 4 stars and under 1000 reviews"
|
|
139
|
+
|
|
140
|
+
**Opportunity Scoring**
|
|
141
|
+
> "Score the 'portable blender' niche on Amazon. Is it worth entering?"
|
|
142
|
+
|
|
143
|
+
**Competition Analysis**
|
|
144
|
+
> "Analyze the competition for 'organic dog treats'. How many sellers have less than 500 reviews?"
|
|
145
|
+
|
|
146
|
+
**Keepa Price History**
|
|
147
|
+
> "Show me the price history for ASIN B0FHWKYT89. Has it been trending down?"
|
|
148
|
+
|
|
149
|
+
**Supplier Vetting**
|
|
150
|
+
> "Find aluminum water bottle suppliers on Alibaba with trust score above 70 and MOQ under 500"
|
|
151
|
+
|
|
152
|
+
**Margin Calculation**
|
|
153
|
+
> "I want to sell this AliExpress product on Amazon for $29.99. Calculate my profit margin including FBA fees, PPC ads at 15%, and 5% refund rate"
|
|
154
|
+
|
|
155
|
+
**Full Workflow**
|
|
156
|
+
> "Find a product on Amazon with high sales volume and low reviews, find the matching supplier on Alibaba, vet them, and tell me if the margins work"
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
## ๐ Example Response
|
|
161
|
+
|
|
162
|
+
```json
|
|
163
|
+
{
|
|
164
|
+
"asin": "B0FHWKYT89",
|
|
165
|
+
"title": "Portable Blender for Shakes and Smoothies",
|
|
166
|
+
"price": "$29.99",
|
|
167
|
+
"rating": 4.5,
|
|
168
|
+
"reviews": 2847,
|
|
169
|
+
"sales_volume": "5K+ bought in past month",
|
|
170
|
+
"monthly_revenue_est": "$149,950",
|
|
171
|
+
"is_amazon_choice": true,
|
|
172
|
+
"is_prime": true,
|
|
173
|
+
"number_of_offers": 12
|
|
174
|
+
}
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
---
|
|
178
|
+
|
|
179
|
+
## ๐ฐ Plans
|
|
180
|
+
|
|
181
|
+
| | Free | Pro | Business |
|
|
182
|
+
|---|---|---|---|
|
|
183
|
+
| **Price** | $0 | $29/mo | $99/mo |
|
|
184
|
+
| **API calls** | 10/month | 5,000/month | 25,000/month |
|
|
185
|
+
| **Platforms** | Amazon only | Amazon + Alibaba + AliExpress | Amazon + Alibaba + AliExpress |
|
|
186
|
+
| **Tools** | Search, details, keywords | **All 19** including Keepa | **All 19** including Keepa |
|
|
187
|
+
| **API keys** | 2 | 5 | 20 |
|
|
188
|
+
| **Keepa price history** | โ | โ
| โ
|
|
|
189
|
+
| **Opportunity score** | โ | โ
| โ
|
|
|
190
|
+
| **Supplier vetting** | โ | โ
| โ
|
|
|
191
|
+
| **Profit calculator** | โ | โ
| โ
|
|
|
192
|
+
|
|
193
|
+
The free tier gives you 3 Amazon search tools โ enough to see the data quality. When you're ready for Keepa-powered insights, opportunity scoring, and full sourcing across all platforms, [upgrade here](https://lumnix.dev).
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
## ๐ง API Reference
|
|
198
|
+
|
|
199
|
+
Lumnix is a **remote MCP server**. No installation, no Docker, no local dependencies.
|
|
200
|
+
|
|
201
|
+
**Endpoint:** `https://lumnix.dev/api/mcp`
|
|
202
|
+
**Auth:** Bearer token in the Authorization header
|
|
203
|
+
**Protocol:** JSON-RPC 2.0 (MCP spec `2025-03-26`)
|
|
204
|
+
|
|
205
|
+
### Direct API call
|
|
206
|
+
|
|
207
|
+
```bash
|
|
208
|
+
curl -X POST https://lumnix.dev/api/mcp \
|
|
209
|
+
-H "Content-Type: application/json" \
|
|
210
|
+
-H "Authorization: Bearer YOUR_API_KEY" \
|
|
211
|
+
-d '{
|
|
212
|
+
"jsonrpc": "2.0",
|
|
213
|
+
"id": 1,
|
|
214
|
+
"method": "tools/call",
|
|
215
|
+
"params": {
|
|
216
|
+
"name": "amazon_search_products",
|
|
217
|
+
"arguments": { "keyword": "wireless earbuds", "max_price": 50 }
|
|
218
|
+
}
|
|
219
|
+
}'
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
---
|
|
223
|
+
|
|
224
|
+
## ๐ Find Us On
|
|
225
|
+
|
|
226
|
+
Lumnix is listed on all major MCP directories:
|
|
227
|
+
|
|
228
|
+
- [**Smithery.ai**](https://smithery.ai) โ Search "lumnix"
|
|
229
|
+
- [**MCP Servers**](https://mcpservers.org) โ Search "lumnix"
|
|
230
|
+
- [**Claude MCP Directory**](https://docs.anthropic.com/en/docs/agents-and-tools/mcp) โ Coming soon
|
|
231
|
+
- [**npm**](https://www.npmjs.com/package/lumnix) โ `npm info lumnix`
|
|
232
|
+
|
|
233
|
+
---
|
|
234
|
+
|
|
235
|
+
## โ FAQ
|
|
236
|
+
|
|
237
|
+
**What MCP clients work with Lumnix?**
|
|
238
|
+
Any client that supports remote MCP servers with HTTP transport: Claude Desktop, Cursor, Windsurf, Cline, VS Code (with MCP extension), and more.
|
|
239
|
+
|
|
240
|
+
**Is the free tier really free?**
|
|
241
|
+
Yes. 10 API calls/month, no credit card. Enough to search products and see the data quality before committing.
|
|
242
|
+
|
|
243
|
+
**Where does the data come from?**
|
|
244
|
+
Amazon data via web APIs + [Keepa](https://keepa.com) (for price/BSR history). Alibaba and AliExpress via their respective platforms. All structured, enriched, and ready to act on.
|
|
245
|
+
|
|
246
|
+
**How fast are the responses?**
|
|
247
|
+
Most tools respond in 1-5 seconds. Deep analysis tools (competition, reviews, opportunity score) can take up to 15 seconds.
|
|
248
|
+
|
|
249
|
+
**Can I use Lumnix in my own app?**
|
|
250
|
+
Yes. The REST API works with any HTTP client. Call the MCP endpoint directly with your API key โ no AI assistant required.
|
|
251
|
+
|
|
252
|
+
**Do I need to install anything?**
|
|
253
|
+
No. Lumnix is a remote server. Just add the config to your MCP client and go.
|
|
254
|
+
|
|
255
|
+
---
|
|
256
|
+
|
|
257
|
+
## ๐ Security
|
|
258
|
+
|
|
259
|
+
- API keys hashed with SHA-256 โ never stored in plaintext
|
|
260
|
+
- Row-level security on all database tables
|
|
261
|
+
- Per-platform rate limiting
|
|
262
|
+
- Webhook signature verification for all payment events
|
|
263
|
+
|
|
264
|
+
---
|
|
265
|
+
|
|
266
|
+
## ๐ License
|
|
267
|
+
|
|
268
|
+
MIT
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
<div align="center">
|
|
273
|
+
|
|
274
|
+
**Built by [Molt Studios](https://moltstudios.com)**
|
|
275
|
+
|
|
276
|
+
[Website](https://lumnix.dev) ยท [Twitter](https://twitter.com/lumnix_dev)
|
|
277
|
+
|
|
278
|
+
</div>
|
package/index.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Lumnix MCP Server โ Client Config Helper
|
|
2
|
+
// This package provides configuration instructions for connecting to the Lumnix MCP server.
|
|
3
|
+
// The actual server runs remotely at https://lumnix.dev/api/mcp
|
|
4
|
+
|
|
5
|
+
const LUMNIX_URL = "https://lumnix.dev/api/mcp";
|
|
6
|
+
|
|
7
|
+
function getConfig(apiKey) {
|
|
8
|
+
if (!apiKey || !apiKey.startsWith("lmx_")) {
|
|
9
|
+
throw new Error("Invalid API key. Get yours at https://lumnix.dev");
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
mcpServers: {
|
|
13
|
+
lumnix: {
|
|
14
|
+
url: LUMNIX_URL,
|
|
15
|
+
headers: {
|
|
16
|
+
Authorization: `Bearer ${apiKey}`,
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
module.exports = { LUMNIX_URL, getConfig };
|
package/package.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "lumnix",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "AI-powered e-commerce research tools via MCP โ Amazon, Alibaba, AliExpress product research, supplier vetting, and profit calculations in your AI assistant",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"postinstall": "echo '\\nโ
Lumnix installed!\\n\\nAdd to your MCP client config:\\n\\n{\\n \"mcpServers\": {\\n \"lumnix\": {\\n \"url\": \"https://lumnix.dev/api/mcp\",\\n \"headers\": { \"Authorization\": \"Bearer YOUR_API_KEY\" }\\n }\\n }\\n}\\n\\nGet your free API key at https://lumnix.dev\\n'"
|
|
8
|
+
},
|
|
9
|
+
"keywords": [
|
|
10
|
+
"mcp",
|
|
11
|
+
"model-context-protocol",
|
|
12
|
+
"amazon",
|
|
13
|
+
"alibaba",
|
|
14
|
+
"aliexpress",
|
|
15
|
+
"fba",
|
|
16
|
+
"product-research",
|
|
17
|
+
"ecommerce",
|
|
18
|
+
"keepa",
|
|
19
|
+
"supplier-vetting",
|
|
20
|
+
"profit-calculator",
|
|
21
|
+
"bsr",
|
|
22
|
+
"opportunity-score",
|
|
23
|
+
"amazon-seller",
|
|
24
|
+
"sourcing",
|
|
25
|
+
"claude",
|
|
26
|
+
"cursor",
|
|
27
|
+
"windsurf"
|
|
28
|
+
],
|
|
29
|
+
"author": "Molt Studios",
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"homepage": "https://lumnix.dev",
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": "https://github.com/moltstudios/lumnix-mcp"
|
|
35
|
+
},
|
|
36
|
+
"bugs": {
|
|
37
|
+
"url": "https://github.com/moltstudios/lumnix-mcp/issues"
|
|
38
|
+
}
|
|
39
|
+
}
|