Skip to content
LangChain

MyTelescope for LangChain

io.github.mytelescope/mytelescope

MyTelescope demand intelligence: signals, forecasts, competitor share, and emerging trends.

client:LangChain transport:streamable-http

Install MyTelescope in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mytelescope": {
            "transport": "streamable_http",
            "url": "https://mytelescope-orchestrator-mcp-amjjfcdvoa-uc.a.run.app/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

MyTelescope in other clients