Service status

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 accounthttps://api.feastcal.com/mcp/public
Connected tools OAuth account accesshttps://api.feastcal.com/mcp/account
ChatGPTAdd as a developer-mode appOpen guide ↗
ClaudeAdd as a remote custom connectorOpen guide ↗
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.

Developer testingInspector
php artisan mcp:inspector

HTTP API

Commercial catalogue access
GETCountries/api/countriesRate limited
GETStores/api/storesRate limited
GETCategories/api/categoriesRate limited
GETProducts/api/productsRate limited
GETProduct search/api/products/search?q=milkRate limited
GETProduct concepts/api/conceptsRate limited
Example requestJSON
curl -H "Authorization: Bearer $FEASTCAL_API_TOKEN" \
  "https://api.feastcal.com/api/products/search?q=pasta&country=LT&per_page=5"