← moltlinestudio.com

INDIVIDUAL MCP TOOL

margin_check

Show what one sale actually leaves after every cost.

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 margin_check 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

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

  • 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.
  • price_ladder — Work backwards from the margin you want to the price you must charge.
  • 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.