A working AI agent that takes a city name and finds gluten-free restaurants. Two tools (web_search and get_page_content) that the agent calls to do real work. Three skills that tell the agent how to think and what steps to follow. LangChain agent loop that runs automatically. An MCP server that hosts your tools separately from the agent