Project the future cost of college with education inflation and the monthly contribution needed to fund it.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
current_cost_per_year | number | required | Today's cost for one year of college in USD |
years_until_college | number | required | Years until college starts |
years_in_college | integer | optional | Number of years in college (default 4) |
education_inflation | number | optional | Annual education inflation as a PERCENT (default 5) |
current_savings | number | optional | Amount already saved in USD |
investment_return | number | optional | Expected annual return on savings as a PERCENT (default 6) |
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": "college_savings", "arguments": {"current_cost_per_year": 100, "years_until_college": 30}}}'curl -s https://wingmanprotocol.com/tools/college_savings \
-H 'Content-Type: application/json' \
-d '{"current_cost_per_year": 100, "years_until_college": 30}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/college_savings from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).