Skip to content
LangChain

jjlabsio korea stock mcp for LangChain

ai.smithery/jjlabsio-korea-stock-mcp

Search company disclosures and financial statements from the Korean market. Retrieve stock profile…

client:LangChain transport:streamable-http

Install jjlabsio korea stock mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "jjlabsio-korea-stock-mcp": {
            "transport": "streamable_http",
            "url": "https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp",
        }
})

tools = await client.get_tools()

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

jjlabsio korea stock mcp in other clients