Skip to content
LangChain

Horse Truth Machine Intelligence for LangChain

au.com.horsetruth/machine-intelligence

Derived Australian racehorse intelligence for AI agents, MCP clients, software and publishers.

client:LangChain transport:streamable-http tools:6

Install Horse Truth Machine Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "machine-intelligence": {
            "transport": "streamable_http",
            "url": "https://horsetruth.com.au/api/v1/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

Horse Truth Machine Intelligence in other clients