How to Use the AT&T 5G MCP in Windsurf
Give Windsurf direct access to AT&T 5G network APIs so Cascade can automatically provision slices and verify numbers from your IDE.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AT&T 5G MCP to Windsurf
Create your Vinkius account to connect AT&T 5G to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Autonomous 5G Provisioning with Windsurf
Cascade chains complex network operations without asking for permission. You tell your agent to set up a dedicated IoT environment, and it immediately calls `create_network_slice` using the target device group and SLA profile. It handles the provisioning status checks in the background while you focus on writing application logic. Managing those deployments happens just as quickly. When the testing phase ends, Cascade runs `delete_network_slice` to clean up the unused resources and reduce your AT&T bill. You never have to manually track slice IDs or read API documentation because this MCP Server maps everything directly to your IDE.
Build Location-Aware Workflows
Testing geo-fenced applications usually requires mocking coordinates. This MCP integration lets your agent pull real CAMARA-standard data via `get_device_location` directly from the carrier. The response includes latitude, longitude, and accuracy radius based on actual cell tower triangulation. Onboarding flows work exactly the same way. Your IDE implements silent authentication logic using `verify_number` to check E.164 formatted phone numbers. It bypasses the friction of SMS OTPs entirely while pulling confidence scores straight from the AT&T network.
Command Quality on Demand
Real-time applications fail without guaranteed bandwidth. You instruct Windsurf to optimize a remote worker connectivity tool by triggering `request_quality_on_demand` with a high throughput profile. The agent grabs the session ID and active duration instantly so you can test the downstream effects. International billing logic is notoriously hard to test locally. By running `check_roaming_status` through this MCP Server, your client verifies if a test device is currently on a foreign network. It then writes the correct routing rules based on that live carrier data.
Set up AT&T 5G MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the AT&T 5G MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my AT&T 5G payment history." If connected, Cascade will call the AT&T 5G tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"att-5g-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by AT&T 5G. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about AT&T 5G MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AT&T 5G MCP today
We host it, we monitor it, we maintain it. You just paste one token.