Daily calorie needs for a dog or cat (RER/MER from body weight + life stage) plus cups-per-day at common food energy densities.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
weight_kg | number | required | Body weight in kilograms |
species | string | optional | 'dog' or 'cat' (default 'dog') |
life_stage | string | optional | neutered_adult | intact_adult | weight_loss | weight_gain | active | puppy_kitten | senior (default neutered_adult) |
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": "pet_calorie", "arguments": {"weight_kg": 180}}}'curl -s https://wingmanprotocol.com/tools/pet_calorie \
-H 'Content-Type: application/json' \
-d '{"weight_kg": 180}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/pet_calorie from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).