ShearQuery — Barber & Beauty Industry Data for LangChain
com.innergcomplete/shearquery
Barber & cosmetology exam pass rates, booth rent with open chairs, and Texas licensee counts
client:LangChain
transport:streamable-http
tools:6
Install ShearQuery — Barber & Beauty Industry Data in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"shearquery": {
"transport": "streamable_http",
"url": "https://shearquery.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs