MCP Server Deployment Flow

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
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.
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

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...
helps identify what this server does

Ready to Deploy

we'll build, configure, and deploy your mcp server automatically.
this usually takes 2-3 minutes.