Home / MCP Tools / Profit & Loss (Income Statement) Calculator
Live MCP toolfinance

Profit & Loss (Income Statement) Calculator

Gross profit, EBITDA, operating income, taxes, net income and margins.

Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.

Parameters

ParameterTypeRequiredDescription
revenuenumberrequiredTotal revenue in USD
cogsnumberoptionalCost of goods sold in USD
operating_expensesnumberoptionalOperating expenses (SG&A etc.) in USD
depreciationnumberoptionalDepreciation in USD
amortizationnumberoptionalAmortization in USD
other_incomenumberoptionalOther income in USD (can be negative)
interest_expensenumberoptionalInterest expense in USD
taxesnumberoptionalExplicit tax amount in USD (overrides tax_rate_pct)
tax_rate_pctnumberoptionalTax rate percent applied to pretax income

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "profit_loss", "arguments": {"revenue": 100}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/profit_loss \
  -H 'Content-Type: application/json' \
  -d '{"revenue": 100}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/profit_loss from your browser.

Related tools in Finance

finance
Loan Amortization Schedule
Full month-by-month amortization table with principal, interest, and balance columns.
finance
Annuity Present / Future Value
Compute the present or future value of an ordinary annuity or annuity-due.
finance
Bond Price Calculator
Fair value of a fixed-coupon bond given face value, coupon rate, market yield, and maturity.
finance
CAGR (Compound Annual Growth Rate) Calculator
Compound annual growth rate and total growth between two values over N years.
finance
Compound Interest / Future Value Calculator
Future value, total contributions and interest with optional periodic deposits.
finance
Depreciation Schedule Calculator
Straight-line or double-declining-balance schedule for an asset.