---
title: "List Mcp Integrations"
method: GET
path: "/mcp-integrations/composio/integrations"
tags: ["composio"]
---

# List Mcp Integrations

`GET /mcp-integrations/composio/integrations`

List available authentication configurations and MCP servers

## Response `200`

Successful Response

- ConfigListResponse
  - `not_connected` ComposioClientTypesAuthConfigListResponseItem[], required
    - `id` string, required
    - `name` string, required
    - `no_of_connections` number, required
    - `status` 'ENABLED' | 'DISABLED', required
    - `tool_access_config` ItemToolAccessConfig, required
      - `tools_available_for_execution` string[], nullable
      - `tools_for_connected_account_creation` string[], nullable
    - `toolkit` ItemToolkit, required — Information about the associated integration
      - `logo` string, required
      - `slug` string, required
      - `auth_guide_url` string, nullable
      - `auth_hint_url` string, nullable
    - `type` 'default' | 'custom', required
    - `uuid` string, required
    - `auth_scheme` 'OAUTH2' | 'OAUTH1' | 'API_KEY' | 'BASIC' | 'BILLCOM_AUTH' | 'BEARER_TOKEN' | 'GOOGLE_SERVICE_ACCOUNT' | 'NO_AUTH' | 'BASIC_WITH_JWT' | 'CALCOM_AUTH' | 'SERVICE_ACCOUNT' | 'SAML' | 'DCR_OAUTH' | 'S2S_OAUTH2', nullable
    - `created_at` string, nullable
    - `created_by` string, nullable
    - `credentials` object, nullable
    - `deprecated_params` ItemDeprecatedParams — DEPRECATED: This parameter will be removed in a future version.
      - `default_connector_id` string, nullable
      - `expected_input_fields` object[], nullable
      - `member_uuid` string, nullable
      - `toolkit_id` string, nullable
    - `expected_input_fields` unknown[], nullable
      - unknown
    - `is_composio_managed` boolean, nullable
    - `is_enabled_for_tool_router` boolean, nullable
    - `last_updated_at` string, nullable
    - `proxy_config` ItemProxyConfig
      - `proxy_url` string, required
      - `proxy_auth_key` string, nullable
    - `restrict_to_following_tools` string[], nullable
    - `shared_credentials` object, nullable
  - `connected` ComposioClientTypesAuthConfigListResponseItem[], required
    - `id` string, required
    - `name` string, required
    - `no_of_connections` number, required
    - `status` 'ENABLED' | 'DISABLED', required
    - `tool_access_config` ItemToolAccessConfig, required
      - `tools_available_for_execution` string[], nullable
      - `tools_for_connected_account_creation` string[], nullable
    - `toolkit` ItemToolkit, required — Information about the associated integration
      - `logo` string, required
      - `slug` string, required
      - `auth_guide_url` string, nullable
      - `auth_hint_url` string, nullable
    - `type` 'default' | 'custom', required
    - `uuid` string, required
    - `auth_scheme` 'OAUTH2' | 'OAUTH1' | 'API_KEY' | 'BASIC' | 'BILLCOM_AUTH' | 'BEARER_TOKEN' | 'GOOGLE_SERVICE_ACCOUNT' | 'NO_AUTH' | 'BASIC_WITH_JWT' | 'CALCOM_AUTH' | 'SERVICE_ACCOUNT' | 'SAML' | 'DCR_OAUTH' | 'S2S_OAUTH2', nullable
    - `created_at` string, nullable
    - `created_by` string, nullable
    - `credentials` object, nullable
    - `deprecated_params` ItemDeprecatedParams — DEPRECATED: This parameter will be removed in a future version.
      - `default_connector_id` string, nullable
      - `expected_input_fields` object[], nullable
      - `member_uuid` string, nullable
      - `toolkit_id` string, nullable
    - `expected_input_fields` unknown[], nullable
      - unknown
    - `is_composio_managed` boolean, nullable
    - `is_enabled_for_tool_router` boolean, nullable
    - `last_updated_at` string, nullable
    - `proxy_config` ItemProxyConfig
      - `proxy_url` string, required
      - `proxy_auth_key` string, nullable
    - `restrict_to_following_tools` string[], nullable
    - `shared_credentials` object, nullable

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
