Nevada Insurance for LangChain
com.nevadaautoquotes/insurance
Auto insurance prices for Nevada drivers, from rates the state publishes.
client:LangChain
transport:streamable-http
tools:8
Install Nevada Insurance in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"insurance": {
"transport": "streamable_http",
"url": "https://nevadaautoquotes.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs