ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use AT&T Messaging with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. CPaaS Messaging -- Send SMS/MMS, manage shortcodes, track delivery status, and run bulk campaigns via AT&T Messaging API.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 9 capabilities

The complete AT&T Messaging capability set.

These are the exact actions your AI can choose when you ask it to work with AT&T Messaging.

Capability set01 / 03

01-03

3 capabilities in this set.

Part of 9 available through AT&T Messaging.

  1. 01

    Create shortcode

    Returns provisioning status and activation timeline. Use for new marketing campaigns or service alerts. Provision a new messaging shortcode with a keyword

  2. 02

    Delete shortcode

    Use when retiring a campaign or transferring numbers. Decommission a messaging shortcode

  3. 03

    Get inbound messages

    Returns sender number, keyword matched, message body, and timestamp. Use for monitoring customer engagement or processing STOP/START commands. Retrieve recent inbound SMS/MMS from customers

Capability set02 / 03

04-06

3 capabilities in this set.

Part of 9 available through AT&T Messaging.

  1. 04

    Get keyword responses

    Use to review campaign logic or verify opt-in/opt-out flows. Get configured auto-replies for shortcode keywords

  2. 05

    Get message status

    Use to track campaign performance or debug failed sends. Check delivery status of a specific message

  3. 06

    List messages

    Returns timestamps, sender, recipient, and content snippets. Use for auditing, compliance reporting, or reply tracking. List outbound or inbound messaging history

Capability set03 / 03

07-09

3 capabilities in this set.

Part of 9 available through AT&T Messaging.

  1. 07

    Send bulk SMS

    164 numbers. Returns job ID and per-recipient status array. Use for mass alerts, emergency broadcasts, or promotional campaigns. Send SMS to multiple recipients in one request

  2. 08

    Send mms

    Requires sender, recipient, message text, and media URL. Use for rich marketing campaigns, product images, or visual alerts. Send an MMS message with media attachment

  3. 09

    Send SMS

    Requires sender ID, recipient E.164 number, and message body. Returns message ID and delivery status. Use this for transactional alerts, OTPs, or customer notifications. Send a single SMS message to a phone number

Observed, not estimated

925ms average. Fast in production.

AT&T Messaging is checked daily against the live service.

Daily averagePeak 1078ms
Aug 20Today
Fastest day
774ms
Slowest day
1078ms
14-day trend
Slowing+16%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 9 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of AT&T Messaging, so you can see the experience inside your AI.

It does not authenticate your account with AT&T Messaging. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

AT&T Messaging Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_lJs6G5NcqFGAXQQ3PWI2viBJnl3M7Pys5J9ZRcNq/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — AT&T Messaging capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "att-messaging-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_lJs6G5NcqFGAXQQ3PWI2viBJnl3M7Pys5J9ZRcNq/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions AT&T Messaging owners ask.

  • 01

    What sender IDs can I use to send SMS messages?

    You must use a registered AT&T shortcode or dedicated long code as the sender ID. Unregistered or random numbers will be rejected by the carrier. You can provision new shortcodes with keywords using the create_shortcode capability, or check your existing ones through the messaging dashboard. Each shortcode can be configured with multiple keyword auto-responses.

  • 02

    Can I send MMS with images and what formats are supported?

    Yes. The send_mms capability accepts a publicly accessible media URL. Supported formats include JPEG, PNG, GIF for images, MP4 for video, and common audio formats. The media URL must be reachable by AT&T's servers -- local or private URLs will fail. Maximum file size limits apply per carrier specifications, typically up to 1MB for images and 3.5MB for video.

  • 03

    How do I handle customer opt-out requests like STOP?

    AT&T Messaging automatically processes standard opt-out keywords (STOP, CANCEL, UNSUBSCRIBE, QUIT). When a customer sends one of these, they are added to your suppression list and will no longer receive messages from that shortcode. You can monitor inbound messages with get_inbound_messages to track opt-out activity and verify your keyword configuration with get_keyword_responses.