Days, weeks, months and business days between two ISO dates.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
start_date | string | required | Start date, ISO 'YYYY-MM-DD' |
end_date | string | required | End date, ISO 'YYYY-MM-DD' |
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_diff", "arguments": {"start_date": "2026-07-06", "end_date": "2026-07-06"}}}'curl -s https://wingmanprotocol.com/tools/date_diff \
-H 'Content-Type: application/json' \
-d '{"start_date": "2026-07-06", "end_date": "2026-07-06"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/date_diff from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).