Skip to content
LangChain

CipherHUB Cryptography Toolkit for LangChain

io.github.bowenerchen/cipherhub

Production-grade cryptography toolkit with 31 MCP tools for classical, PQC, and KMS workflows.

client:LangChain transport:streamable-http tools:55

Install CipherHUB Cryptography Toolkit in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cipherhub": {
            "transport": "streamable_http",
            "url": "https://tools.cipherhub.cloud/cipherhub/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

All 55 tools →

CipherHUB Cryptography Toolkit in other clients