Skip to content
LangChain

SNHP — free negotiation math + agent memory for LangChain

io.github.ryuxik/snhp

Free game-theory negotiation advisor for agents, plus paid receipted sessions and agent memory.

client:LangChain transport:streamable-http tools:15

Install SNHP — free negotiation math + agent memory in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

SNHP — free negotiation math + agent memory in other clients