Skip to content
LangChain

china market intelligence mcp for LangChain

com.thenextgennexus/china-market-intelligence-mcp

MCP server giving AI agents one-connection access to China A-share market intelligence: financials,

client:LangChain transport:streamable-http

Install china market intelligence mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "china-market-intelligence-mcp": {
            "transport": "streamable_http",
            "url": "https://nexgendata--china-market-intelligence-mcp.apify.actor/mcp",
        }
})

tools = await client.get_tools()

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

china market intelligence mcp in other clients