DELPHI Oracle for LangChain
io.github.achilliesbot/delphi-oracle
Real-time AI intelligence signals and temporal knowledge graph for agent economy
client:LangChain
transport:streamable-http
Install DELPHI Oracle in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"delphi-oracle": {
"transport": "streamable_http",
"url": "https://delphi-oracle.onrender.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs