Overview
MCP Connectors let your agents call external APIs as tools. BoostGPT provides a catalog of pre-built connectors (Slack, GitHub, Jamendo, and more) as well as the ability to deploy custom connectors from an OpenAPI spec or Postman collection. There are two distinct resource types:- Connectors — the read-only catalog of available integration templates
- MCP Servers — your deployed instances, scoped to a project
Pre-Built Connector Catalog
List All Connectors
Response
Get a Single Connector
Fetch details and auth requirements for a specific connector by its slug.MCP Servers
List Servers
Get a Server
Deploy from Pre-Built Connector
Create a new MCP server from an entry in the catalog.| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Display name for this server |
connectorName | string | Yes | Connector slug (e.g. jamendo, github) |
credentials | object | No | Key→value credential pairs matching the connector’s auth_config.fields |
authType | string | No | Auth method override (e.g. api_key, oauth2) |
Deploy from OpenAPI Spec
Deploy from Postman Collection
Update a Server
Clone a Server
Duplicate a server’s configuration under a new name.Delete a Server
Get Server Usage
Retrieve call statistics for a specific server.Response
Validation
Validate a spec before deploying it as a server.Validate OpenAPI Spec
Validate Postman Collection
Error Codes
| Code | Description |
|---|---|
| 400 | Invalid spec or credentials |
| 403 | MCP not available on current plan |
| 404 | Server or connector not found |
Next Steps
Pre-Built Connectors
Browse all available connectors
Custom Integrations
Build from OpenAPI or Postman