Skip to main content

Overview

Upload a Postman collection and BoostGPT automatically generates a working MCP server. Your custom integration is live in under 5 minutes.

Quick Start

1

Export from Postman

In Postman:
  • Select your collection
  • Click Export
  • Choose Collection v2.1
  • Save the JSON file
2

Create Server

  • Go to Dashboard -> MCP Servers
  • Click Create Server
  • Select Upload Postman Collection
3

Upload File

Drop your Postman collection JSON file
4

Server Generated

BoostGPT generates your MCP server:
5

Connect to Agent

  • Agent -> Tools tab -> Add Tool -> Add New
  • Enter your MCP URL
  • Ready to use!

Postman Collection Format

Your collection should be in Postman Collection v2.1 format:

Auto-Generated Tools

Each Postman request becomes an agent tool:

Example: E-commerce API

Postman Collection:
Generated Tools:

Authentication

Add authentication to your Postman collection:

API Key

Bearer Token

Configure credentials in Dashboard -> MCP Servers -> Your Server -> Settings

Variables

Use Postman variables for dynamic values:
Set variable values in MCP server settings after upload.

Testing

Test your MCP server:

Organizing Collections

Use folders in Postman for better organization:
Tools are namespaced: users_list_users, orders_list_orders

Common Issues

Export as Collection v2.1 from Postman. Older formats aren’t supported.
Add auth to your collection or configure credentials in MCP server settings after upload.
Test requests in Postman first to ensure they work. Check URLs and parameters.
Set variable values in Dashboard -> MCP Servers -> Your Server -> Settings

Best Practices

  1. Name requests clearly - “Get User” becomes get_user tool
  2. Add descriptions - Help AI understand when to use each tool
  3. Include examples - Add example requests in Postman
  4. Test first - Verify requests work in Postman before uploading
  5. Use folders - Organize related endpoints together
  6. Document parameters - Add parameter descriptions in Postman

Example Collections

Download starter templates:
  • REST API Template - Basic CRUD operations
  • E-commerce Template - Product and order management
  • CRM Template - Contact and deal management

Next Steps

Authentication

Configure API authentication

OpenAPI Import

Alternative: Import OpenAPI spec