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

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

# Import your internal CRM OpenAPI spec
# All CRM endpoints become agent tools:
# - create_contact
# - get_deals
# - update_opportunity

Custom Database

// Upload Postman collection with database queries
// Agent can now:
// - query_users
// - update_records
// - generate_reports

Legacy API Integration

Connect to old REST APIs that don't have pre-built connectors:
- ERP systems
- Internal tools
- Custom workflows

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:
https://api.yourservice.com/openapi.json
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