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

mcp.moltlinestudio.com

mcp.moltlinestudio.com/business

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

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

Tools · 8

list_products

List every product in the Business Suite line with its included skills. FREE. Takes no arguments. Typical input {} returns a list of 30 product objects, each {"slug": "smb-ops-desk", "name": ..., "ta…

get_free_skill

Load a product's free gateway skill with its complete instructions. FREE. Typical input {"slug": "smb-ops-desk"} returns {"slug": "smb-ops-desk", "skill": "<skill name>", "instructions": "<full skill…

unit_economics

Calculate unit economics: margin, break-even, LTV:CAC, and a plain reading. FREE. Typical input {"price": 49, "unit_cost": 12, "fixed_costs_monthly": 8000} returns {"unit_margin": 37.0, "margin_pct":…

get_full_product

Load one product in full: its persona plus every paid skill. PREMIUM (license). Typical input {"slug": "smb-ops-desk"} returns {"slug": ..., "name": ..., "persona": "<persona text>", "skills": [{"nam…

get_full_skill

Load one paid skill's complete instructions from a product. PREMIUM (license). Typical input {"slug": "smb-ops-desk", "skill_name": "invoice-chaser"} returns {"slug": ..., "skill": ..., "instructions…

loan_payment

Compute an amortized loan payment: monthly payment, total paid, total interest. FREE. Administrative math only — not financial advice. Typical input {"principal": 250000, "annual_rate_pct": 6.5, "yea…

cash_runway

Compute months of cash runway and the projected out-of-cash date. FREE. Typical input {"cash_balance": 120000, "monthly_burn": 15000, "monthly_revenue": 5000} returns {"runway_months": 12.0, "net_bur…

target_price

Compute the selling price needed to hit a target margin percentage. FREE. Typical input {"unit_cost": 12, "target_margin_pct": 60} returns {"required_price": 30.0, "unit_margin": 18.0, "equivalent_ma…

How to use

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

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