Skip to content
LangChain

AI Stack Score for LangChain

com.aistackscore/aistackscore

Scores a website's AI technology adoption using BuiltWith data.

client:LangChain transport:streamable-http tools:1

Install AI Stack Score in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

AI Stack Score in other clients