agno_ai_agent_mcp_tools
このプロジェクトは、AgnoフレームワークのModel Context Protocol (MCP)ツールを使用して、AIエージェントが外部システムと標準化されたインターフェースを介して対話することを可能にします。具体的には、AirbnbのMCPサーバーやFirecrawlのMCPサーバーに接続し、ホテル情報や最近のトピックに関する情報を取得します。これにより、AIエージェントは効率的に情報を収集し、クエリに応答できます。
GitHubスター
0
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
1
お気に入り
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.