Skip to content
LangChain

CompShop for LangChain

io.github.mkibrick/compshop

Search 350+ compensation surveys by industry, region, or job title. Independent directory.

client:LangChain transport:streamable-http tools:7

Install CompShop in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "compshop": {
            "transport": "streamable_http",
            "url": "https://www.comp-shop.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

CompShop in other clients