A demonstration MCP server that provides math (add/multiply) and weather tools, connecting via stdio and streamable HTTP, and integrates with LangChain and LangGraph for agentic workflows.
Demonstrates custom MCP servers for math and weather operations, enabling multi-agent orchestration using LangChain, Groq, and MCP adapters for both local and remote tool integration.
Demonstrates integrating multiple MCP servers (arithmetic and weather) with a LangGraph ReAct agent using Groq, enabling an LLM to dynamically discover and consume tools across different transport protocols.