Skip to content
LangChain

The Mastermindset for LangChain

com.themastermindset/themastermindset

A 16-pillar map of health, wealth and happiness, plus the mindset archetypes.

client:LangChain transport:streamable-http tools:3

Install The Mastermindset in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

The Mastermindset in other clients