Execute actuarial-life-table-mcp for LangChain
io.github.evozim/actuarial-life-table-mcp
Premium agentic endpoint for actuarial-life-table-mcp.
client:LangChain
transport:sse
Install Execute actuarial-life-table-mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"actuarial-life-table-mcp": {
"transport": "streamable_http",
"url": "https://api.m2mcent.com/actuarial-life-table-mcp/sse",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs