Skip to content
LangChain

Highlightly for LangChain

io.github.pipeworx-io/highlightly

Highlightly MCP — cheap multi-sport scores, video highlights, and match

client:LangChain transport:streamable-http

Install Highlightly in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "highlightly": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/highlightly/mcp",
        }
})

tools = await client.get_tools()

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

Highlightly in other clients