MCP server for the Profitlee ecommerce profit calculator (Amazon FBA/FBM + TikTok Shop).
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).
calculate_profit is free and needs no token. The scenario tools require a Profitlee Pro API token.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
calculate_profit — nonelist_scenarios — Pro tokenget_scenario — Pro tokensave_scenario — Pro tokenupdate_scenario — Pro tokendelete_scenario — Pro tokencopy_scenario — Pro tokennpm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
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.
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.
| Tool | What it does |
|---|---|
| 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 |
{
"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.
| Variable | Description | Required |
|---|---|---|
| PROFITLEE_API_TOKEN | Credential the server authenticates with. | Yes |
| PROFITLEE_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.