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