QueryLines for LangChain
com.querylines/mcp
Surplus lines market data, per query. U.S. E&S: premium, financials, litigation, catastrophe.
client:LangChain
transport:streamable-http
tools:40
Install QueryLines in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://api.querylines.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- get_premium_sample
- list_lines
- get_coverage
- get_eligibility_sample
- get_citizens_sample
- list_carrier_lines
- get_carriers_sample
- get_premium
- get_summary
- get_top_insurers
- compare_states
- check_eligibility
- get_citizens_pif
- get_citizens_depopulation
- get_top_carriers
- get_carrier_profile
- compare_carrier_states
- list_cat_events
- get_cat_sample
- get_cat_counties
- get_cat_exposure
- get_cat_impact
- get_hazard_sample
- get_hazard