Football Atlas for LangChain
app.futbolatlas/futbol-atlas
The Laws of the Game and world football's major competitions, every claim cited to primary sources
client:LangChain
transport:streamable-http
tools:9
Install Football Atlas in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"futbol-atlas": {
"transport": "streamable_http",
"url": "https://futbolatlas.app/mcp?via=manifest",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs