HireMe MCP for LangChain
io.github.djoudad292/hireme-mcp
The first portfolio AI agents can hire. Profile, products, pricing and briefs over MCP.
client:LangChain
transport:streamable-http
tools:5
Install HireMe MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hireme-mcp": {
"transport": "streamable_http",
"url": "https://mcp.djaouad.tech/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs