INDIVIDUAL MCP TOOL
breakeven_price
反推保本价与达到目标净利率所需的售价。 解方程:售价 × (1 − 佣金率 − 广告率 − 目标净利率) = 落地成本 + 固定费用(履约费/固定手续费)。
LIVE ENDPOINT
https://profit.mcp.goaimoat.com/mcp
Connect to this endpoint to inspect the live schema for breakeven_price and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-cross-border-cost-profit]
url = "https://profit.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-cross-border-cost-profit": {
"type": "http",
"url": "https://profit.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-cross-border-cost-profit
Remote MCP URL: https://profit.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-cross-border-cost-profit": {
"url": "https://profit.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-cross-border-cost-profit": {
"type": "http",
"url": "https://profit.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-cross-border-cost-profit",
"transport": "streamable-http",
"url": "https://profit.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calculate_landed_cost— 计算单件落地成本(采购 + 头程 + 关税 + 杂费)。 落地成本 = 采购单价 + 单件头程运费 + 关税(按货值)+ 其他固定成本(贴标/质检/包装等)。estimate_profit— 估算单件净利 / 净利率 / ROI / 保本 ACoS。 净利 = 售价 − 落地成本 − 平台佣金 − 履约费(仅 FBA) − 广告费。