tee times for LangChain
co.loopgolf/tee-times
Live golf tee time availability across US courses. Search by location, date, players, and price.
client:LangChain
transport:streamable-http
Install tee times in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tee-times": {
"transport": "streamable_http",
"url": "https://www.loopgolf.co/api/ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs