Add years/months/weeks/days/hours to an ISO date; month math clamps to end-of-month.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | required | ISO date YYYY-MM-DD or full datetime |
years | integer | optional | Years to add (may be negative) |
months | integer | optional | Months to add (may be negative) |
weeks | integer | optional | Weeks to add (may be negative) |
days | integer | optional | Days to add (may be negative) |
hours | integer | optional | Hours to add (may be negative) |
minutes | integer | optional | Minutes to add (may be negative) |
seconds | integer | optional | Seconds to add (may be negative) |
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": "date_add", "arguments": {"date": "2026-07-06"}}}'curl -s https://wingmanprotocol.com/tools/date_add \
-H 'Content-Type: application/json' \
-d '{"date": "2026-07-06"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/date_add from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).