QuantCalc Retirement Engine for LangChain
app.quantcalc/retirement-engine
Retirement Monte Carlo with a tax-aware withdrawal-order and Roth-conversion recommendation.
client:LangChain
transport:streamable-http
tools:5
Install QuantCalc Retirement Engine in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"retirement-engine": {
"transport": "streamable_http",
"url": "https://mcp.quantcalc.app",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs