← Back to all apps

MSCI

Financeby MSCI Inc
Launched Mar 24, 2026 on ChatGPTLaunched Feb 16, 2026 on Claude

The MSCI Connector provides access to an expanding range of MSCI AI-enabled data and analytics capabilities. Based on entitlements users can investigate index performance characteristics such as country, sector and factor exposures, constituent weights, and methodologies and explore private assets market trends, performance benchmarking, and holdings and risk factors. The connector is designed for investment professionals who require transparent, methodology-aligned data to support portfolio construction, attribution, exposure analysis, and private assets research.

5ChatGPT Tools
5Claude Tools
MSCI IncDeveloper
FinanceCategory

Use Cases

financial-services

Available Tools

Get MSCI IndexAI Insights Query Results

execute_index_gql_schema
Full Description

Execute a GraphQL request against the schema from getIndexGQLSchema tool call

Parameters (1 required, 2 optional)
Required
querystring

GraphQL query string

Optional
operationNamestring

Operation name

variablesobject

GraphQL variables object

Get MSCI IndexAI Insights Schema Fragments

get_index_gql_schema_fragments
Full Description

Return the printed GraphQL schema (SDL) for the specified fragments.

Parameters (1 required)
Required
fragmentsarray

Portions of the schema to fetch, the schema is fairly large so get the portions needed based on the questions. Pass all the fragments you need to get the full schema.

Get MSCI Private Assets Help

get_pa_help
Full Description

Get documentation for MCP tools and modules.

Returns help content aggregated from all registered modules.

Args: topic: Optional module or tool name to look up. Accepts:

  • None: Returns server overview with all modules and tool summaries
  • Module name (e.g., "pci"): Returns module overview with tool summaries
  • Tool name (e.g., "get_pci_user_profiles"): Returns detailed tool help

Returns: Help documentation as structured data:

  • No argument: Server info, server tools, all modules with tool summaries
  • Module name: Module info with tool summaries
  • Tool name: Detailed help for the specific tool

Example:

Get full server overview

get_pa_help()

Get module overview with tool summaries

get_pa_help(topic="pci")

Get detailed help for a specific tool

get_pa_help(topic="get_pci_user_profiles")

Parameters (0 required, 1 optional)
Optional
topicstring
Default: null

Get MSCI Private Capital Intel Measure Details

get_pci_measure_detail
Full Description

Get universe analytics benchmarking data for private capital funds.

If this tool returns a parameter_validation_failed error, analyze the included help content to understand valid values and retry with corrected parameters.

Args: measures: Comma-separated measure names (defaults to IRR if omitted) profile_guid: Profile GUID (omit to auto-select) group_by: Grouping fields (comma-separated) vehicle_type: Vehicle type filter geography: Geography filter (hierarchical paths) industry: Industry filter asset_class: Asset class filter (hierarchical paths) strategy: Strategy filter vintage: Vintage year filter min_fund_size: Minimum fund size in millions max_fund_size: Maximum fund size in millions

Returns: Dictionary with analysis_results, profile info, and llm_response_footer.

Parameters (1 required, 10 optional)
Required
measuresstring
Optional
asset_classstring
Default: null
geographystring
Default: null
group_bystring
Default: null
industrystring
Default: null
max_fund_sizestring
Default: null
min_fund_sizestring
Default: null
profile_guidstring
Default: null
strategystring
Default: null
vehicle_typestring
Default: null
vintagestring
Default: null

Get MSCI Private Capital Intel User Profiles

get_pci_user_profiles
Full Description

Get PCI-enabled profiles for the authenticated user.

Returns: Dictionary with profiles list, profile_count, access_status, and optional environment.