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
Choose Method
- Import OpenAPI: Paste your OpenAPI spec URL
- Upload Postman: Drop in your Postman collection
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