Bring Cpaas
to Vercel AI SDK
Create your Vinkius account to connect AT&T Messaging to Vercel AI SDK and start using all 9 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the AT&T Messaging MCP Server?
Connect your AT&T Messaging account to any AI agent and take full control of your SMS/MMS communication workflows through natural conversation.
What you can do
- SMS Messaging -- Send transactional alerts, OTPs, and customer notifications from registered shortcodes with delivery tracking
- MMS Messaging -- Attach images, videos, or audio to enrich marketing campaigns and visual alerts
- Bulk Send -- Broadcast the same message to hundreds of recipients in one request with per-recipient status tracking
- Delivery Status -- Check real-time delivery state (sent, delivered, failed, read) for any message by its ID
- Message History -- Query outbound and inbound message logs for auditing, compliance reporting, or reply tracking
- Inbound Messages -- Retrieve customer replies, opt-outs, and keyword-triggered auto-responses
- Shortcode Management -- Provision new shortcodes with keywords for campaign routing, or decommission retired numbers
- Keyword Responses -- Review configured auto-reply logic for shortcode keywords to verify opt-in/opt-out flows
How it works
- Subscribe to this server
- Enter your AT&T Messaging API Key and API Secret
- Start sending messages and managing campaigns from Claude, Cursor, or any MCP-compatible client
No more bouncing between the AT&T Messaging dashboard and your CRM. Your AI agent becomes your messaging command center.
Who is this for?
- Marketing Teams -- launch SMS/MMS campaigns, monitor keyword engagement, and manage shortcodes for different brands
- DevOps Engineers -- trigger mass alert broadcasts, track delivery rates, and debug failed sends
- Customer Support -- review inbound customer messages, process STOP/START commands, and send order updates
- Compliance Officers -- audit full message history with timestamps, directions, and content snippets
Built-in capabilities (9)
Returns provisioning status and activation timeline. Use for new marketing campaigns or service alerts. Provision a new messaging shortcode with a keyword
Use when retiring a campaign or transferring numbers. Decommission a messaging shortcode
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
Use to review campaign logic or verify opt-in/opt-out flows. Get configured auto-replies for shortcode keywords
Use to track campaign performance or debug failed sends. Check delivery status of a specific message
Returns timestamps, sender, recipient, and content snippets. Use for auditing, compliance reporting, or reply tracking. List outbound or inbound messaging history
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
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
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
Why Vercel AI SDK?
The Vercel AI SDK gives every AT&T Messaging tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 9 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.
- —
TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box
- —
Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same AT&T Messaging integration everywhere
- —
Built-in streaming UI primitives let you display AT&T Messaging tool results progressively in React, Svelte, or Vue components
- —
Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency
AT&T Messaging in Vercel AI SDK
Why run AT&T Messaging with Vinkius?
The AT&T Messaging connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 9 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect AT&T Messaging using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
AT&T Messaging and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect AT&T Messaging to Vercel AI SDK through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
AT&T Messaging for Vercel AI SDK
Every request between Vercel AI SDK and AT&T Messaging is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
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 tool, or check your existing ones through the messaging dashboard. Each shortcode can be configured with multiple keyword auto-responses.
Can I send MMS with images and what formats are supported?
Yes. The send_mms tool 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.
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.
How does the Vercel AI SDK connect to MCP servers?
Import createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.
Can I use MCP tools in Edge Functions?
Yes. The AI SDK is fully edge-compatible. MCP connections work on Vercel Edge Functions, Cloudflare Workers, and similar runtimes.
Does it support streaming tool results?
Yes. The SDK provides streaming primitives like useChat and streamText that handle tool calls and display results progressively in the UI.
createMCPClient is not a function
Install: npm install @ai-sdk/mcp
Explore More MCP Servers
View all →
ISO New England
10 toolsAccess real-time and historical energy market data via ISO New England API.

Scale AI
11 toolsAutomate high-quality data labeling and RLHF workflows via Scale AI — create projects, manage batches, and submit annotation tasks directly from your AI agent.

Hotjar (Behavior Analytics)
10 toolsAnalyze user behavior via Hotjar — list sites, retrieve survey responses, and manage feedback widgets.

Facturama (SAT)
14 toolsAutomate CFDI Mexico (SAT) Tax Invoices via Facturama — emit formal invoices, retrieve catalogs, and extract tax data fully relying on your AI.
