Profitlee
Profitlee calculates ecommerce profit margins for Amazon FBA, FBM, and TikTok Shop, breaking down fees and providing scenario planning. The base profit calculation works without an API token; advanced scenario tools require a Profitlee Pro subscription.
真实 I/O · 已连通 ✓
启动 server · tools/list · 7 个工具 · profitlee-mcp下面每个工具的字段、类型、必填项,都是我们真的把 server 启动、tools/list 拉回来的原始 JSON Schema —— 真实的工具契约。注意:下方「示例调用」是按 schema 自动生成的演示,不是真实调用的返回。
calculate_profitCalculate 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.
platformstringregionstringrequiredmodestringrequiredLnumberrequiredWnumberrequiredHnumberrequiredweightnumberrequiredfobnumberrequiredheadShipnumberrequireddutynumberrequiredpricenumberrequiredppcAcosnumberrequiredadSalesSharenumberreturnRatenumberrequiredunsellableReturnRatenumbermonthlyVolumeintegerrequiredreferralPctnumberrequiredreferralCategorystring|nullisApparelbooleanrequiredinboundOptionstring{
"tool": "calculate_profit",
"arguments": {
"region": "us",
"mode": "fba",
"L": 0,
"W": 0,
"H": 0,
"weight": 0,
"fob": 0,
"headShip": 0,
"duty": 0,
"price": 0,
"ppcAcos": 0,
"returnRate": 0,
"monthlyVolume": 0,
"referralPct": 0,
"isApparel": true
}
}list_scenariosList 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.
{
"tool": "list_scenarios",
"arguments": {}
}get_scenarioFetch one saved Profitlee scenario by id, including the original calculator inputs and the computed profit output. Requires PROFITLEE_API_TOKEN.
idstringrequired{
"tool": "get_scenario",
"arguments": {
"id": "…"
}
}save_scenarioCreate a saved Profitlee scenario from a scenario name and calculator inputs. Profitlee validates the inputs and computes outputs server-side. Requires PROFITLEE_API_TOKEN.
namestringrequiredinputsobjectrequired{
"tool": "save_scenario",
"arguments": {
"name": "…",
"inputs": {}
}
}update_scenarioUpdate 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.
idstringrequirednamestringinputsobject{
"tool": "update_scenario",
"arguments": {
"id": "…"
}
}delete_scenarioDelete one saved Profitlee scenario by id. This permanently removes the saved scenario from the authenticated Pro account. Requires PROFITLEE_API_TOKEN.
idstringrequired{
"tool": "delete_scenario",
"arguments": {
"id": "…"
}
}copy_scenarioDuplicate 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.
idstringrequirednamestring{
"tool": "copy_scenario",
"arguments": {
"id": "…"
}
}综合分
效果测评卡
进行中 · 待运行真实 I/O 已解决「输入输出是什么」;下一步接 agent 真跑,量化「效果好不好」。
This AIWerk integration connects AI agents to the Shopify Admin GraphQL API for managing products, orders, customers, and inventory with full read and write access. Configuration requires a Shopify store domain and Admin API app credentials. The server is installed locally via npm.
Hookwarden is a local MCP server that exposes a scan_handler tool for auditing webhook handler code. It checks signature-verification logic for correctness across 20+ providers including Stripe, GitHub, Shopify, and Twilio, returning a three-state verdict without sending any data off-machine. The underlying engine is pure-functional with no I/O or network calls, making results fully deterministic and reproducible across CI, CLI, and MCP environments.
The official Shopsys MCP server provides tools for integrating with the Shopsys e-commerce platform, enabling AI agents to access product catalogs, manage orders, and interact with storefront data. Built and maintained by the Shopsys team, it connects AI assistants directly to the Shopsys platform API.