Add a custom MCP action

This step-by-step guide explains how to add a new Custom Action to your AI agent. With Custom Actions, your agent can go beyond answering questions and perform real-world tasks using connected MCP servers.

What is a custom action?

A Custom Action connects your agent to an external system through an MCP (Model Context Protocol) server. This enables the agent to:

  • Fetch live information (e.g., check order status).
  • Trigger actions (e.g., create a support ticket).
  • Integrate with third-party apps and workflows.

πŸ‘‰ Learn more about Custom Actions

🚧

Note:

This is a premium feature.


How to add a custom action

  1. Select the AI agent you want to update and click Actions.
  1. On the Actions page, click Add Custom Action.
  1. Enter the name of custom action and MCP server URL.
  1. If an MCP server requires authentication, you can provide an API token (OAuth support will be added soon).
🚧

Note:

You can add up to 3 actions per agent. Learn more about Limits and cost.

πŸ‘‰ Explore publicly available MCP servers here: Awesome Remote MCP Servers

  1. Click Create Action to apply changes.
  1. Once added, your agent will automatically decide when to use the action, based on the conversation context.

Related articles