PuroAir for LangChain
ai.agenticshelf/puroair
Breathe with Confidence. Live MCP catalog for PuroAir HEPA air purifiers - stock, pricing, details.
client:LangChain
transport:streamable-http
Install PuroAir in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"puroair": {
"transport": "streamable_http",
"url": "https://api.agenticshelf.ai/m/puroair/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs