Profitlee Mcp
@AronLEEdev
About Profitlee Mcp
ProfitLee MCP is an MCP server for analyzing ecommerce and marketplace profitability. It helps users calculate net profit, profit margin, ROI, breakeven price, and fee-adjusted outcomes from product cost, selling price, shipping, ads, platform fees, and tax inputs. It also suppor
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"profitlee": {
"command": "npx",
"args": [
"-y",
"profitlee-mcp"
],
"env": {
"PROFITLEE_API_TOKEN": "eck_live_xxx"
}
}
}
}Tools
7Calculate 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.
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.
Fetch one saved Profitlee scenario by id, including the original calculator inputs and the computed profit output. Requires PROFITLEE_API_TOKEN.
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.
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.
Delete one saved Profitlee scenario by id. This permanently removes the saved scenario from the authenticated Pro account. Requires PROFITLEE_API_TOKEN.
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.
Overview
What is Profitlee Mcp?
Profitlee Mcp is an MCP server that integrates with Profitlee to compute country-accurate Amazon FBA/FBM and TikTok Shop profit margins. It also lets you manage saved scenarios from any MCP client, such as Claude Desktop or Cursor. The calculate_profit tool is free and requires no token; scenario management tools require a Profitlee Pro API token.
How to use Profitlee Mcp?
Add the server to your MCP client configuration using npx -y profitlee-mcp as the command. Optionally set the PROFITLEE_API_TOKEN environment variable to unlock scenario tools. Requires Node.js 20+.
Key features of Profitlee Mcp
calculate_profit– free, no authentication needed.- Full per-unit cost stack with gross/net margin and monthly P&L.
- Supports Amazon (FBA/FBM) and TikTok Shop (FBT/self-fulfilled).
- Regions: US (inches/pounds), DE/JP (cm/kg).
- Scenario CRUD tools (
list_scenarios,get_scenario,save_scenario,update_scenario,delete_scenario) – require Pro token. - All fee logic matches the live Profitlee calculator via its API.
Use cases of Profitlee Mcp
- Compute Amazon FBA or FBM profit margins for a product in the US, Germany, or Japan.
- Estimate TikTok Shop profit margins for FBT or self-fulfilled fulfillment.
- Save, retrieve, update, and delete custom profit scenarios for repeated analysis.
- Integrate profit calculations directly into an AI-assisted workflow without leaving the MCP client.
FAQ from Profitlee Mcp
Do I need a token to use the profit calculator?
No. The calculate_profit tool works without any token. A Profitlee Pro API token is only required for the scenario management tools.
What runtime does Profitlee Mcp require?
Node.js version 20 or higher.
How are fees and margins calculated?
All fee logic is handled by the Profitlee API; the server does not reimplement any calculations. Results always match the live Profitlee calculator and current fee tables.
Can I override the API endpoint?
Yes. Set the PROFITLEE_BASE_URL environment variable (defaults to https://profitlee.com).
What units are used for dimensions and weight?
US region: inches and pounds. DE/JP regions: centimeters and kilograms.
Frequently asked questions
Do I need a token to use the profit calculator?
No. The `calculate_profit` tool works without any token. A Profitlee Pro API token is only required for the scenario management tools.
What runtime does Profitlee Mcp require?
Node.js version 20 or higher.
How are fees and margins calculated?
All fee logic is handled by the Profitlee API; the server does not reimplement any calculations. Results always match the live Profitlee calculator and current fee tables.
Can I override the API endpoint?
Yes. Set the `PROFITLEE_BASE_URL` environment variable (defaults to `https://profitlee.com`).
What units are used for dimensions and weight?
US region: inches and pounds. DE/JP regions: centimeters and kilograms.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ICSS
chokcoco不止于 CSS
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments