# Actions MCP Server

Mobile Text Alerts offers a robust and powerful Model Context Protocol (MCP) server, unlocking the capabilities to send and manage SMS messaging directly by an AI assistant. This server allows AI assistants and other applications to access your Mobile Text Alerts account from beyond our web and mobile app platforms.

## Access the Server

### Server URL

The Actions MCP server is a remote server hosted at the following URL:

```
https://mcp.mobile-text-alerts.com/mcp
```

[Learn more about connecting to remote MCP servers.](https://modelcontextprotocol.io/docs/develop/connect-remote-servers)

### Authorization

You can authenticate with the following methods:&#x20;

#### OAuth (recommended) &#x20;

The server adheres to the latest [MCP specification](https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization#dynamic-client-registration) and implements a fully compatible OAuth 2.1 flow with Dynamic Client Registration (DCR). Link your Mobile Text Alerts account simply by logging in and authorizing your AI assistant to access your account.

#### Bearer Token Authentication

The Actions MCP server also accepts a Mobile Text Alerts API key via the Authorization header using [Bearer Token Authentication](/getting-started/get-an-api-key.md#bearer-token-authentication). By providing this key,  you are implicitly authorizing your AI assistant or agent to access your Mobile Text Alerts account

See [Get an API Key](/getting-started/get-an-api-key.md) to learn how to get an API Key.

## Tools & Usage

The Actions MCP server supports multiple tools, enabling your AI assistant access to the following actions with the Mobile Text Alerts API:

* **Send Message -** This sends a message immediately, for scheduling messages to be sent at a future time, use the Schedule Message tool (below).
* **Schedule Message -** Schedule a message to be sent at a specific future date/time.&#x20;
* **Add Subscribers -** Add or update your subscribers in bulk.
* **Create Group -** Create a regular or adaptive group in Mobile Text Alerts.

See [Connect with Claude](/mcp-servers/actions-mcp-server/connect-with-claude.md) if you will connecting Mobile Text Alerts Actions MCP server with Claude (web or Desktop).

## Troubleshooting

Need additional help or have questions? Send an email to <contact@mobile-text-alerts.com> or use our support chat on [mobile-text-alerts.com](http://mobile-text-alerts.com/) and indicate your question is about the Mobile Text Alerts MCP server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.mobile-text-alerts.com/mcp-servers/actions-mcp-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
