---
slug: "mcpilot"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/m-rishab/MCPilot@main/README.md"
repo: "https://github.com/m-rishab/MCPilot"
source_file: "README.md"
branch: "main"
---
# # MCPilot

MCPilot is an AI-powered chatbot that integrates real-time tools like DuckDuckGo, Airbnb, and weather APIs. Built using Gradio for the front-end, MCP Servers, and GROQ for backend inference, it offers context-aware responses for real-time queries and tasks. Currently in beta, MCPilot aims to provide seamless, tool-augmented assistance.

## Features

- **DuckDuckGo Search**: Retrieve search results for any general queries.
- **Airbnb Listings**: Fetch real-time Airbnb accommodation listings.
- **Weather Updates**: Get live weather information based on user input.
- **Prompt Engineering**: Enhanced conversational flow for more natural interactions.
- **MCP Servers**: Backend that powers the agent's tool integration.

## Flowchart 
![Image](https://github.com/user-attachments/assets/4eb1e2f5-9006-4272-8e08-1b88c88be9be)

## Installation

1. Clone the repository:

   ```bash
   git clone https://github.com/your-username/MCPilot.git
