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
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:- Dashboard → MCP Servers → Create Server
- Paste OpenAPI URL
- Click Generate
- Agent → Tools → Add Tool → Add New
- Enter your MCP URL:
https://mcp.boostgpt.co/your-server-id - Start using in Playground