MCP
MCP

MCP

MCP (Model Context Protocol) lets AI assistants access AltIndex data directly through conversation. Instead of writing API calls, describe what you want in natural language and get real data back.

What you can do

Research a stock

Ask about any company's alternative data signals, social trends, fundamentals, and recent events.

"Give me a full overview of Tesla's alternative data signals"

"Show me Apple's social sentiment trend over the last 30 days"

"What news and Reddit discussion is driving NVDA right now?"

Monitor your portfolio

Get an enriched snapshot of your connected portfolio, including AI scores, social momentum, and recent events for each holding.

"How is my portfolio doing?"

"Which of my holdings have the strongest social momentum?"

"Show me the AI score breakdown for my portfolio"

Track your watchlist

Check in on your saved watchlist with the same enriched data available for portfolio holdings.

"Show me my watchlist with AltIndex scores"

"Are any of my watchlist stocks showing unusual activity?"

Scan the market

Search across the full AltIndex universe (~2,500 securities) using filters like AI score, social mentions, insider buying, hiring velocity, and more. Surface market events like earnings surprises, analyst actions, and social media spikes.

"Find stocks with rising Reddit mentions and insider buying in the last 90 days"

"What earnings surprises happened this week?"

"Show me the top 10 stocks by social momentum in the technology sector"

"Which stocks had the biggest AI score jumps this month?"


Get connected

Connect AltIndex to your AI client of choice. AltIndex uses OAuth, so your client will open a browser window for you to sign in with your AltIndex account. No API key is needed.

Claude and Claude Desktop

Use the remote MCP URL directly. Claude handles auth in the browser.

  1. In Claude or Claude Desktop, go to SettingsConnectorsAdd custom connector.
  2. Set the name to altindex and paste this connector URL:
https://mcp.altindex.com
  1. Claude will redirect you to AltIndex's OAuth page.
  2. Sign in with your AltIndex account to grant access.

Claude Code

For the Claude Code terminal app only.

  1. Add the AltIndex MCP server. Run this command in your terminal:
claude mcp add --transport http altindex https://mcp.altindex.com
  1. Inside a Claude Code session, type /mcp to see available MCP servers. Select altindex from the list to trigger the OAuth flow.
  2. A browser window will open. Sign in with your AltIndex account to complete the connection.

Cursor

Edit the MCP config file, then authenticate via OAuth.

  1. In Cursor, go to SettingsTools & MCP and click the edit icon to open mcp.json, or open it directly at ~/.cursor/mcp.json.
  2. Add altindex to your mcpServers block. If you already have other servers, keep them.
{
  "mcpServers": {
    "altindex": {
      "url": "https://mcp.altindex.com"
    }
  }
}
  1. Save and restart Cursor. Go to SettingsTools & MCP. AltIndex should appear with a green dot.
  2. Complete the OAuth sign-in when prompted.

ChatGPT Desktop

  1. In ChatGPT, go to SettingsToolsAdd MCP tool.
  2. Enter the server URL:
https://mcp.altindex.com
  1. ChatGPT will open a browser window. Sign in with your AltIndex account to grant access.

Requirements