Skip to content
Back to search
100
MCP live MCP 2025-11-25

mcp.moltlinestudio.com

mcp.moltlinestudio.com/merchant

MCP endpoint submitted at 2026-08-20T00:43:07+00:00

Uptime
100.0%
1 direct probes · 30d
Response
887ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

processor_fees

Break down payment-processor fees: fee, net, and effective rate. FREE. Uses editable presets for stripe/paypal/square/shopify (verify current rates) or your own custom_pct + custom_fixed. Typical inp…

charge_to_net

Compute the gross price to charge so you net a target after fees. FREE. 'Charge X to receive Y' after percentage + fixed processor fees. Typical input {"net_target": 100, "pct_fee": 2.9, "fixed_fee":…

invoice_total

Total an invoice: per-line totals, subtotal, discount, tax, grand total. FREE. Typical input {"line_items": [{"desc": "Design", "qty": 2, "unit_price": 50}], "tax_pct": 8.5, "discount_pct": 10} retur…

discount_stack

Stack discounts correctly: sequential vs additive comparison. PREMIUM (license). The two methods differ — this shows both, the final price, and the true total discount. Typical input {"price": 200, "…

proration

Compute a prorated charge or refund for a partial billing period. PREMIUM (license). Typical input {"amount_per_period": 90, "days_used": 10, "days_in_period": 30} returns {"days_used": 10, "days_in_…

installment_plan

Split a total into an installment schedule with optional deposit. PREMIUM (license). Rounding remainders land on the final payment so the schedule always sums exactly. Typical input {"total": 1000, "…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp.moltlinestudio.com": {
      "url": "https://mcp.moltlinestudio.com/merchant",
      "transport": "http"
    }
  }
}