Skip to content
LangChain

ads for LangChain

com.promtpress/ads

Buy Telegram subscribers and website traffic, billed per verified result.

client:LangChain transport:streamable-http

Install ads in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

ads in other clients