Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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

−9 this week 67 Trust /100
Trust breakdown (6 categories)

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

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

# add to Claude Code
claude mcp add aronleedev-profitlee-mcp -- npx -y profitlee-mcp
# add to Codex CLI
codex mcp add aronleedev-profitlee-mcp -- npx -y profitlee-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aronleedev-profitlee-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "profitlee-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add aronleedev-profitlee-mcp --command npx --arg -y --arg profitlee-mcp
# ~/.hermes/config.yaml
mcp_servers:
  aronleedev-profitlee-mcp:
    command: "npx"
    args: ["-y", "profitlee-mcp"]
// mcp.json
{
  "mcpServers": {
    "aronleedev-profitlee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "profitlee-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 7 exposed · ~1,122 tokens

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.

Tool Tokens
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.

NameTypeReqDescription
HnumberyesHeight. US: inches; DE/JP: cm.
LnumberyesLength. US: inches; DE/JP: cm.
WnumberyesWidth. US: inches; DE/JP: cm.
adSalesSharenumberAd-attributed share of sales, 0-1. Omit to default to 1.
dutynumberyesImport duty per unit.
fobnumberyesUnit manufacturing / FOB cost in the marketplace currency.
headShipnumberyesInbound freight cost allocated per unit.
inboundOptionstringAmazon FBA only: inbound placement option.
isApparelbooleanyesWhether the product is apparel (affects some fees).
modestringyesFulfillment mode. amazon: fba or fbm. tiktok_shop: fbt or self_fulfilled.
monthly3plStoragenumberFBM or TikTok self_fulfilled: total monthly 3PL storage.
monthlyVolumeintegeryesUnits sold per month.
outboundShipPerUnitnumberFBM or TikTok self_fulfilled: outbound shipping per unit.
pickPackPerUnitnumberFBM or TikTok self_fulfilled: pick & pack per unit.
platformstringSales platform. Default: amazon.
ppcAcosnumberyesAdvertising ACoS as a 0-1 decimal (0.15 = 15%).
pricenumberyesSelling price per unit (gross; VAT-inclusive for DE/JP).
referralCategorystring|nullAdvanced: a category slug that overrides referralPct. Leave unset and use referralPct.
referralPctnumberyesReferral/commission fee as a 0-1 decimal (0.15 = 15%). Preferred.
regionstringyesMarketplace. US uses inches+pounds; DE/JP use cm+kg.
returnRatenumberyesReturn rate as a 0-1 decimal (0.05 = 5%).
storageMonthsnumberAmazon FBA only: number of months in storage.
storageMonthsPastFreenumberTikTok fbt only: months stored past the 60-day free window (0 if shipped before it ends).
storageSeasonstringAmazon FBA only: storage season (octDec is the Q4 peak).
unsellableReturnRatenumberUnsellable share of returned units, 0-1. Omit to default to 1.
weightnumberyesUnit weight. US: pounds; DE/JP: kg.
NameTypeReqDescription
resultProfit calculation result from Profitlee, including fee breakdowns, landed cost, gross/net margin, and monthly P&L fields.

No examples provided.

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

NameTypeReqDescription
idstringyesSaved Profitlee scenario id returned by list_scenarios or save_scenario.
namestringOptional name for the copy, up to 120 characters. Defaults to "Copy of <source name>".
NameTypeReqDescription
responseProfitlee API response confirming the saved scenario create, update, or delete operation.

No examples provided.

delete_scenario ~61

Delete one saved Profitlee scenario by id. This permanently removes the saved scenario from the authenticated Pro account. Requires PROFITLEE_API_TOKEN.

NameTypeReqDescription
idstringyesSaved Profitlee scenario id returned by list_scenarios or save_scenario.
NameTypeReqDescription
responseProfitlee API response confirming the saved scenario create, update, or delete operation.

No examples provided.

get_scenario ~60

Fetch one saved Profitlee scenario by id, including the original calculator inputs and the computed profit output. Requires PROFITLEE_API_TOKEN.

NameTypeReqDescription
idstringyesSaved Profitlee scenario id returned by list_scenarios or save_scenario.
NameTypeReqDescription
responseProfitlee API response for one saved scenario, including scenario inputs and computed outputs.

No examples provided.

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

NameTypeReqDescription
responseProfitlee API response containing the caller's saved scenarios and their scenario metadata.

No examples provided.

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

NameTypeReqDescription
inputsobjectyesCalculator inputs using the same field meanings and units as calculate_profit.
namestringyesHuman-readable scenario name, up to 120 characters.
NameTypeReqDescription
responseProfitlee API response confirming the saved scenario create, update, or delete operation.

No examples provided.

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

NameTypeReqDescription
idstringyesSaved Profitlee scenario id returned by list_scenarios or save_scenario.
inputsobjectOptional replacement calculator inputs using the same field meanings and units as calculate_profit.
namestringOptional new scenario name, up to 120 characters.
NameTypeReqDescription
responseProfitlee API response confirming the saved scenario create, update, or delete operation.

No examples provided.