xpay Marketing for LangChain
io.github.xpaysh/marketing
50+ marketing tools. Lead gen, competitive intel, SEO, content research. Pay-per-use via x402.
client:LangChain
transport:streamable-http
Install xpay Marketing in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"marketing": {
"transport": "streamable_http",
"url": "https://marketing.mcp.xpay.sh/mcp?key={api_key}",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs