TipRanks for LangChain
com.tipranks/tipranks
Live TipRanks market data: analyst ratings, Smart Score, technicals, options, portfolios.
client:LangChain
transport:streamable-http
tools:71
Install TipRanks in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tipranks": {
"transport": "streamable_http",
"url": "https://mcp.tipranks.com/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
- list_my_portfolios
- get_portfolio_holdings
- get_portfolio_overview
- get_portfolio_analysis
- get_portfolio_performance
- get_assets_data
- get_assets_events
- get_assets_news
- get_latest_news
- get_article
- get_assets_warnings
- get_trending_stocks
- get_company_kpis
- get_market_movers
- get_top_rated_stocks
- get_top_smart_score_stocks
- get_economic_calendar
- get_peers
- get_politicians
- get_politician_activity
- get_earnings_calendar
- get_ticker_earnings
- get_ipo_calendar
- get_clinical_trials