- How to create a project in your workspace
- How to configure an Auto-MCP integration
- How to generate and deploy your MCP server
Prerequisites
Before you begin, ensure you have:- Created an account on Karada.ai.
- A valid OpenAPI or Swagger URL (e.g.,
https://api.example.com/openapi.json). If you don’t have one, use a public API like the Petstore API.
Step 1: Create a Workspace and Project
A project serves as the top-level container for all your deployments, integrations, and usage tracking.- Navigate to your Dashboard.
- If you haven’t already, create a new Team Workspace.
- Click the Create Project button in the top right corner.
- Select the Auto-MCP template from the list of available providers.
- Provide your project with a descriptive name (e.g.,
Petstore AI Agent).
Step 2: Configure Auto-MCP
Karada’s Auto-MCP feature converts any API into an intelligent tool.1
Select Specification Type
Choose between OpenAPI or Swagger depending on the format of your
API specification. Karada supports both widely-used standards.
2
Provide the API URL or File
Paste the URL pointing to your
.json or .yaml specification file.
Alternatively, upload the file directly from your local machine.3
Review the Detected Tools
Karada parses the specification immediately. Review the list of detected
endpoints, required parameters, and descriptions. These act as the exact
tools your AI assistant will use.
Step 3: Generate and Deploy
Once you review and approve the detected tools:- Click the Generate Server button.
- Wait a few seconds while Karada automatically generates the MCP server.
- Choose your preferred hosting method:
- Download as ZIP: Run the server locally on your machine.
- Deploy to Karada: Host the server instantly on the Karada infrastructure.