Skip to content
LangChain

whistle mcp for LangChain

io.github.mattwerner-sudo/whistle-mcp

Verified staff contacts, schools, and hiring signals across NCAA athletic departments.

client:LangChain transport:stdio runtime:npm

Install whistle mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "whistle-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "gowhistle-mcp"],
        }
})

tools = await client.get_tools()

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

whistle mcp in other clients