MSCI

Indexes, private-markets analytics

Official docs

About MSCI

MSCI provides indexes, portfolio analytics, and private-asset data for institutional investors. Its remote MCP server connects assistants to MSCI's data and analytics so index, risk, and private-markets questions can be explored in conversation.

Connection details

https://mcp.msci.com/mcp/v1.0/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add msci --transport http https://mcp.msci.com/mcp/v1.0/mcp

Frequently asked questions

What is the MSCI remote MCP server?

The MSCI remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.msci.com/mcp/v1.0/mcp, so AI assistants can connect to it without installing or running anything locally. MSCI provides indexes, portfolio analytics, and private-asset data for institutional investors. Its remote MCP server connects assistants to MSCI's data and analytics so index, risk, and private-markets questions can be explored in conversation.

How do I connect to the MSCI MCP server?

Add the endpoint https://mcp.msci.com/mcp/v1.0/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the MSCI MCP server require authentication?

Yes. MSCI uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the MSCI MCP server use?

MSCI exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers