Skip to content
LangChain

Golf With Discs DiscFinder MCP for LangChain

io.github.frankbongo/golfwithdiscs-discfinder

Search current disc golf retailer inventory across 50+ shops by mould, plastic, price, and country.

client:LangChain transport:streamable-http tools:1

Install Golf With Discs DiscFinder MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "golfwithdiscs-discfinder": {
            "transport": "streamable_http",
            "url": "https://finder.golfwithdiscs.com/mcp",
        }
})

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

Golf With Discs DiscFinder MCP in other clients