Skip to content
LangChain

maxcv — CV tailoring for LangChain

ai.maxcv/resume

Score and tailor your CV/resume against a job posting — for AI agents and humans, no-login trial.

client:LangChain transport:streamable-http tools:2

Install maxcv — CV tailoring in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "resume": {
            "transport": "streamable_http",
            "url": "https://maxcv.ai/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

maxcv — CV tailoring in other clients