CAIS MCP Server

CAIS operates a remote Model Context Protocol server at https://mcp.caisgroup.com/mcp, announced 2026-05-19 as the first surface of the company's "Alts Engine" strategy and initially available to a select group of advisors within the CAIS network. It lets an agent query fund data, evaluate manager performance and surface portfolio insights from inside an advisor's existing workspace. The endpoint is protected by OAuth 2.1 with RFC 9728 protected-resource metadata, dynamic client registration (RFC 7591) and PKCE S256; twelve scopes are advertised across four service domains (caisiq, funds, iam, ips). tools/list is auth-gated — an anonymous JSON-RPC call returns HTTP 401 invalid_token — so the live tool schemas require an authenticated CAIS advisor client.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/cais-mcp-server"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: cais:cais-mcp-server
name: CAIS MCP Server
description: CAIS operates a remote Model Context Protocol server at https://mcp.caisgroup.com/mcp, announced
  2026-05-19 as the first surface of the company's "Alts Engine" strategy and initially available to a
  select group of advisors within the CAIS network. It lets an agent query fund data, evaluate manager
  performance and surface portfolio insights from inside an advisor's existing workspace. The endpoint
  is protected by OAuth 2.1 with RFC 9728 protected-resource metadata, dynamic client registration (RFC
  7591) and PKCE S256; twelve scopes are advertised across four service domains (caisiq, funds, iam, ips).
  tools/list is auth-gated — an anonymous JSON-RPC call returns HTTP 401 invalid_token — so the live tool
  schemas require an authenticated CAIS advisor client.
humanURL: https://www.caisgroup.com/our-company/press/cais-integrates-with-anthropics-claude-to-give-advisors-instant-access-to-alternative-investment-intelligence
baseURL: https://mcp.caisgroup.com/mcp
tags:
- MCP
- Alternative Investments
- Artificial Intelligence
properties:
- type: MCPServer
  url: mcp/cais-mcp.yml
- type: OAuthScopes
  url: scopes/cais-scopes.yml
- type: Authentication
  url: authentication/cais-authentication.yml