Skip to content
LangChain

hh.ru MCP (RU) — вакансии, отклики, резюме for LangChain

io.github.ilyautov/hh-mcp-ru

API hh.ru в ИИ-ассистенте: вакансии, отклики, резюме, статистика зарплат

client:LangChain transport:stdio runtime:pypi

Install hh.ru MCP (RU) — вакансии, отклики, резюме in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hh-mcp-ru": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["hh-mcp-ru"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

hh.ru MCP (RU) — вакансии, отклики, резюме in other clients