Bespree Resumes for LangChain
com.bespree/resumes
Create and edit saved resumes, make tailored or translated copies, and export PDF or Word.
client:LangChain
transport:streamable-http
Install Bespree Resumes in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"resumes": {
"transport": "streamable_http",
"url": "https://bespree.com/api/v1/resume/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs