Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by wassupjay • Uncategorized
Demonstrates using MCP servers with LangChain to create and manage custom tools for language models.
Perform arithmetic operations via a math server.
Retrieve weather information through an HTTP-based weather server.
That require integration of multiple MCP servers using different communication protocols.
This project showcases integration of MCP servers with LangChain to provide custom tools for language models, including a math server for arithmetic operations and a weather server for weather lookups. It supports multi-protocol communication via stdio and HTTP, enabling flexible tool usage. The client uses a Groq model and LangChain's ReAct agent to intelligently call these tools and answer questions.