Skip to content
LangChain

PeerPush for LangChain

com.peerpush/peerpush

Find, compare, and discover software, SaaS, and AI tools - pricing, alternatives, and trends.

client:LangChain transport:streamable-http tools:9

Install PeerPush in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

PeerPush in other clients