MCP CPG Agent Protocols for LangChain
io.github.greencore-solutions/cpg-agent-protocols
BPC Agentic Commerce Signals
client:LangChain
transport:streamable-http
tools:9
Install MCP CPG Agent Protocols in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cpg-agent-protocols": {
"transport": "streamable_http",
"url": "https://mcp.cpgagentprotocols.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs