Updated on 2025-11-04 GMT+08:00

Configuring an MCP Service

The agent development platform supports the MCP protocol and provides a rich MCP service ecosystem to enhance the functions of agents. MCP is an open protocol that standardizes the way applications provide context to LLMs. Multiple preset MCP services, such as AutoNavi Map, Ticket Query Tool, and Bing Search, are available on the platform. You can integrate and call them with one click. In addition, the platform allows developers to customize MCP services and quickly create them based on the MCP service address.

Constraints

Table 1 MCP service constraints

Constraint

Description

Maximum number of MCP services

A maximum of five MCP services can be added to an application.

MCP Service Address

Only the SSE address service is supported.

  • Only HTTP and HTTPS are supported.
  • The address must be a standard URL.
  • The corresponding IP address should not be an internal IP address by default.

Adding a Preset MCP Service

MCP services can be added to applications. Pre-installed services and personal services can be added.

If you want to add a personal service, ensure that the MCP service has been created.

To add a preset MCP service, perform the following steps:

  1. In the skill > MCP Service area, click .
  2. In the Add MCP Service dialog box, select a preset service. If the MCP service is not enabled, click Enable Now to enable it. If the MCP service does not need to be further configured, click to add it directly. Then, click OK.
  3. After the MCP service is added, view the MCP service on the MCP Service page.

Adding a Personal MCP Service

  1. In the skill > MCP Service area, click .
  2. In the Add MCP Service dialog box, select Personal Service, click on the right of a personal service, and click OK.
  3. If the personal MCP service has not been created, create it first. For details about how to create an MCP service, see Managing MCP Services.
  4. After the MCP service is added, view the MCP service on the MCP Service page.

Deleting the MCP Service

  1. On the MCP Service page, click on the right of the added MCP service.
  2. If the message "MCP service deleted successfully" is displayed, the MCP service is deleted.