For the complete documentation index, see llms.txt. This page is also available as Markdown.

Model Context Protocol (MCP)

MCP lets your chatbot use external tools to perform tasks instead of only providing text-based answers. The MCP connector is the main component that powers this integration.

You can add and manage these tools through a straightforward interface. To keep the chatbot efficient and prevent information overload, the system automatically identifies and loads only the most relevant tools for each user request.

With these tools, your chatbot can perform specific actions, such as the following:

  • Retrieve organization IDs.

  • Fetch subscription details.

  • Troubleshoot account issues.

  • Process or download error logs.

To configure the MCP, follow these steps:

1

Log in to DBSync with your credentials.

2

In the navigation pane, click (MCP).

3

On the MCP Tools page, click to display the Tool Name and Description for the available MCP servers.

4

Click Test.

  • In the Test MCP Discovery dialog, enter a prompt in the field.

  • Click Discover Tools. The dialog displays a list of the tools that would be triggered by your prompt.

5

Click Add MCP Server.

6

On the Quick Setup tab, for Server URL, enter the relevant URL.

7

For Transport Type, select from the provided options.

8

For Authentication Type, select from the provided options.

9

For Access Token, enter your access token.

10

Click Save Connection.

11

Click Test Connection.

12

Verify that the tools load successfully. These tools can be used to perform a specific task by integrating them in Chat Agent.

Last updated