Skip to content
LangChain

SSCMFI Bond Calculations for LangChain

com.sscmfi/bond

Industry-standard bond math for AI agents: price, yield, accrued interest, duration, yield-to-worst

client:LangChain transport:streamable-http tools:1

Install SSCMFI Bond Calculations in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "bond": {
            "transport": "streamable_http",
            "url": "https://api.sscmfi.com/api/sscmfiMCPAPI",
        }
})

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

SSCMFI Bond Calculations in other clients