UX Reference: This consolidated flow shows the complete 3-step process for converting API endpoints into MCP servers.
Design emphasizes simplicity, progressive disclosure, and smart defaults to minimize cognitive load.
1
Connect API
2
Select Endpoints
3
Deploy Server
Connect API
enter your api details and test the connection. we'll use these settings for all endpoint calls.
enter the root url your endpoints share.
Authentication
No Auth
API Key
Basic
OAuth2
the api is public and has no security requirements.
we'll inject this into every request automatically.
sent via authorization: basic header.
we'll fetch and cache bearer tokens automatically.
Default Headers (optional)
name
value
applied to all requests unless overridden by specific endpoints.
Test Connection
verify your settings work with a quick test call.
// test results will appear here
Select & Shape Endpoints
choose how to import your api endpoints. we'll auto-configure most settings for you.
How would you like to add endpoints?
📄 OpenAPI Spec
upload your openapi/swagger file and we'll auto-import all endpoints with full configuration
✏️ Manual Entry
add endpoints one by one with custom configuration
Upload OpenAPI Specification
supports openapi 3.x and swagger 2.x in json or yaml format
Sample OpenAPI format:
Add Endpoints Manually
we'll auto-detect path parameters like {id} and suggest common query parameters
Detected Endpoints
Configure Endpoint
Test Results:
// test results will appear here
Deploy Your MCP Server
almost done! give your server a name and we'll handle the rest.
this will be used to identify your mcp server
loading endpoints from previous step...
uncheck any endpoints you don't want to include:
helps identify what this server does
comma-separated list of domains this server can access
Ready to Deploy
we'll build, configure, and deploy your mcp server automatically. this usually takes 2-3 minutes.
Configuration Preview:
// configuration will appear here
deploying your server...
// deployment logs will appear here
deployment will start when you click the deploy button above