agno_ai_agent_mcp_tools
This project utilizes the Model Context Protocol (MCP) tools from the Agno framework to enable AI agents to interact with external systems through a standardized interface. Specifically, it connects to the MCP server of Airbnb for hotel information and the MCP server of Firecrawl for recent topic information. This allows the AI agent to efficiently gather information and respond to queries.
GitHub Stars
0
User Rating
Not Rated
Forks
0
Issues
0
Views
2
Favorites
0
In this project, Model Context Protocol (MCP) Tools from Agno framework has been used with Agno AI Agent and Llama4 LLM for connecting to various MCP Servers and getting our queries/questions answered. The Model Context Protocol (MCP) enables AI Agents to interact with external systems or tools through a standardized interface in a structured and consistent way. We can connect our Agents to any MCP server using Agno’s MCP integration. MCP defines a common protocol for tool invocation, making it easier to plug tools into AI agents without custom code for each tool. In this project we connect to mcp-server of airbnb for enquiring about hotel information, we also connect to mcp-server of firecrawl for getting information on some recent topic through web scrapping/crawling. In both of the cases, it connected to the corresponding mcp server successfully, collected the required information and answered our query.