Skip to content
LangChain

instinct for LangChain

com.mspmcp/instinct

MSP market intelligence for AI assistants: profiles, tech, maturity scores, and change signals.

client:LangChain transport:streamable-http

Install instinct in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "instinct": {
            "transport": "streamable_http",
            "url": "https://mcp.mspmcp.com/mcp",
        }
})

tools = await client.get_tools()

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

instinct in other clients