Skip to main content

Getting Started

Boltic offers a range of powerful tools and prebuilt integrations to help you create and host MCP servers which can be used to build your own AI agents and applications.

Note

Before starting this guide, ensure you have a Boltic account

Create an MCP

  1. Navigate to MCP

  2. Click Create MCP Server

  3. Name your server and click Create

    Create MCP
tip

Use a short, descriptive name; avoid characters that are hard for CLI/SDKs.

Add an Action

  1. In the MCP panel, click Actions and then click New Action

  2. Pick type: IntegrationGoogle SheetRead Sheet (example)

  3. Select your Google Sheets connection

  4. Define parameters and save. Learn more about parameters in Actions

    Add Action
    Action Types

Test with Inspector

  1. In the MCP panel, click Inspector

  2. Once the inspector is loaded, click on Connect to establish a new connection to your MCP server

  3. You should now see the list of actions available in your MCP server and test it. Learn more about Inspector

    Inspector run

Next steps