Send RCS using an Infobip MCP server and an AI client
This tutorial will show you how to send an RCS message using AI prompts. We use Claude Desktop but you can use any AI client that supports an MCP integration.
Prerequisites
- Infobip account. If you do not have one, create a free trial account.
- If using API key authorization, an Infobip API key with the
rcs:message:sendscope. Find out more about API keys and scopes. Skip this step for OAuth. - An AI client (e.g., Claude Desktop) with the capability to integrate an Infobip RCS MCP server. For details, see the MCP integration guide.
- RCS Sender. Request it through your Infobip account or use the Create RCS Sender endpoint.
- RCS Destination - a phone number to which the message will be sent. When testing, make sure that the device has the RCS option enabled in its messaging settings.
Integrate the Infobip RCS MCP server with your AI client
Navigate to your AI client's MCP settings and add the Infobip RCS MCP server.
Once you restart your AI client, you should see the Infobip RCS MCP server on the list of available tools. For more integration details, see the MCP integration guide.
Send an RCS message
In your AI client, write a prompt to send an RCS message.
Key points about the prompt:
- Specify the sender and destination(s).
- Specify additional features you wish to include, e.g. buttons, media sending and managing, tracking, scheduling, etc. The more details you provide the better context AI will have to create the correct API request. Check out RCS API reference.
- Describe your use case so that the AI can craft an adequate message.
- Include limitations (e.g., one message, specific delivery window) and personalized details (e.g., specific URL, image, etc.); otherwise, the AI will use made-up details to fill in the gaps.
The AI will create a request that you can then review and change if need be. Once you approve the message, the AI will send it.
Report status
Once the AI sends the message, it will return a summary of what it did and if prompted will retrieve a delivery report, if available.
That's it! You have successfully sent an RCS using AI and an Infobip MCP server.