Scout by Optimly for LangChain
ai.optimly/scout
Query the AI Brand Directory. Audit brand visibility in ChatGPT, Claude, and Gemini.
client:LangChain
transport:streamable-http
Install Scout by Optimly in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"scout": {
"transport": "streamable_http",
"url": "https://scout.optimly.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs