TextGrid Connector for AI agents.
12 live capabilities
Manage global SMS, MMS, and voice calls through natural language.
Waiting for input…
Why people use TextGrid
TextGrid : Automate Global SMS and Voice for Your Business
With this Connector, you just tell your agent to send a confirmation text to a lead. It handles the API call, checks the status, and keeps you moving. You get a unified way to handle communications without leaving your workspace.
What Vinkius changes
You replace manual dashboard clicking with direct natural language commands for your telephony.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Sending verification codes
A developer asks the agent to send a 6-digit code via send_sms_message for a new user signup to skip writing a custom script.
- Real-world use case 02
Auditing call logs
A support lead asks to see the last 5 calls from list_voice_calls to troubleshoot a reported issue from a customer.
- Real-world use case 03
Procuring international numbers
An ops manager asks the agent to find a UK mobile number using search_available_numbers for a new regional branch.
Complete set · 12capabilities
The complete TextGrid capability set.
These are the exact actions your AI can choose when you ask it to work with TextGrid.
01—04
4 capabilities in this set.
Part of 12 available through TextGrid.
- 01 Capability
List account addresses
List your addresses for regulatory compliance. This is essential for keeping your account legal.
- 02 Capability
Search available numbers
Search for new phone numbers in different regions. Use this to find the right local presence.
- 03 Capability
List active phone numbers
List all your active phone numbers. This keeps your inventory organized in one place.
- 04 Capability
List api keys
List your account API keys. This makes it easier to manage your security credentials.
05—08
4 capabilities in this set.
Part of 12 available through TextGrid.
- 05 Capability
List sms messages
List all sent and received SMS messages. Use this to audit your recent communication history.
- 06 Capability
Send sms message
Send a new SMS or MMS message. This is the primary capability for reaching out to customers.
- 07 Capability
Get account details
Pull your current account profile and balance. It's the quickest way to see your remaining funds.
- 08 Capability
Get message details
Get specific data for a single message. Use this to check the exact status of a sent SMS.
09—12
4 capabilities in this set.
Part of 12 available through TextGrid.
- 09 Capability
Get usage statistics
Pull your usage and cost records. This helps you keep your communication budget on track.
- 10 Capability
List voice calls
List your entire voice call history. You can quickly see who called and when.
- 11 Capability
Check api health
Verify the TextGrid API status. Use this to make sure your connection is live before running tasks.
- 12 Capability
Initiate voice call
Start a new outbound voice call. This lets your agent make calls on your behalf.
Set up in minutes
One URL. Then ask TextGrid to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use TextGrid 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_rTPKxAMq92I1EN6bkTBLDZLuV7D9RfUfH9uMv2ja/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 TextGrid, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable TextGrid for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rTPKxAMq92I1EN6bkTBLDZLuV7D9RfUfH9uMv2ja/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 TextGrid URL.
- Step 03
Save and start
Save the connection and enable TextGrid in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"textgrid": {
"url": "https://edge.vinkius.com/vk_preview_rTPKxAMq92I1EN6bkTBLDZLuV7D9RfUfH9uMv2ja/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 TextGrid
Open Agent mode in chat and ask: "Using TextGrid, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"textgrid": {
"url": "https://edge.vinkius.com/vk_preview_rTPKxAMq92I1EN6bkTBLDZLuV7D9RfUfH9uMv2ja/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 TextGrid
Ask Copilot: "Using TextGrid, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"textgrid": {
"url": "https://edge.vinkius.com/vk_preview_rTPKxAMq92I1EN6bkTBLDZLuV7D9RfUfH9uMv2ja/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 TextGrid
Open Cascade and ask: "Using TextGrid, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"textgrid": {
"url": "https://edge.vinkius.com/vk_preview_rTPKxAMq92I1EN6bkTBLDZLuV7D9RfUfH9uMv2ja/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 TextGrid
Ask Cline: "Using TextGrid, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add textgrid --transport http "https://edge.vinkius.com/vk_preview_rTPKxAMq92I1EN6bkTBLDZLuV7D9RfUfH9uMv2ja/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 TextGrid
Ask Claude: "Using TextGrid, show me...". 12 tools are ready
Where the request belongs
Work TextGrid can move forward.
This is for the ops manager who is tired of auditing phone usage at 2am, the dev who needs to test SMS delivery without writing scripts, and the support lead who needs to pull message logs instantly.
Operations Manager
Uses the Connector to monitor monthly spend and find new local numbers for different regions without logging into the web portal.
DevOps Engineer
Quickly tests SMS delivery and initiates voice calls via simple commands to verify system integrations.
Customer Support Lead
Retrieves message histories and delivery statuses during live chats to resolve customer issues faster.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTwilio
Automate communication workflows via Twilio. manage SMS messaging, voice calls, call recordings, and account usage directly from any AI agent.
FreeClimb
Build programmable voice and SMS workflows via AI agents with FreeClimb.
GoTo Connect
Manage your cloud phone system. view call records, send SMS, and manage voicemails via AI.
Twilio SMS Sender
This MCP does exactly one thing: it sends raw SMS messages using Twilio. That's its only function, and nothing else. Incredible for giving your AI agents out-of-band alerting capabilities.
Plivo
Build voice and SMS applications with a cloud communications API that scales globally and offers competitive per-message pricing.
8x8
Power your cloud communications with AI-driven call management, voicemail access, and team messaging across every channel.
Bring your own AI
Change the model, client or framework. Keep TextGrid 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 TextGrid.
The practical details behind the request, access and result.
Can the TextGrid MCP send MMS messages?
Yes, you can send both SMS and MMS messages to recipients globally. Your agent can handle the full delivery and status tracking for you.
How do I use TextGrid MCP to track my spending?
You can simply ask your agent to pull your usage statistics. It will show you your current spend, costs, and message counts in a clear summary.
Can I find international phone numbers with TextGrid MCP?
Yes, you can search for available numbers in different countries directly through your agent. It's a great way to find local presence without searching manually.
Does TextGrid MCP support voice calls?
It does. You can initiate outbound voice calls and pull a full history of your inbound and outbound call logs using natural language.
How do I see my message history using TextGrid MCP?
Just ask your agent to list your sent and received messages. It will pull your recent communication history so you can audit interactions quickly.
Can I manage my API keys through TextGrid MCP?
Yes, you can use the Connector to list your account API keys and fetch metadata. This helps you keep your credentials organized and accessible.
Can I check the delivery status of a specific message via AI?
Yes! Use the get_message_details capability and provide the Message SID. Your agent will retrieve the real-time delivery status (e.g., sent, delivered, failed) and other metadata.
How do I find a new available phone number in the US?
Run the search_available_numbers query and set the countryCode parameter to 'US'. The agent will return a list of phone numbers available for purchase in that region.
Is it possible to see the costs associated with my messaging usage?
Absolutely. Use the get_usage_statistics capability to retrieve detailed usage records and associated costs for your SMS and voice services directly from TextGrid.
One connection away
Give your agent a direct line to TextGrid.
Connect TextGrid once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available