Skip to content
LangChain

Qoory Crypto Intelligence for LangChain

io.github.qoory-ai/qoory

One Data Plane for crypto research, with 42 live tools for markets, entities, news, and signals.

client:LangChain transport:streamable-http

Install Qoory Crypto Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "qoory": {
            "transport": "streamable_http",
            "url": "https://api.qoory.ai/mcp",
        }
})

tools = await client.get_tools()

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

Qoory Crypto Intelligence in other clients