MCP – AI Access to Inderes Data

The Inderes MCP server lets you connect AI assistants like Claude directly to Inderes data. Ask questions about companies, read analyst reports, check estimates, browse the model portfolio, and much more — all through natural conversation with your AI assistant.

MCP access is included with Inderes Premium subscription.Learn more about Premium

Available data

  • Company Research
  • Fundamentals & Estimates
  • Model Portfolio
  • Forum
  • Stock Calendar
  • Insider Transactions
  • Transcripts

Setup Instructions

Claude Desktop

  1. Open Claude Desktop and go to CustomizeConnectors.
  2. Click Add custom connector.
  3. Enter the server URL:
    https://mcp.inderes.com
  4. Open Advanced settings and set the OAuth Client ID to:
    inderes-mcp
  5. Click Add and log in with your Inderes Premium account.

Claude Code (CLI)

  1. Run the following command in your terminal:
    claude mcp add --scope user --transport http --client-id inderes-mcp inderes https://mcp.inderes.com
  2. Alternatively, add it manually to your ~/.claude/settings.json:
    {
      "mcpServers": {
        "inderes": {
          "type": "streamable-http",
          "url": "https://mcp.inderes.com",
          "clientId": "inderes-mcp"
        }
      }
    }
  3. To authenticate, type /mcp in Claude Code, select inderes, and log in via the browser.

Frequently Asked Questions

Do I need a Premium subscription?

Yes, MCP access requires an active Inderes Premium subscription. You sign in to the MCP server with your Inderes account.

What is MCP?

MCP (Model Context Protocol) is an open standard that lets AI assistants connect to external data sources. It allows tools like Claude to access real-time data from services like Inderes, instead of relying only on their training data.

Which AI tools are supported?

Claude Desktop and Claude Code are officially supported. Other MCP-compatible tools may also work.

Is my data shared with AI providers?

The MCP server gives your AI assistant access to the same Inderes content you can access on the website. How that content is processed depends on the AI tool you use and its privacy policy.

Can I use the data for commercial purposes?

Inderes data is intended for non-commercial use unless you have a business license. If you want to use Inderes data commercially, please contact info@inderes.fi.

Why isn't it working?

Make sure you have an active Premium subscription, that you've entered the server URL correctly (https://mcp.inderes.com), and that you've completed the login step. Try restarting your AI client if the connection fails. If you still need help, post on the Inderes forum or contact info@inderes.fi.