stock moves explained for LangChain
io.github.pink707legendary/stock-moves-explained
Explains why stocks moved. 'Why did Tesla drop?' 'What happened to NVDA?' S&P 500/NASDAQ/Dow.
client:LangChain
transport:streamable-http
tools:1
Install stock moves explained in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"stock-moves-explained": {
"transport": "streamable_http",
"url": "https://api.justhappened.wtf/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs