← tipranks.com

INDIVIDUAL MCP TOOL

get_options_contract

Snapshot one OCC contract — price, OI, intraday OHLCV, last trade.

tipranks.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

tipranks.com

CONNECT 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.

Related tools

  • list_my_portfolios — List the portfolios you authorized this connector to access.
  • get_portfolio_holdings — Returns all holdings for one of your TipRanks portfolios.
  • get_portfolio_overview — Returns lifetime / 1mo / 6mo / 12mo / YTD returns, Sharpe ratio, and a monthly-return time series.
  • get_portfolio_analysis — Returns asset allocation by type/country/top stocks and distribution by sector, market cap, dividend yield, beta, and P/E.
  • get_portfolio_performance — Returns 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.
  • get_assets_data — Returns key TipRanks stock data for one or more tickers.
  • get_assets_events — Returns upcoming dividend and earnings events for tickers.
  • get_assets_news — Returns recent news articles for tickers, aggregated from many news sites, each with a sentiment tag and source URL (headlines only — no article body).