Georgia Insurance for LangChain
com.georgiaautoquotes/insurance
Georgia's published auto insurance averages. Not a quote; we are not licensed here yet.
client:LangChain
transport:streamable-http
tools:8
Install Georgia Insurance in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"insurance": {
"transport": "streamable_http",
"url": "https://georgiaautoquotes.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs