Skip to content
LangChain

precisioncalc mcp for LangChain

io.github.inity13/precisioncalc-mcp

High-precision finance & business calculations for AI agents — exact decimals, never floats.

client:LangChain transport:streamable-http runtime:npm tools:11

Install precisioncalc mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "precisioncalc-mcp": {
            "transport": "streamable_http",
            "url": "https://precisioncalc-mcp.pages.dev/mcp",
        }
})

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

precisioncalc mcp in other clients