Skip to main content

Overview

Create custom MCP connectors to connect your agents to any service or API. BoostGPT automatically generates working MCP servers from your API specifications.

Two Ways to Build

OpenAPI Import

Paste an OpenAPI spec URL

Postman Collection

Upload a Postman collection

How It Works

1

Go to MCP Servers

Dashboard → MCP Servers
2

Create Server

Click Create Server
3

Choose Method

  • Import OpenAPI: Paste your OpenAPI spec URL
  • Upload Postman: Drop in your Postman collection
4

Server Generated

BoostGPT automatically generates your MCP server with a custom remote URL
5

Connect to Agent

Use your MCP server URL with any BoostGPT agent or other AI agent

What You Get

After creating your server, you receive:
  • Custom MCP URL - https://mcp.your-server-id.boostgpt.co
  • Auto-generated tools - All API endpoints become agent tools
  • Managed hosting - No deployment needed
  • Authentication handling - API keys and OAuth managed automatically

Example Use Cases

Internal CRM Integration

Custom Database

Legacy API Integration

Authentication

BoostGPT handles authentication for your custom connectors:
  • API Keys - Managed securely
  • OAuth 2.0 - Full OAuth flow handled
  • Bearer Tokens - Token management
  • Basic Auth - Username/password

Authentication Setup

Configure authentication for your connector

Quick Start Example

1. Get your OpenAPI spec URL:
2. Create server:
  • Dashboard → MCP Servers → Create Server
  • Paste OpenAPI URL
  • Click Generate
3. Use with agent:
  • Agent → Tools → Add Tool → Add New
  • Enter your MCP URL: https://mcp.boostgpt.co/your-server-id
  • Start using in Playground

Benefits

No Coding Required

Import your API spec and get a working MCP server instantly.

Auto-Generated Tools

All your API endpoints become agent tools automatically.

Managed Hosting

BoostGPT hosts your MCP server - no infrastructure needed.

Works Everywhere

Use your MCP URL with any BoostGPT agent or external AI agents.

Next Steps

OpenAPI Import

Generate from OpenAPI spec

Postman Collection

Import Postman collections

Authentication

Configure authentication