Skip to content
LangChain

Tools Berry Paycheck for LangChain

com.tools-berry/paycheck

Live US paycheck and payroll-tax math for 2026, all 50 states and DC, powered by tools-berry.com.

client:LangChain transport:streamable-http tools:4

Install Tools Berry Paycheck in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "paycheck": {
            "transport": "streamable_http",
            "url": "https://mcp.tools-berry.com",
        }
})

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

Tools Berry Paycheck in other clients