Skip to content
LangChain

Pickleball3 Paddle Catalog for LangChain

io.github.gospodindark-stack/pickleball3

Read-only paddle search, specifications, comparisons, scores, and verified purchase links.

client:LangChain transport:streamable-http tools:4

Install Pickleball3 Paddle Catalog in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "pickleball3": {
            "transport": "streamable_http",
            "url": "https://pickleball3.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

Pickleball3 Paddle Catalog in other clients