Skip to content
LangChain

Machina World Cup Intelligence for LangChain

gg.machina/world-cup-intelligence

World Cup 2026 match, team, player and market context from Machina Sports, the sports AI platform.

client:LangChain transport:sse

Install Machina World Cup Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "world-cup-intelligence": {
            "transport": "streamable_http",
            "url": "https://worldcup-mcp.org.machina.gg/sse",
        }
})

tools = await client.get_tools()

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

Machina World Cup Intelligence in other clients