welcome for LangChain
com.thebalancedinvestorclub/welcome
The Balanced Investor Club, the thinking companion for the markets. Educational, not advice.
client:LangChain
transport:streamable-http
tools:57
Install welcome in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"welcome": {
"transport": "streamable_http",
"url": "https://thebalancedinvestorclub.com/api/mcp/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
- start_here
- list_market_moods
- get_mood_for_ticker
- get_today_mood_changes
- get_market_pulse
- get_price_alignment
- get_crypto_price_alignment
- compare_tickers
- list_securities_by
- get_ticker_metadata
- search_instruments
- get_sector_returns
- get_industry_returns
- get_income_statement
- get_balance_sheet
- get_cash_flow
- get_dividends
- get_earnings_estimates
- get_macro_indicators
- get_market_calendar
- get_valuation_inputs
- get_close_history
- get_earnings_transcript
- get_insider_transactions