Skip to content
LangChain

Copa do Mundo 2026 for LangChain

io.github.mcp-dir/worldcup-mcp

Schedules and results for the 2026 FIFA World Cup in natural language: today's matches, kickoff time

client:LangChain transport:streamable-http tools:14

Install Copa do Mundo 2026 in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "worldcup-mcp": {
            "transport": "streamable_http",
            "url": "https://api.mcp.ai/p_worldcup",
        }
})

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

Copa do Mundo 2026 in other clients