Welcome to Karada! This tutorial walks you through the core flow of the platform: creating a project and transforming a standard REST API into an AI-ready Model Context Protocol (MCP) server. What you’ll learn:Documentation Index
Fetch the complete documentation index at: https://docs.karada.ai/llms.txt
Use this file to discover all available pages before exploring further.
- 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.Select Specification Type
Choose between OpenAPI or Swagger depending on the format of your
API specification. Karada supports both widely-used standards.
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.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.