queryquarry for LangChain
io.github.queryquarry/queryquarry
Double-blind talent marketplace: AIs search anonymous opted-in candidates; reveal on consent.
client:LangChain
transport:streamable-http
tools:11
Install queryquarry in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"queryquarry": {
"transport": "streamable_http",
"url": "https://queryquarry.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs