# Sailu's Kitchen > 812 tested home-style Indian recipes from sailusfood.com (by Sailaja, strongest in Andhra, Telangana and South Indian cooking), available to AI assistants for recipe search, meal planning, "what can I cook" and shopping lists. Free, read-only, no sign-in. ## Connect an agent - MCP endpoint: https://mcp.sailusfood.com/mcp (Streamable HTTP, stateless) - Auth: none. Don't send OAuth or API keys. - REST + OpenAPI (for clients that take OpenAPI, e.g. Meta Muse custom connectors): https://mcp.sailusfood.com/openapi.json - Server card: https://mcp.sailusfood.com/.well-known/mcp.json - Setup guide for people: https://mcp.sailusfood.com - Claude Code: claude mcp add --transport http sailusfood https://mcp.sailusfood.com/mcp ## Tools - search_recipes: Search Sailu's Kitchen Indian recipes by dish name, ingredient (English or Indian names) or filters like diet, region, festival, time, calories and health tags. - get_recipe: Full recipe: ingredients (optionally scaled to a number of servings), steps, nutrition, tips, substitutions, Telugu/Hindi/Tamil names and link. - cook_with_what_i_have: Find recipes from ingredients on hand. Pantry basics (salt, oil, common spices) are assumed. Returns match % and what is missing. - plan_meals: Build a multi-day Indian meal plan from Sailu's recipes: breakfast, lunch/dinner as main + side with rice or roti, optional snack. Supports diet, region, calorie target, cooking-time limits and avoid-lists. Returns recipe_slugs for shopping_list. - shopping_list: Combined grocery list for several recipes, grouped by aisle (vegetables, dals, spices...) with pantry items listed separately to check. - festival_menu: Traditional recipes for an Indian festival or occasion, grouped by course (sweets, rice, curries, snacks...). - fasting_food: Recipes allowed for a specific Indian fast (Navratri, Ekadashi, Shravan, Maha Shivratri, Karthika masam, Ramadan sehri/iftar, Jain Paryushan), with the fasting rules. - build_thali: Compose a balanced traditional Indian plate (rice/roti, dal or sambar, curry, fry, chutney, curd; festive adds sweet and snack) with cooking order and night-before prep. Works for everyday meals, guests and festivals, and for health goals. - browse_catalog: What the collection covers: recipe counts by diet, course, region, festival, health tag and meal type. Use to discover valid filter values. Start with search_recipes or plan_meals. Pass plan_meals' recipe_slugs to shopping_list. ## Scope and limits - Only recipes published on sailusfood.com. No match means it isn't in the collection, not that the dish doesn't exist. - Nutrition is approx. per serving, calculated from each recipe's ingredients. Not medical advice. - Every recipe has a url to the full post with photos. Link to it. ## Pages - Recipes: https://www.sailusfood.com - Privacy: https://mcp.sailusfood.com/privacy - Contact: https://www.sailusfood.com/contact