Cyphrex for LangChain
io.github.getcyphrex/cyphrex-mcp
Blockchain SSN for AI agents. MCP gateway that blocks at the point of action, tamper evident audit.
client:LangChain
transport:streamable-http
tools:9
Install Cyphrex in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cyphrex-mcp": {
"transport": "streamable_http",
"url": "https://mcp.cyphrex.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs