← moltlinestudio.com

INDIVIDUAL MCP TOOL

price_ladder

Work backwards from the margin you want to the price you must charge.

moltlinestudio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.moltlinestudio.com/dropship

No auth detected

Connect to this endpoint to inspect the live schema for price_ladder and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

moltlinestudio.com

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.moltline-dropship]
url = "https://mcp.moltlinestudio.com/dropship"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-dropship": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/dropship"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-dropship
Remote MCP URL: https://mcp.moltlinestudio.com/dropship

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": {
    "moltline-dropship": {
      "url": "https://mcp.moltlinestudio.com/dropship"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-dropship": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/dropship"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-dropship",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/dropship"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • margin_check — Show what one sale actually leaves after every cost.
  • lead_time — Turn supplier and transit times into a date you can promise.
  • sku_map_check — Find the breaks in a supplier-to-store SKU map before they ship.
  • moq_planner — Decide how much to order against demand, lead time and the cash you have.
  • returns_impact — Show what a return rate does to a margin that looked fine.