Skip to content
LangChain

Hkma Hk for LangChain

io.github.pipeworx-io/hkma-hk

Hong Kong Monetary Authority (HKMA) public open API MCP. Keyless.

client:LangChain transport:streamable-http

Install Hkma Hk in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hkma-hk": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/hkma-hk/mcp",
        }
})

tools = await client.get_tools()

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

Hkma Hk in other clients