StackScope for LangChain
dev.stackscope/stackscope
What new websites are built with. Track adopters of your product, export with published contacts.
client:LangChain
transport:streamable-http
Install StackScope in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"stackscope": {
"transport": "streamable_http",
"url": "https://mcp.stackscope.dev",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs