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

merchant

Processor fees, charge-to-net, invoice totals and proration. 3 of 6 tools free.

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

Tools & capabilities

6 tools

Read from the running server on 20h ago.

charge_to_net read-only pct_feefixed_feenet_target*
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…
discount_stack read-only price*discounts_pct*
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 in…
installment_plan read-only total*deposit_pctinstallments*
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 inp…
invoice_total read-only tax_pctline_items*discount_pct
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, "disc…
processor_fees read-only amount*processorcustom_pctcustom_fixedtransactions
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 + custo…
proration read-only days_used*refund_modedays_in_periodamount_per_period*
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_…