AT&T 5G Connector for AI agents.
9 live capabilities
Manage 5G network slices and telecom security with real-time network APIs.
Waiting for input…
Why people use AT&T 5G
AT&T 5G for Telecom Security and Fraud Prevention
This Connector changes that by letting your AI agent do the heavy lifting. Your agent can check for SIM swaps or verify a device's phone number in seconds. It turns a manual security check into a background process that happens instantly.
What Vinkius changes
Your AI agent gains direct control over AT&T 5G network features without you writing a single line of integration code.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Fraud Prevention
A security team asks the agent to check if a login attempt came from a recently swapped SIM.
- Real-world use case 02
IoT Deployment
An operator needs to set up a private network for a factory.
- Real-world use case 03
Real-time Gaming
A developer wants to prioritize traffic for a live event.
Complete set · 9capabilities
The complete AT&T 5G capability set.
These are the exact actions your AI can choose when you ask it to work with AT&T 5G.
01—03
3 capabilities in this set.
Part of 9 available through AT&T 5G.
- 01 Capability
Check roaming status
Check if a device is roaming on a foreign network. This helps you apply correct billing rates or optimize routing for travelers.
- 02 Capability
Check sim swap
Detect if a SIM card has been swapped recently. Use this to block account takeovers and verify identity before a password reset.
- 03 Capability
Create network slice
Provision a new dedicated 5G network slice for an enterprise use case. This is perfect for IoT deployments or private networks.
04—06
3 capabilities in this set.
Part of 9 available through AT&T 5G.
- 04 Capability
Delete network slice
Decommission and delete an existing 5G network slice. Use this to clean up unused slices and reduce your costs.
- 05 Capability
Get device location
Get approximate geographic location of an AT&T 5G device. Use this for geo-fencing or localized content delivery with user consent.
- 06 Capability
Get network slice info
Get details of a specific 5G network slice. This includes SLA parameters and connected devices to monitor health.
07—09
3 capabilities in this set.
Part of 9 available through AT&T 5G.
- 07 Capability
List network sessions
List active and historical network QoD sessions. Use this to audit network usage or troubleshoot premium service consumption.
- 08 Capability
Request quality on demand
Request guaranteed network quality like low latency or high bandwidth. This optimizes real-time apps like gaming or remote worker connections.
- 09 Capability
Verify number
Silently verify a user's phone number matches their current device. This eliminates the friction of sending an SMS OTP during login.
Set up in minutes
One URL. Then ask AT&T 5G to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AT&T 5G from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rUH6tchkJaaSTQynvUSe5VALTPA7TD9YxInKMWzk/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it AT&T 5G, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AT&T 5G for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rUH6tchkJaaSTQynvUSe5VALTPA7TD9YxInKMWzk/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the AT&T 5G URL.
- Step 03
Save and start
Save the connection and enable AT&T 5G in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"att-5g": {
"url": "https://edge.vinkius.com/vk_preview_rUH6tchkJaaSTQynvUSe5VALTPA7TD9YxInKMWzk/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using AT&T 5G
Open Agent mode in chat and ask: "Using AT&T 5G, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"att-5g": {
"url": "https://edge.vinkius.com/vk_preview_rUH6tchkJaaSTQynvUSe5VALTPA7TD9YxInKMWzk/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using AT&T 5G
Ask Copilot: "Using AT&T 5G, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"att-5g": {
"url": "https://edge.vinkius.com/vk_preview_rUH6tchkJaaSTQynvUSe5VALTPA7TD9YxInKMWzk/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using AT&T 5G
Open Cascade and ask: "Using AT&T 5G, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"att-5g": {
"url": "https://edge.vinkius.com/vk_preview_rUH6tchkJaaSTQynvUSe5VALTPA7TD9YxInKMWzk/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using AT&T 5G
Ask Cline: "Using AT&T 5G, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add att-5g --transport http "https://edge.vinkius.com/vk_preview_rUH6tchkJaaSTQynvUSe5VALTPA7TD9YxInKMWzk/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using AT&T 5G
Ask Claude: "Using AT&T 5G, show me...". 9 tools are ready
Where the request belongs
Work AT&T 5G can move forward.
This is for the engineers and architects who deal with telecom infrastructure daily. It's for the person who's tired of manual dashboard checking and wants to automate network provisioning or security checks.
Security Engineer
Blocks SIM-swap fraud and verifies identities without SMS friction during user onboarding.
Network Architect
Manages 5G network slices and monitors enterprise SLA compliance for large-scale clients.
IoT Operator
Guarantees connectivity for critical hardware with dedicated slice isolation and low-latency profiles.
Product Manager
Integrates location-aware features and manages roaming billing logic for mobile applications.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAT&T IoT
IoT Control Center -- Manage SIM devices, activation, data pools, shared plans, and connectivity diagnostics via AT&T IoT API.
Gigs
Manage mobile subscriptions, track data usage, and oversee eSIMs via AI agents with Gigs.
Hologram.io
Automate IoT connectivity via Hologram.io. manage devices, SIM cards, and data usage directly from any AI agent.
Telnyx
Manage your Telnyx communications. audit phone numbers, messages, and calls via AI.
Bandwidth
Manage your Bandwidth communications. send SMS and audit calls via AI.
FCC Telecom
Search the official USA telecommunications database to audit corporate Internet Providers and Interconnected VoIP carriers.
Bring your own AI
Change the model, client or framework. Keep AT&T 5G connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about AT&T 5G.
The practical details behind the request, access and result.
Can the AT&T 5G MCP help prevent SIM swap fraud?
Yes, it can detect recent SIM card changes and tell your agent if a number is high-risk. This helps you block account takeovers before they happen.
How does the AT&T 5G MCP handle network slicing?
It lets you provision, monitor, and delete dedicated 5G network slices. You can set specific SLA parameters for enterprise or IoT use cases.
Can I use the AT&T 5G MCP to verify phone numbers without SMS?
Yes, it uses silent verification to confirm a user's phone number matches their current device. This removes the friction of sending an SMS OTP during onboarding.
Can the AT&T 5G MCP check if a user is roaming?
It can check if a device is on a foreign network. This is useful for applying correct billing rules or optimizing international routing.
Does the AT&T 5G MCP support Quality on Demand?
Yes, you can request specific network profiles like low latency for gaming or high throughput for video. Your agent can manage these sessions for you.
Is the AT&T 5G MCP suitable for IoT deployments?
It's ideal for IoT because it supports network slicing. This allows you to isolate traffic and guarantee connectivity for critical hardware.
What are Open Gateway / CAMARA APIs and why do they matter?
Open Gateway is a global initiative by GSMA and the Linux Foundation that standardizes telecom network APIs across carriers. CAMARA is the open-source project defining these API specifications. Instead of carrier-specific integrations, developers get universal, consistent endpoints for Number Verify, Device Location, SIM Swap, Quality on Demand, and more. AT&T is a founding participant, meaning these APIs work the same way across compatible networks worldwide.
Does Device Location require user consent?
Yes. Per CAMARA standards, the Device Location API requires explicit user consent before returning any positioning data. The API will fail with an authentication error if consent has not been granted. This is a security and privacy safeguard -- network-level location cannot be retrieved silently without the user's knowledge.
What is Network Slicing and when should I use it?
Network Slicing creates logically isolated 5G network segments with guaranteed SLA parameters (latency, bandwidth, reliability). Use it for IoT deployments requiring guaranteed connectivity, private enterprise networks, mission-critical applications like remote surgery or autonomous vehicles, and any scenario where best-effort public network performance is insufficient. You can create, monitor, and delete slices directly through your AI agent.
One connection away
Give your agent a direct line to AT&T 5G.
Connect AT&T 5G once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available