Gigs Connector for AI agents.
12 live capabilities
Manage global mobile plans and eSIM subscriptions from a single chat interface.
Waiting for input…
Why people use Gigs
Simplify Global Mobile Provisioning with the Gigs
This Connector lets you skip the portals entirely. You just tell your agent to provision a plan for the new marketing team in Spain, and it handles the API calls. You get the confirmation and the subscription ID right in your chat.
What Vinkius changes
You get a single chat interface to manage global mobile connectivity without ever visiting a carrier portal again.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking user data limits
An ops manager needs to see who is over their data limit.
- Real-world use case 02
Activating a new eSIM
A support agent needs to activate a new eSIM for a traveler.
- Real-world use case 03
Researching regional pricing
A product manager wants to know what plans are available in Brazil.
Complete set · 12capabilities
The complete Gigs capability set.
These are the exact actions your AI can choose when you ask it to work with Gigs.
01—04
4 capabilities in this set.
Part of 12 available through Gigs.
- 01 Capability
Verify api connection
Check if the connection between your agent and Gigs is active. Use this to troubleshoot setup issues quickly.
- 02 Capability
Create mobile subscription
Start a new mobile plan for a user. This lets you provision connectivity instantly via your agent.
- 03 Capability
Create telecom user
Add a new user to your telecom account. Use this to set up profiles for new customers or employees.
- 04 Capability
Get account details
Fetch your current account identity. It helps your agent confirm which account it's currently managing.
05—08
4 capabilities in this set.
Part of 12 available through Gigs.
- 05 Capability
Get plan details
Pull specific metadata for a mobile plan. Use this to see the exact specs of a roaming or local plan.
- 06 Capability
Get subscription details
Get the configuration for an existing subscription. This is perfect for checking plan IDs and status.
- 07 Capability
Get subscription usage
Check how much data, talk, or text a user has consumed. Use this to monitor real-time usage limits.
- 08 Capability
List connectivity plans
See all available mobile plans in the catalog. This helps you browse options across different countries.
09—12
4 capabilities in this set.
Part of 12 available through Gigs.
- 09 Capability
List telecom projects
List all Gigs projects connected to your account. Use this to organize your different connectivity groups.
- 10 Capability
List connectivity sims
List all physical and eSIM cards in your inventory. This gives you a full view of your hardware assets.
- 11 Capability
List mobile subscriptions
See every active and inactive subscription you have. Use this to audit your entire mobile fleet.
- 12 Capability
List connectivity users
List all users currently registered in your telecom account. This is great for auditing your user base.
Set up in minutes
One URL. Then ask Gigs to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Gigs 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_Lhx4ALwjc7zdP1H10E6ldqatLrZ1Jr6uYyWoxsZP/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 Gigs, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Gigs for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Lhx4ALwjc7zdP1H10E6ldqatLrZ1Jr6uYyWoxsZP/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 Gigs URL.
- Step 03
Save and start
Save the connection and enable Gigs in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gigs": {
"url": "https://edge.vinkius.com/vk_preview_Lhx4ALwjc7zdP1H10E6ldqatLrZ1Jr6uYyWoxsZP/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 Gigs
Open Agent mode in chat and ask: "Using Gigs, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gigs": {
"url": "https://edge.vinkius.com/vk_preview_Lhx4ALwjc7zdP1H10E6ldqatLrZ1Jr6uYyWoxsZP/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 Gigs
Ask Copilot: "Using Gigs, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gigs": {
"url": "https://edge.vinkius.com/vk_preview_Lhx4ALwjc7zdP1H10E6ldqatLrZ1Jr6uYyWoxsZP/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 Gigs
Open Cascade and ask: "Using Gigs, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gigs": {
"url": "https://edge.vinkius.com/vk_preview_Lhx4ALwjc7zdP1H10E6ldqatLrZ1Jr6uYyWoxsZP/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 Gigs
Ask Cline: "Using Gigs, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gigs --transport http "https://edge.vinkius.com/vk_preview_Lhx4ALwjc7zdP1H10E6ldqatLrZ1Jr6uYyWoxsZP/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 Gigs
Ask Claude: "Using Gigs, show me...". 12 tools are ready
Where the request belongs
Work Gigs can move forward.
This is for ops teams and support leads who are tired of manual data entry and jumping between different carrier dashboards to manage mobile plans.
Telecom Ops Manager
They use this to provision thousands of global SIMs and monitor fleet usage without manual spreadsheets.
Customer Support Lead
They use this to quickly check a customer's remaining data or activate an eSIM during a live chat.
Product Manager
They use this to pull regional pricing and plan availability for new market expansions.
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.
Hologram.io
Automate IoT connectivity via Hologram.io. manage devices, SIM cards, and data usage directly from any AI agent.
Belong Australia
Manage your Belong mobile and broadband services. track usage, list invoices, and check account balance directly from any AI agent.
AT&T 5G
Access Open Gateway 5G Network APIs -- Number Verify, Device Location, SIM Swap detection, Quality on Demand, and Network Slicing via AT&T.
Bandwidth
Manage your Bandwidth communications. send SMS and audit calls via AI.
Telnyx
Send and manage SMS/MMS, check account balances, and configure messaging profiles natively via your AI agent.
Bring your own AI
Change the model, client or framework. Keep Gigs 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 Gigs.
The practical details behind the request, access and result.
Can I use the Gigs MCP to manage eSIMs for my employees?
Yes, you can manage both physical and eSIM cards through the Connector. You can list your inventory and provision new plans to specific users via your AI client.
Does the Gigs MCP work for international roaming?
Yes, it supports plan discovery and provisioning for over 200 countries. You can find regional pricing and specific data plans for almost any destination.
How do I see if my customers are over their data limits?
You can ask your agent to check the real-time usage for any specific user. It will pull the current data, talk, and text consumption from your Gigs account.
Can I set up new users through the Gigs MCP?
Yes, you can register new telecom users and manage their profiles directly from your chat interface without needing to log into a separate dashboard.
Is the Gigs MCP good for managing large fleets of mobile devices?
It's designed for telecom-as-a-service workflows, making it ideal for managing large fleets. You can audit subscriptions and users in bulk to keep your operations organized.
Can I see all my active subscriptions at once?
Yes, you can ask your agent to list all active and inactive subscriptions. This gives you a high-level view of your entire mobile connectivity fleet.
How do I get an API Key for Gigs?
Log in to your Gigs Dashboard, navigate to Settings > API Keys, and you can generate a new Project API Key there.
Can I see real-time data consumption?
Yes! Use the 'get_subscription_usage' capability with a Subscription ID to retrieve the current data, talk, and text consumption for that specific user.
Does Gigs support both eSIM and physical SIM cards?
Yes, Gigs provides unified management for both digital eSIMs and physical hardware. You can list your inventory using the 'list_connectivity_sims' capability.
How do I activate a new subscription?
First, create a user with 'create_telecom_user', then use the 'create_mobile_subscription' capability to attach a specific plan ID to that user.
One connection away
Give your agent a direct line to Gigs.
Connect Gigs once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available