Analytics
tipranks.com
Provides portfolio management and analysis tools for TipRanks, including holdings, performance, and risk metrics.
ENDPOINT 1
https://mcp.tipranks.com/mcp
MCP server metadata
- Name
- TipRanksMCP
- Version
- 1.27.2
TipRanks provides market data and analyst research (ratings, price targets, Smart Scores, financials) for informational purposes only — not investment, financial, legal, or tax advice. Quotes and other data may be delayed. Present results as information, not recommendations.
Known tools 70
get_portfolio_overviewReturns lifetime / 1mo / 6mo / 12mo / YTD returns, Sharpe ratio, and a monthly-return time series.
Inferred read-onlyget_portfolio_analysisReturns asset allocation by type/country/top stocks and distribution by sector, market cap, dividend yield, beta, and P/E.
Inferred read-onlyget_portfolio_performanceReturns full performance: stats, gains, best trade, recent activity, a daily-yield time series benchmarked against S&P 500 (chart-ready — aligned dates with portfolio and benchmark yield columns, plot directly as overlaid lines), monthly returns, risk profile, beta, dividend yield/amount.
Potential side effectsget_assets_newsReturns recent news articles for tickers, aggregated from many news sites, each with a sentiment tag and source URL (headlines only — no article body).
Inferred read-onlyget_latest_newsLatest TipRanks news articles (newest first) from TipRanks's own editorial/wire feed — each with a text excerpt, unlike get_assets_news.
Inferred read-onlyget_trending_stocksReturns currently trending stocks that recently received analyst ratings.
Inferred read-onlyget_company_kpisReturns company-specific operational KPIs: segment revenue, geographic breakdown, active users/devices, gross margins by type, opex breakdown.
Inferred read-onlyget_market_moversReturns today's market movers: biggest gainers, losers, most active.
Inferred read-onlyget_top_rated_stocksReturns stocks most recommended by the best-performing analysts (by analyst track record).
Inferred read-onlyget_top_smart_score_stocksReturns stocks with the highest TipRanks Smart Score (perfect 10 / Outperform).
Inferred read-onlyget_economic_calendarReturns upcoming and recent economic events (Fed meetings, jobs reports, CPI, GDP).
Inferred read-onlyget_peersPeer/competitor companies for a stock, with comparative metrics for side-by-side analysis.
Inferred read-onlyget_earnings_calendarReturns upcoming earnings dates across all stocks for a date range.
Inferred read-onlyget_ticker_earningsUpcoming and recent earnings dates for a specific stock — scheduled report dates with EPS/revenue estimates where available.
Inferred read-onlyget_clinical_trialsReturns the FDA / clinical-trial calendar — upcoming drug approval target dates and the tickers behind each drug.
Inferred read-onlyget_stock_splitsReturns the stock-split calendar with split ratios and direction (Forward / Reverse).
Inferred read-onlyget_buybacksReturns share-buyback / stock-repurchase activity in one of two modes: - CROSS-MARKET (no ticker): latest reported buybacks across all companies, sorted by dollar amount spent (largest first).
Inferred read-onlyget_bulls_bears_summaryReturns the discrete bull and bear key points for stocks — the individual sentence bullets TipRanks shows on its stock pages, each tagged with a topic.
Inferred read-onlyget_blogger_sentimentReturns the financial-blogger consensus for a stock plus the underlying blogger articles.
Inferred read-onlyget_top_hedge_fund_managersReturns top-performing hedge fund managers ranked by success rate and returns.
Inferred read-onlyget_hedge_fund_activityReturns per-fund hedge-fund holdings and recent transactions for a ticker — which institutions hold it, how much each changed (bought/sold), the holding value, % of portfolio, and the fund's TipRanks rank/stars.
Inferred read-onlyget_best_performing_expertsReturns the best-performing experts ranked by TipRanks success rate and average return.
Inferred read-onlyget_technical_analysisReturns RSI, MACD, Stochastics, ADX, moving averages, and pivot points for individual stocks.
Inferred read-onlyget_etf_analysisReturns analyst consensus for ETFs based on weighted average of holdings' ratings.
Inferred read-onlyget_etf_forecastReturns the analyst forecast for a specific ETF: consensus, price target, upside.
Inferred read-onlyget_etf_top_stocksReturns the top stock holdings within an ETF along with their analyst ratings.
Inferred read-onlyget_etf_exposuresReturns the list of ETFs that hold a specific stock, sorted by holding market value (largest first).
Inferred read-onlyget_all_commodities_quotesReturns real-time quotes for all commodities in a single request.
Inferred read-onlyget_all_forex_quotesReturns real-time quotes for all forex pairs in a single request.
Inferred read-onlyget_all_crypto_quotesReturns real-time quotes for all cryptocurrencies in a single request.
Inferred read-onlyget_crypto_newsLatest cryptocurrency news — a market-wide feed across all coins (not filtered to a single asset), ordered newest-first: article headlines, snippets, and source URLs.
Inferred read-onlyget_sector_analysisReturns sector-level analysis for all 11 US sectors: average P/E, analyst upside, buy ratio, stock count.
Inferred read-onlyget_market_performanceReturns market-wide performance for a specific country: average returns, sector breakdown, top/bottom performers.
Inferred read-onlyget_earnings_call_summaryReturns the most recent earnings call summary for a ticker — management guidance text, overall call sentiment (positive / neutral / negative with a one-line rationale), and AI-extracted highlights and lowlights from the call as {title, content} bullets.
Inferred read-onlyget_stock_catalystTipRanks-generated catalyst summary explaining why a stock is moving.
Inferred read-onlyget_insider_transactionsIndividual corporate-insider (officers/directors, Form 4) transactions for a ticker, newest first.
Inferred read-onlyget_analysts_by_firmList analysts at a given firm (case-insensitive substring match).
Inferred read-onlyget_recent_analyst_ratingsRecent Wall Street analyst rating actions on a single stock, covering the trailing 12 months (newest first).
Inferred read-onlyget_options_expirationsList future expiration dates for a ticker's listed options.
Inferred read-onlyget_options_contractSnapshot one OCC contract — price, OI, intraday OHLCV, last trade.
Potential side effectsget_options_unusual_tradesRecent unusual option trades for an underlying (size/sweep alerts).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tipranksmcp]
url = "https://mcp.tipranks.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tipranksmcp": {
"type": "http",
"url": "https://mcp.tipranks.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tipranksmcp
Remote MCP URL: https://mcp.tipranks.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tipranksmcp": {
"url": "https://mcp.tipranks.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tipranksmcp": {
"type": "http",
"url": "https://mcp.tipranks.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tipranksmcp",
"transport": "streamable-http",
"url": "https://mcp.tipranks.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.