pullpush mcp for LangChain
ai.pullpush/pullpush-mcp
Connect any two APIs and keep them in sync — 48 MCP tools with shadow previews and diagnostics.
client:LangChain
transport:streamable-http
runtime:npm
Install pullpush mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pullpush-mcp": {
"transport": "streamable_http",
"url": "https://api.pullpush.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs