LeadSquared Connector for AI agents.
10 live capabilities
Manage your sales pipeline and CRM data through natural language commands.
Waiting for input…
Why people use LeadSquared
LeadSquared CRM Automation for Sales Teams
This Connector puts your CRM inside your chat. You can tell your agent to log a call or update a deal status in seconds. It turns LeadSquared from a destination you have to visit into a background process that stays updated as you work.
What Vinkius changes
You get a CRM that updates itself while you work.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Logging a call after a discovery meeting
A rep just finished a call with Alice Smith and needs to log the notes.
- Real-world use case 02
Checking lead history before a follow-up
A salesperson wants to see if a deal is moving.
- Real-world use case 03
Searching for existing contacts
An ops person finds a potential duplicate lead.
Complete set · 10capabilities
The complete LeadSquared capability set.
These are the exact actions your AI can choose when you ask it to work with LeadSquared.
01—04
4 capabilities in this set.
Part of 10 available through LeadSquared.
- 01 Capability
List activity types
See the different types of activities configured in your LeadSquared account. This helps you understand how your team logs interactions.
- 02 Capability
Capture lead
Capture a new lead into your system or update an existing record. This keeps your CRM updated as new leads come in.
- 03 Capability
Create prospect activity
Log a new interaction like a call log or email sent to a lead. This ensures every touchpoint is recorded without manual effort.
- 04 Capability
Create or update lead
Create a lead profile or update an existing one using email or phone. This ensures your contact list stays current.
05—07
3 capabilities in this set.
Part of 10 available through LeadSquared.
- 05 Capability
Get lead details
Get the full profile and custom attributes for a specific lead. This gives you all the context you need before a meeting.
- 06 Capability
List lead activities
See a list of all calls, meetings, and emails for a specific lead. This helps you catch up on past conversations quickly.
- 07 Capability
List opportunities
View all current sales opportunities in your CRM. This gives you a bird's-eye view of your active pipeline.
08—10
3 capabilities in this set.
Part of 10 available through LeadSquared.
- 08 Capability
List opportunity activities
See the history of interactions for a specific sales opportunity. This is great for reviewing deal progress with your team.
- 09 Capability
Search leads
Find specific leads based on your own search criteria. This makes it easy to pull up old contacts or find new prospects.
- 10 Capability
Create opportunity
Create a new sales opportunity in your pipeline. This helps you track new deals from start to finish.
Set up in minutes
One URL. Then ask LeadSquared to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use LeadSquared 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_ekq2ICxpV5r7Z0eiWUxQZ8BjdDduekeWOSIaf0dP/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 LeadSquared, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable LeadSquared for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ekq2ICxpV5r7Z0eiWUxQZ8BjdDduekeWOSIaf0dP/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 LeadSquared URL.
- Step 03
Save and start
Save the connection and enable LeadSquared in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"leadsquared": {
"url": "https://edge.vinkius.com/vk_preview_ekq2ICxpV5r7Z0eiWUxQZ8BjdDduekeWOSIaf0dP/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 LeadSquared
Open Agent mode in chat and ask: "Using LeadSquared, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"leadsquared": {
"url": "https://edge.vinkius.com/vk_preview_ekq2ICxpV5r7Z0eiWUxQZ8BjdDduekeWOSIaf0dP/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 LeadSquared
Ask Copilot: "Using LeadSquared, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"leadsquared": {
"url": "https://edge.vinkius.com/vk_preview_ekq2ICxpV5r7Z0eiWUxQZ8BjdDduekeWOSIaf0dP/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 LeadSquared
Open Cascade and ask: "Using LeadSquared, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"leadsquared": {
"url": "https://edge.vinkius.com/vk_preview_ekq2ICxpV5r7Z0eiWUxQZ8BjdDduekeWOSIaf0dP/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 LeadSquared
Ask Cline: "Using LeadSquared, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add leadsquared --transport http "https://edge.vinkius.com/vk_preview_ekq2ICxpV5r7Z0eiWUxQZ8BjdDduekeWOSIaf0dP/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 LeadSquared
Ask Claude: "Using LeadSquared, show me...". 10 tools are ready
Where the request belongs
Work LeadSquared can move forward.
This is for sales and marketing professionals who are tired of manual data entry and want to keep their CRM updated in real-time without leaving their primary workspace.
Sales Development Rep
Logs calls and updates lead statuses immediately after conversations to ensure no follow-ups are missed.
Marketing Manager
Monitors lead capture trends and activity volume across different regions to measure campaign success.
Sales Ops Manager
Ensures CRM data hygiene by automating lead deduplication and keeping custom fields accurate.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSugarCRM
Intelligent CRM platform for sales and marketing.
LeadConnector
Power up HighLevel/LeadConnector. fetch contacts, trace opportunities, and handle appointments seamlessly.
leadtributor.cloud
Distribute leads to your sales team and partner network with routing rules, SLA tracking, and performance analytics.
Clientify
Grow your sales pipeline with a CRM that combines lead capture, email marketing, and deal tracking for Spanish-speaking markets.
Pipeliner
Manage sales pipelines and opportunities via Pipeliner CRM. list leads, track deals, and monitor activities directly from any AI agent.
Pipedrive Leads
Manage your Pipedrive lead inbox. create, update, and organize leads with labels and sources before they become deals.
Bring your own AI
Change the model, client or framework. Keep LeadSquared 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 LeadSquared.
The practical details behind the request, access and result.
Can the LeadSquared MCP help me update my CRM without opening the app?
Yes, it lets you use your AI agent to update lead statuses, log activities, and create opportunities directly through your chat interface.
Will the LeadSquared MCP create duplicate leads?
No, because the system checks for matching email or phone numbers before creating a new profile, helping you keep your data clean.
Can I use the LeadSquared MCP to see my sales pipeline?
You can use it to list all current sales opportunities and view the history of activities for any specific deal instantly.
How does the LeadSquared MCP handle different activity types?
It can list all the specific activity types you have configured in your account, like calls, meetings, or emails, ensuring consistent logging.
Can I use the LeadSquared MCP to search for specific prospects?
Yes, you can ask your agent to search for leads based on any criteria you provide, like email, name, or custom attributes.
Is the LeadSquared MCP good for sales teams?
It's ideal for sales reps who need to log interactions quickly and for managers who need to monitor lead capture and opportunity trends.
Where do I find my regional API Host?
Log in to LeadSquared and go to Settings > API and Webhooks. Your regional host (e.g., api-us11.leadsquared.com) will be displayed there.
Can the agent automatically handle duplicate leads?
Yes, the capture_lead and create_or_update_lead capabilities use LeadSquared's internal logic to identify and merge duplicates based on email or phone number.
Is it possible to list activities for a specific opportunity?
Absolutely. Use the list_opportunity_activities capability with the target opportunityId to retrieve its full interaction history.
One connection away
Give your agent a direct line to LeadSquared.
Connect LeadSquared once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available