Total assets minus liabilities, plus liquid net worth and debt-to-asset ratio.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
cash | number | optional | Cash and bank balances in USD |
investments | number | optional | Taxable investment/brokerage balances in USD |
retirement_accounts | number | optional | Retirement account balances (401k/IRA) in USD |
real_estate | number | optional | Real-estate value in USD |
vehicles | number | optional | Vehicle value in USD |
other_assets | number | optional | Other assets in USD |
mortgage_balance | number | optional | Outstanding mortgage balance in USD |
student_loans | number | optional | Student-loan balance in USD |
credit_card_debt | number | optional | Credit-card debt in USD |
auto_loans | number | optional | Auto-loan balance in USD |
other_debts | number | optional | Other debts in USD |
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": "net_worth", "arguments": {"cash": 100, "investments": 100, "retirement_accounts": 100}}}'curl -s https://wingmanprotocol.com/tools/net_worth \
-H 'Content-Type: application/json' \
-d '{"cash": 100, "investments": 100, "retirement_accounts": 100}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/net_worth from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).