io.github.AronLEEdev/profitlee-mcp
NPM · PROFITLEE-MCP · SCANNED AUG 3
MCP server for the Profitlee ecommerce profit calculator (Amazon FBA/FBM + TikTok Shop).
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 38 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability63
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 1122 tokens (~160/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · profitlee-mcp
claude mcp add aronleedev-profitlee-mcp -- npx -y profitlee-mcp
codex mcp add aronleedev-profitlee-mcp -- npx -y profitlee-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aronleedev-profitlee-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"profitlee-mcp"
],
"enabled": true
}
}
} openclaw mcp add aronleedev-profitlee-mcp --command npx --arg -y --arg profitlee-mcp
mcp_servers:
aronleedev-profitlee-mcp:
command: "npx"
args: ["-y", "profitlee-mcp"] {
"mcpServers": {
"aronleedev-profitlee-mcp": {
"command": "npx",
"args": [
"-y",
"profitlee-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +33
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Licence: MIT functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 76
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
calculate_profit Calculate profit ~636
Calculate ecommerce profit for one product on Amazon FBA, Amazon FBM, TikTok Shop FBT, or TikTok Shop self-fulfilled. Returns per-unit fees, landed cost, gross margin, net margin after ads/returns/storage, and monthly P&L. Free to use; no Profitlee API token required.
| Name | Type | Req | Description |
|---|---|---|---|
| H | number | yes | Height. US: inches; DE/JP: cm. |
| L | number | yes | Length. US: inches; DE/JP: cm. |
| W | number | yes | Width. US: inches; DE/JP: cm. |
| adSalesShare | number | — | Ad-attributed share of sales, 0-1. Omit to default to 1. |
| duty | number | yes | Import duty per unit. |
| fob | number | yes | Unit manufacturing / FOB cost in the marketplace currency. |
| headShip | number | yes | Inbound freight cost allocated per unit. |
| inboundOption | string | — | Amazon FBA only: inbound placement option. |
| isApparel | boolean | yes | Whether the product is apparel (affects some fees). |
| mode | string | yes | Fulfillment mode. amazon: fba or fbm. tiktok_shop: fbt or self_fulfilled. |
| monthly3plStorage | number | — | FBM or TikTok self_fulfilled: total monthly 3PL storage. |
| monthlyVolume | integer | yes | Units sold per month. |
| outboundShipPerUnit | number | — | FBM or TikTok self_fulfilled: outbound shipping per unit. |
| pickPackPerUnit | number | — | FBM or TikTok self_fulfilled: pick & pack per unit. |
| platform | string | — | Sales platform. Default: amazon. |
| ppcAcos | number | yes | Advertising ACoS as a 0-1 decimal (0.15 = 15%). |
| price | number | yes | Selling price per unit (gross; VAT-inclusive for DE/JP). |
| referralCategory | string|null | — | Advanced: a category slug that overrides referralPct. Leave unset and use referralPct. |
| referralPct | number | yes | Referral/commission fee as a 0-1 decimal (0.15 = 15%). Preferred. |
| region | string | yes | Marketplace. US uses inches+pounds; DE/JP use cm+kg. |
| returnRate | number | yes | Return rate as a 0-1 decimal (0.05 = 5%). |
| storageMonths | number | — | Amazon FBA only: number of months in storage. |
| storageMonthsPastFree | number | — | TikTok fbt only: months stored past the 60-day free window (0 if shipped before it ends). |
| storageSeason | string | — | Amazon FBA only: storage season (octDec is the Q4 peak). |
| unsellableReturnRate | number | — | Unsellable share of returned units, 0-1. Omit to default to 1. |
| weight | number | yes | Unit weight. US: pounds; DE/JP: kg. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | — | — | Profit calculation result from Profitlee, including fee breakdowns, landed cost, gross/net margin, and monthly P&L fields. |
No examples provided.
copy_scenario Copy a scenario ~128
Duplicate an existing Profitlee scenario into a new one. Profitlee reads the source inputs server-side and recomputes outputs, so the copy reflects the current fee tables. The new name defaults to "Copy of <source name>" unless you pass name. Counts against the saved-scenario limit. Requires PROFITLEE_API_TOKEN.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Saved Profitlee scenario id returned by list_scenarios or save_scenario. |
| name | string | — | Optional name for the copy, up to 120 characters. Defaults to "Copy of <source name>". |
| Name | Type | Req | Description |
|---|---|---|---|
| response | — | — | Profitlee API response confirming the saved scenario create, update, or delete operation. |
No examples provided.
delete_scenario Delete a scenario ~61
Delete one saved Profitlee scenario by id. This permanently removes the saved scenario from the authenticated Pro account. Requires PROFITLEE_API_TOKEN.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Saved Profitlee scenario id returned by list_scenarios or save_scenario. |
| Name | Type | Req | Description |
|---|---|---|---|
| response | — | — | Profitlee API response confirming the saved scenario create, update, or delete operation. |
No examples provided.
get_scenario Get a scenario ~60
Fetch one saved Profitlee scenario by id, including the original calculator inputs and the computed profit output. Requires PROFITLEE_API_TOKEN.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Saved Profitlee scenario id returned by list_scenarios or save_scenario. |
| Name | Type | Req | Description |
|---|---|---|---|
| response | — | — | Profitlee API response for one saved scenario, including scenario inputs and computed outputs. |
No examples provided.
list_scenarios List saved scenarios ~52
List saved Profitlee profit scenarios for the authenticated Pro account. Use this before get_scenario, update_scenario, or delete_scenario when you need a scenario id. Requires PROFITLEE_API_TOKEN.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| response | — | — | Profitlee API response containing the caller's saved scenarios and their scenario metadata. |
No examples provided.
save_scenario Save a scenario ~79
Create a saved Profitlee scenario from a scenario name and calculator inputs. Profitlee validates the inputs and computes outputs server-side. Requires PROFITLEE_API_TOKEN.
| Name | Type | Req | Description |
|---|---|---|---|
| inputs | object | yes | Calculator inputs using the same field meanings and units as calculate_profit. |
| name | string | yes | Human-readable scenario name, up to 120 characters. |
| Name | Type | Req | Description |
|---|---|---|---|
| response | — | — | Profitlee API response confirming the saved scenario create, update, or delete operation. |
No examples provided.
update_scenario Update a scenario ~106
Update an existing Profitlee scenario by id. Pass name to rename it, inputs to replace calculator inputs and recompute outputs, or both. Requires PROFITLEE_API_TOKEN.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Saved Profitlee scenario id returned by list_scenarios or save_scenario. |
| inputs | object | — | Optional replacement calculator inputs using the same field meanings and units as calculate_profit. |
| name | string | — | Optional new scenario name, up to 120 characters. |
| Name | Type | Req | Description |
|---|---|---|---|
| response | — | — | Profitlee API response confirming the saved scenario create, update, or delete operation. |
No examples provided.