Create Mcp Integration
Create a new MCP integration.
Authorizations
Path Parameters
Body
- MCPHttpIntegrationCreate
- MCPStdioIntegrationCreate
Request model for creating an HTTP MCP integration.
MCP integration name
3 - 255MCP server endpoint URL (required for http type)
Optional description
512Timeout in seconds
1 <= x <= 300Platform MCP catalog slug this workspace config is created from
255"http"Authentication type (for http type)
OAUTH2, CUSTOM, NONE OAuth integration ID (required for oauth2 auth_type)
HTTP headers as a JSON object. Required for custom auth type; optional additional headers for OAuth2 auth type.
OAuth client credentials as a JSON object (client_id / client_secret) for catalog OAuth2 rows that declare an 'oauth_client' credential. Kept separate from custom_credentials so one connect can carry both a user-created OAuth client and extra HTTP headers.
Response
Successful Response
Response model for MCP integration.
http, stdio Authentication type for MCP integrations.
OAUTH2, CUSTOM, NONE not_configured, configured, connected, reauth_required, error