Skip to main content

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.

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

Next Steps

Pre-Built Connectors

Browse all available connectors

Custom Integrations

Build from OpenAPI or Postman