> ## Documentation Index
> Fetch the complete documentation index at: https://docs.devic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Import tool

> Create a new MCP server from an OpenAPI specification or from scratch.

## Create a new MCP

To begin creating your own MCP, go to **MCPs → My MCPs** in the sidebar menu and click the **Add custom MCP** button.

<Card title="Add a custom MCP" icon="plus" horizontal>
  From this button you can import your existing API or define a new MCP from scratch.
</Card>

<img src="https://mintcdn.com/devic/x_XdbrIwq2RGkfCC/add-custom-mcp.png?fit=max&auto=format&n=x_XdbrIwq2RGkfCC&q=85&s=60fe2f79fb68232a42a996d871a3e6c6" alt="Add custom MCP button view" width="1915" height="983" data-path="add-custom-mcp.png" />

***

## Select import mode

Once the creation wizard opens, the **Import Tool Server** window appears, where you can choose the import method.

The available options are:

* **OpenAPI URL:** directly import the public specification of your API via its URL.
* **OpenAPI JSON:** upload a local file containing your API specification.
* **Start from scratch:** create an empty MCP to manually define your tools and endpoints.

<Card title="Import from OpenAPI" icon="link">
  If your API already has an OpenAPI definition, simply paste the URL or upload the JSON file.\
  Devic will automatically generate the corresponding tools and endpoints, immediately spinning up the MCP server so agents can consume it.
</Card>

<img src="https://mintcdn.com/devic/x_XdbrIwq2RGkfCC/import-tool.png?fit=max&auto=format&n=x_XdbrIwq2RGkfCC&q=85&s=37b09a2a309ebcd196ace674f4821c59" alt="Import Tool Server - import options" width="1915" height="983" data-path="import-tool.png" />

##

<img src="https://mintcdn.com/devic/x_XdbrIwq2RGkfCC/import-options.png?fit=max&auto=format&n=x_XdbrIwq2RGkfCC&q=85&s=01ec68e4d232e0b011b7ad95b854d5bb" alt="Import Tool Server - import options" width="1915" height="983" data-path="import-options.png" />

## Automatic maintenance

Once the service is imported, **Devic takes care of the rest**.\
The platform transforms your API into a ready-to-use set of tools and keeps everything synchronized automatically.\
Whenever you update your API, the MCP tools will update as well — with no manual adjustments required.

<Card title="Continuous synchronization" icon="arrows-rotate" horizontal>
  You only need to maintain your API. Devic will transparently keep your tools and MCP server up to date.
</Card>

***

<Card title="Next step" icon="wrench" href="/devic/mcps/my-mcps/tools-menu">
  Learn how to access your MCP’s tools menu and manage each available endpoint.
</Card>
