Agentic AI Travel Booker (MCP)
This repository contains a single-agent multi-tool travel booking assistant built with Pydantic AI and FastMCP.
Features
- Weather Integration: Uses
python-weatherfor real-time updates. - Web Search: Scrapes hotel options using DuckDuckGo.
- MCP Architecture: Tools are decoupled via the Model Context Protocol (MCP).
- Local LLM: Optimized for use with Ollama and Qwen 3.5.
Setup
- Install dependencies:
pip install pydantic-ai fastmcp python-weather beautifulsoup4 aiohttp. - Ensure Ollama is running locally with
qwen3.5:4b. - Run
app.py.