Costable — Parametric Should-Cost Analysis for LangChain
io.github.1337mofo/costable
Parametric should-cost: P50/P80/P90 estimates, 801 materials, 25 countries, quote review.
client:LangChain
transport:streamable-http
tools:10
Install Costable — Parametric Should-Cost Analysis in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"costable": {
"transport": "streamable_http",
"url": "https://costable.ai/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs