Skip to content
LangChain

phoenix screen for LangChain

com.dropwatchhq/phoenix-screen

Phoenix/rebrand relink detection: links a debarred principal to a newly-formed business entity.

client:LangChain transport:streamable-http tools:1

Install phoenix screen in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

phoenix screen in other clients