Skip to content
LangChain

ComparEdge Pricing for LangChain

io.github.comparedge/pricing-api

Verified SaaS, AI, and LLM pricing for 490+ tools: plans, hidden costs, TCO, and alternatives.

client:LangChain transport:streamable-http tools:9

Install ComparEdge Pricing in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "pricing-api": {
            "transport": "streamable_http",
            "url": "https://comparedge.com/api/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

ComparEdge Pricing in other clients