Profitlee MCP Server

MCP server for the Profitlee ecommerce profit calculator (Amazon FBA/FBM + TikTok Shop).

Local serverstdio

What is the Profitlee MCP server?

If you already use Profitlee, the profitlee mcp server is the piece that lets your assistant work with it directly. MCP server for the Profitlee ecommerce profit calculator (Amazon FBA/FBM + TikTok Shop).

What the server does

calculate_profit is free and needs no token. The scenario tools require a Profitlee Pro API token.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • calculate_profit — none
  • list_scenarios — Pro token
  • get_scenario — Pro token
  • save_scenario — Pro token
  • update_scenario — Pro token
  • delete_scenario — Pro token
  • copy_scenario — Pro token

Installation

npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Credentials and setup notes

Configuration is passed through the environment: PROFITLEE_API_TOKEN, PROFITLEE_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Profitlee's toolset — calculate_profit, list_scenarios, get_scenario and 4 more — is a fair guide to whether it matches your workflow. It is maintained by AronLEEdev; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
calculate_profitnone
list_scenariosPro token
get_scenarioPro token
save_scenarioPro token
update_scenarioPro token
delete_scenarioPro token
copy_scenarioPro token

How to install the Profitlee MCP server

{
  "mcpServers": {
    "profitlee": {
      "command": "npx",
      "args": ["-y", "profitlee-mcp"],
      "env": {
        "PROFITLEE_API_TOKEN": "eck_live_xxx"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
PROFITLEE_API_TOKENCredential the server authenticates with.Yes
PROFITLEE_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Profitlee to calculate profit.
  • Use Profitlee to list scenarios.
  • Use Profitlee to get scenario.

Frequently asked questions

It connects Profitlee to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (calculate_profit, list_scenarios, get_scenario, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Profitlee directly.