mcpserver.lol
registry/business
Connection check verified live · 20h ago

business

30 finance, bookkeeping, legal-ops and SMB operations skill products. 6 of 8 tools free.

Tools 8
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

8 tools

Read from the running server on 20h ago.

cash_runway read-only cash_balance*monthly_burn*monthly_revenue
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_mon…
get_free_skill read-only slug*
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>", "instruc…
get_full_product read-only slug*
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…
get_full_skill read-only slug*skill_name*
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"…
list_products read-only
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-des…
loan_payment read-only years*principal*annual_rate_pct*
Compute an amortized loan payment: monthly payment, total paid, total interest. FREE. Administrative math only — not financial advice. Typical input {"principal": 250000, "annual_…
target_price read-only unit_cost*target_margin_pct*
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":…
unit_economics read-only cacprice*unit_cost*units_per_monthfixed_costs_monthlypurchases_per_customer
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":…