Management API
Get Available MCP Servers
Retrieve all available MCP server types that can be instantiated.
GET
Overview
This endpoint returns all available MCP server integrations that users can connect to. It provides information about each integration including the number of available tools.
Prerequisites
- Valid OAuth Token - Bearer token with
mgmt.read
scope
Request
Headers
Header | Type | Required | Description |
---|---|---|---|
Authorization | string | Yes | Bearer token from OAuth authentication |
Content-Type | string | Yes | Must be application/json |
Response
Success Response (200 OK)
Response Fields
Field | Type | Description |
---|---|---|
success | boolean | Whether the request was successful |
data | array | Array of available integrations |
Integration Object Fields
Each integration in the data
array contains:
Field | Type | Description |
---|---|---|
name | string | Unique identifier for the integration |
description | string/null | Human-readable description of the integration |
number_of_tools | integer | Number of tools available in this integration |
Error Responses
Unauthorized (401)
Forbidden (403)
Examples
Get Available Integrations
Response
Implementation Notes
Integration Discovery
- Integrations are loaded from the main database
- Only active and supported integrations are returned
- Tool counts are calculated dynamically
Tool Counting
- Includes both local MCP server tools and external API endpoints
- Only publicly available tools are counted
- Tool counts may vary based on integration configuration
Caching
- Results are cached for improved performance
- Cache is invalidated when new integrations are added
- Fresh tool counts are calculated periodically
Related Endpoints
- Create MCP Server Connection - Create a connection to an integration
- Get User Connections - Get user’s existing connections
- Get Integration Tools - Get tools for a specific connection
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Response
200 - application/json
List of available MCP servers
The response is of type object
.