convaiinnovations/travel-agent-mcp

🤗 Hugging Face sourcemit-other⚠ No SHA-256 weightsupdated today
No torrent yet

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-weather for 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

  1. Install dependencies: pip install pydantic-ai fastmcp python-weather beautifulsoup4 aiohttp.
  2. Ensure Ollama is running locally with qwen3.5:4b.
  3. Run app.py.