Hesperan for LangChain
com.hesperan/mcp
Calibrated decisions for agents: choice, yes/no and score questions answered with probabilities.
client:LangChain
transport:streamable-http
runtime:npm
tools:3
Install Hesperan in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://api.hesperan.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs