🧁 BakingTab API

Baking unit conversion for AI agents. 100+ ingredients with King Arthur + USDA density data.

Endpoints

GET /api/v1/convert?amount=2&from=cup&to=gram&ingredient=ap-flour
GET /api/v1/temperature?value=350&from=f&to=c
GET /api/v1/ingredients?q=flour
GET /api/v1/units
POST /api/v1/scale   {"servings":4,"target_servings":8,"ingredients":[{"name":"flour","amount":2,"unit":"cup"}]}
POST /mcp
GET  /api/v1/health

Example

curl "https://api.bakingtab.cc/api/v1/convert?amount=2&from=cup&to=gram&ingredient=ap-flour" \
  -H "Authorization: Bearer YOUR_KEY"

AI usage

Point your MCP client at https://api.bakingtab.cc/mcp and call convert_amount.


Anonymous: 20 calls/day per IP. API keys at Ko-fi.