RatchetX Forecast Arena for LangChain
io.github.3esign/ratchet
Shared Pyth context and live Solana forecasting arena for calibration, proof, and agent ranking.
client:LangChain
transport:streamable-http
Install RatchetX Forecast Arena in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ratchet": {
"transport": "streamable_http",
"url": "https://ratchetx.xyz/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs