{"x402Version":2,"service":{"name":"NutriRef","description":"USDA FoodData Central nutrition data, gated by x402 micropayments. Returns normalized nutrition per 100g across 13 tracked nutrients. No signup, no API keys.","url":"https://nutriref.xyz","openapi":"https://nutriref.xyz/openapi.json","docs":"https://nutriref.xyz/docs","mcp":"python -m mcp_server (see https://github.com/Younghef/nutriref-api)"},"resources":[{"url":"https://nutriref.xyz/v1/nutrition/search?q={query}&limit={n}","method":"GET","description":"Search USDA foods by name; returns ranked matches with fdc_id and macros.","price":{"asset":"USDC","address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"0.001","network":"base"},"payTo":"0x3f0a7f839619D578b8EEeD741C26F418b8E98e97","discovery":{"bazaar":{"info":{"input":{"type":"http","queryParams":{"q":"banana","limit":10}},"output":{"type":"json","example":{"query":"banana","count":1,"results":[{"fdc_id":2012128,"description":"BANANA","calories":312.0,"protein":12.5}]}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["GET","HEAD","DELETE"]},"queryParams":{"type":"object","properties":{"q":{"type":"string","description":"Free-text food name to search."},"limit":{"type":"integer","minimum":1,"maximum":50,"default":10}},"required":["q"]}},"required":["type","method"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},{"url":"https://nutriref.xyz/v1/nutrition/detail/{fdc_id}","method":"GET","description":"Full normalized nutrition for one food (13 nutrients per 100g).","price":{"asset":"USDC","address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"0.002","network":"base"},"payTo":"0x3f0a7f839619D578b8EEeD741C26F418b8E98e97","discovery":{"bazaar":{"info":{"input":{"type":"http"},"output":{"type":"json","example":{"fdc_id":2012128,"description":"BANANA","calories":312.0,"protein":12.5,"fat":6.25,"carbs":40.62,"fiber":6.2,"potassium":null}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["GET","HEAD","DELETE"]},"queryParams":{"type":"object","properties":{}},"pathParams":{"type":"object","properties":{"fdc_id":{"type":"integer","description":"USDA FoodData Central ID."}},"required":["fdc_id"]}},"required":["type","method"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},{"url":"https://nutriref.xyz/v1/nutrition/compare","method":"POST","description":"Compare 2-5 foods side by side with per-nutrient winners.","price":{"asset":"USDC","address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"0.003","network":"base"},"payTo":"0x3f0a7f839619D578b8EEeD741C26F418b8E98e97","discovery":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"fdc_ids":[2012128,2011468]}},"output":{"type":"json","example":{"foods":[{"fdc_id":2012128,"protein":12.5},{"fdc_id":2011468,"protein":0.0}],"winners":{"protein":{"fdc_id":2012128,"value":12.5,"criterion":"highest"}}}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"fdc_ids":{"type":"array","items":{"type":"integer"},"minItems":2,"maxItems":5}},"required":["fdc_ids"]}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},{"url":"https://nutriref.xyz/v1/nutrition/recipe","method":"POST","description":"Scale and sum nutrition across recipe ingredients.","price":{"asset":"USDC","address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"0.005","network":"base"},"payTo":"0x3f0a7f839619D578b8EEeD741C26F418b8E98e97","discovery":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"ingredients":[{"fdc_id":2012128,"grams":100.0}]}},"output":{"type":"json","example":{"total_grams":100,"ingredient_count":1,"nutrition":{"calories":312.0,"protein":12.5}}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"ingredients":{"type":"array","minItems":1,"items":{"type":"object","properties":{"fdc_id":{"type":"integer"},"grams":{"type":"number","exclusiveMinimum":0}},"required":["fdc_id","grams"]}}},"required":["ingredients"]}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}}]}