Feastcal developer access
Connect food decisions to ChatGPT, Claude, or another MCP client. Use the commercial HTTP API when your product needs catalogue data at scale.
Connect Feastcal to an assistant
MCP · Streamable HTTP
Public tools Works without an account
https://api.feastcal.com/mcp/public
Connected tools OAuth account access
https://api.feastcal.com/mcp/account
Works without an account
- Recipes from listed ingredients
- Nearby options from a named place
- Public store coverage
Connect your Feastcal account
- Saved restrictions and inventory
- Meal-plan availability
- Confirmed personal changes
Precise location is used for the nearby request and is not saved to the account. MCP does not grant bulk catalogue access.
php artisan mcp:inspector
HTTP API
Commercial catalogue accessCatalogue access is paidCoverage and usage are agreed before a token is issued.Request quote
GETCountries
/api/countriesRate limitedGETStores
/api/storesRate limitedGETCategories
/api/categoriesRate limitedGETProducts
/api/productsRate limitedGETProduct search
/api/products/search?q=milkRate limitedGETProduct concepts
/api/conceptsRate limitedcurl -H "Authorization: Bearer $FEASTCAL_API_TOKEN" \ "https://api.feastcal.com/api/products/search?q=pasta&country=LT&per_page=5"