Salesquared Connector for AI agents.
11 live capabilities
Manage your SMS marketing and lead generation through a single chat interface.
Waiting for input…
Why people use Salesquared
Salesquared SMS Marketing and Lead Management Integration
This Connector removes those friction points. You can just tell your agent to find the last 10 leads and send them a follow-up SMS. The agent handles the data retrieval, the validation, and the message sending in one go. You get a unified workflow where your communication actually moves as fast as your thoughts.
What Vinkius changes
You get a unified way to run your sales communications without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk Outreach
An SDR wants to send a 'Welcome' text to 200 new leads.
- Real-world use case 02
Secure Verification
A support agent needs to verify a user.
- Real-world use case 03
Data Cleaning
A marketing manager wants to clean a list.
Complete set · 11capabilities
The complete Salesquared capability set.
These are the exact actions your AI can choose when you ask it to work with Salesquared.
01—04
4 capabilities in this set.
Part of 11 available through Salesquared.
- 01 Capability
Create voice survey
Create a voice survey. Set up automated surveys to gather feedback via voice calls.
- 02 Capability
Get campaign
Get details for a specific campaign. Pull specific data about a marketing initiative to see how it's performing.
- 03 Capability
Get lead
Get lead details. Fetch all the information you need about a specific prospect's history and status.
- 04 Capability
List leads
List all leads. Get a full view of your sales pipeline and contact list.
05—08
4 capabilities in this set.
Part of 11 available through Salesquared.
- 05 Capability
Send voice otp
Send a Voice OTP. Verify user identities by sending a secure code via an automated voice call.
- 06 Capability
Validate email
Validate an email address. Check if an email is reachable to improve your deliverability and data quality.
- 07 Capability
Conference mute
Mute or unmute a participant during a call. Use this to manage active conference sessions with simple commands.
- 08 Capability
Create audio from tts
Create audio from text. This lets you generate spoken content for your voice-based communication workflows.
09—11
3 capabilities in this set.
Part of 11 available through Salesquared.
- 09 Capability
List campaigns
List campaigns. See an overview of all your active and past marketing efforts in one list.
- 10 Capability
Create lead
Create a new lead. Add new prospects to your database instantly through your AI agent.
- 11 Capability
Send sms
Send an SMS message. Send individual or bulk texts to your contacts to keep them engaged.
Set up in minutes
One URL. Then ask Salesquared to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Salesquared 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_vhJsubGqjS1GZrpxiJufzRYo1ggIzf0JqVows7jK/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 Salesquared, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Salesquared for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vhJsubGqjS1GZrpxiJufzRYo1ggIzf0JqVows7jK/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 Salesquared URL.
- Step 03
Save and start
Save the connection and enable Salesquared in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"salesquared": {
"url": "https://edge.vinkius.com/vk_preview_vhJsubGqjS1GZrpxiJufzRYo1ggIzf0JqVows7jK/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 Salesquared
Open Agent mode in chat and ask: "Using Salesquared, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"salesquared": {
"url": "https://edge.vinkius.com/vk_preview_vhJsubGqjS1GZrpxiJufzRYo1ggIzf0JqVows7jK/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 Salesquared
Ask Copilot: "Using Salesquared, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"salesquared": {
"url": "https://edge.vinkius.com/vk_preview_vhJsubGqjS1GZrpxiJufzRYo1ggIzf0JqVows7jK/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 Salesquared
Open Cascade and ask: "Using Salesquared, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"salesquared": {
"url": "https://edge.vinkius.com/vk_preview_vhJsubGqjS1GZrpxiJufzRYo1ggIzf0JqVows7jK/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 Salesquared
Ask Cline: "Using Salesquared, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add salesquared --transport http "https://edge.vinkius.com/vk_preview_vhJsubGqjS1GZrpxiJufzRYo1ggIzf0JqVows7jK/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 Salesquared
Ask Claude: "Using Salesquared, show me...". 11 tools are ready
Where the request belongs
Work Salesquared can move forward.
This is for the sales leader who's tired of their team getting bogged down by manual data entry and the support lead who needs a faster way to verify customers.
Sales Development Representative (SDR)
They use this to blast out personalized SMS sequences and track lead status without leaving their workspace.
Customer Success Manager
They use it to trigger voice OTPs for secure logins and validate customer emails to keep the database clean.
Marketing Operations Manager
They use this to pull campaign reports and monitor conversion metrics across different channels.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsChiirp
Engage leads and customers through automated text, email, and voicemail campaigns that nurture relationships at scale.
Kontak
Manage communications. list messages, send SMS, and audit contacts.
ActiveTrail
Email and SMS marketing automation. manage contacts, campaigns, and group segments via AI.
OmniEngage
Reach customers across email, SMS, push, and in-app with unified omnichannel marketing that personalizes every touchpoint.
Mav
Conversational AI for SMS. automate lead qualification and engagement via Mav playbooks.
Brevo
Engage customers across email, SMS, and chat with marketing campaigns and transactional messaging that scale with you.
Bring your own AI
Change the model, client or framework. Keep Salesquared 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 Salesquared.
The practical details behind the request, access and result.
Can I use Salesquared to send bulk SMS via my AI agent?
Yes, you can send individual or bulk messages to your contacts. Your agent can handle the heavy lifting of sending these out so you don't have to do it manually.
How does Salesquared help with lead management?
It allows your agent to create, list, and retrieve details for your leads. You can manage your entire sales pipeline directly through your chat interface.
Can I automate voice verification with Salesquared?
Yes, you can trigger voice OTPs. This is a great way to verify customer identities securely using automated voice calls instead of manual check-ins.
Does Salesquared help with email deliverability?
It includes a validation capability that checks if email addresses are reachable. This helps you keep your database clean and ensures your messages land in the right inbox.
How do I see my campaign results with Salesquared?
Your agent can pull specific campaign details or list all your campaigns. It can summarize metrics like delivery rates and conversion data for you instantly.
Can I manage conference calls using this Connector?
Yes, the Connector includes controls to mute or unmute participants. This allows your agent to help manage live voice sessions and conference calls.
Can my AI automatically send a Voice OTP to verify a user's mobile number?
Yes! Use the send_voice_otp capability. Provide the mobile number and the OTP code, and your agent will trigger an automated call to deliver the security code instantly.
How do I find my Salesquared API Key?
Log in to your Salesquared dashboard, navigate to the API or Developer section, and you will find your unique secret API Key there.
One connection away
Give your agent a direct line to Salesquared.
Connect Salesquared once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available