Skip to content
LangChain

Fantopy for LangChain

ai.fantopy/fantopy

Free World Cup 2026 prediction game with fixtures, picks, brackets, and leaderboards

client:LangChain transport:streamable-http

Install Fantopy in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "fantopy": {
            "transport": "streamable_http",
            "url": "https://mcp.fantopy.ai/mcp",
        }
})

tools = await client.get_tools()

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

Fantopy in other clients