Skip to content
LangChain

rate card for LangChain

io.github.theluckystrike/rate-card

Hourly rates by role and date, priced into invoice and quote lines without retyping.

client:LangChain transport:streamable-http runtime:mcpb tools:12

Install rate card in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "rate-card": {
            "transport": "streamable_http",
            "url": "https://mcp.zovo.one/mcp/rate-card",
        }
})

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

rate card in other clients