Skip to main content

Atoti Intelligence SDK

This is part of the Atoti Intelligence SDK offer.
This guide explains how to add the MCP Server to an Atoti Java project. Read more about best practices for configuring MCP across a deployment in What are the best practices for MCP configuration?.

Prerequisites

Before setting up the MCP Server, ensure the following requirements are met:
  • Java project
  • The Atoti application has a valid AI license

Add the MCP Server dependencies to the project

Add the following to pom.xml:

Verify the setup

After adding the dependencies, verify that the MCP Server is available:
  1. Build the project
  2. Start the Atoti application
  3. Check the application logs for MCP Server initialization messages
  4. Verify that the MCP Server endpoint is accessible, at POST /mcp
POST /mcp is the Streamable HTTP transport, which the starter configures by default. The older server-sent events transport at /sse is deprecated for removal in Spring AI 2.0.0; use /mcp everywhere. See MCP transport.
After setting up the MCP Server, proceed to: