DEWEY SOC codes classifier. for LangChain
io.github.scoutexchange/dewey
Classification service to seamlessly retrieve SOC codes for job titles and descriptions.
client:LangChain
transport:streamable-http
Install DEWEY SOC codes classifier. in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"dewey": {
"transport": "streamable_http",
"url": "https://dewey-lro-test.lro.goscoutgo.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs