HeyReach Connector for AI agents.
10 live capabilities
Automate your LinkedIn outreach and B2B lead generation from a single chat.
Waiting for input…
Why people use HeyReach
Stop the Tab-Switching Fatigue with HeyReach LinkedIn Outreach
This Connector lets you handle that entire flow from your chat interface. Just tell your agent to grab the lead and put them in the right sequence. You get to stay in your flow state while the agent handles the clicking and data entry.
What Vinkius changes
You get a hands-off way to manage your entire LinkedIn sales pipeline through a single 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
The Agency Workflow
An agency owner needs to move 50 leads into a new campaign.
- Real-world use case 02
The SDR Research
An SDR finds a target on LinkedIn and asks the agent to get_lead_details.
- Real-world use case 03
The Inbox Manager
A sales manager asks the agent to list_conversations.
Complete set · 10capabilities
The complete HeyReach capability set.
These are the exact actions your AI can choose when you ask it to work with HeyReach.
01—04
4 capabilities in this set.
Part of 10 available through HeyReach.
- 01 Capability
Add leads to campaign
Import new leads into a specific campaign using a JSON string of profile data. It handles high-throughput requests for up to 100 leads at a time.
- 02 Capability
Get lead details
Fetch full prospect information from a LinkedIn profile URL. Use this to enrich your data before starting a sequence.
- 03 Capability
Get api profile
Check if your API key is valid and see your basic account info. It's the first thing you do to make sure the connection works.
- 04 Capability
List linkedin accounts
See all the LinkedIn profiles connected to your workspace. This helps you identify which sender is currently active.
05—07
3 capabilities in this set.
Part of 10 available through HeyReach.
- 05 Capability
List campaigns
Find the unique IDs for your outreach projects. You need these IDs to manage status or add new leads.
- 06 Capability
List conversations
Pull the latest messages from your LinkedIn inbox. Use this to see what your prospects are saying in real time.
- 07 Capability
List lead campaigns
See every campaign a specific lead is enrolled in. This prevents you from double-messaging the same person.
08—10
3 capabilities in this set.
Part of 10 available through HeyReach.
- 08 Capability
Resume campaign
Restart a paused campaign. Use this to get your outreach back on track after a scheduled break.
- 09 Capability
Pause campaign
Stop an active LinkedIn sequence instantly. This is useful if you need to take a break or fix a campaign error.
- 10 Capability
Send linkedin message
Send a direct reply to a conversation. Just provide the conversation ID and the text you want to send.
Set up in minutes
One URL. Then ask HeyReach to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use HeyReach 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_NoaWV6kGAgtXSV60szbsWyLYTJHHIpT2CulXsysJ/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 HeyReach, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable HeyReach for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_NoaWV6kGAgtXSV60szbsWyLYTJHHIpT2CulXsysJ/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 HeyReach URL.
- Step 03
Save and start
Save the connection and enable HeyReach in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"heyreach": {
"url": "https://edge.vinkius.com/vk_preview_NoaWV6kGAgtXSV60szbsWyLYTJHHIpT2CulXsysJ/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 HeyReach
Open Agent mode in chat and ask: "Using HeyReach, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"heyreach": {
"url": "https://edge.vinkius.com/vk_preview_NoaWV6kGAgtXSV60szbsWyLYTJHHIpT2CulXsysJ/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 HeyReach
Ask Copilot: "Using HeyReach, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"heyreach": {
"url": "https://edge.vinkius.com/vk_preview_NoaWV6kGAgtXSV60szbsWyLYTJHHIpT2CulXsysJ/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 HeyReach
Open Cascade and ask: "Using HeyReach, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"heyreach": {
"url": "https://edge.vinkius.com/vk_preview_NoaWV6kGAgtXSV60szbsWyLYTJHHIpT2CulXsysJ/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 HeyReach
Ask Cline: "Using HeyReach, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add heyreach --transport http "https://edge.vinkius.com/vk_preview_NoaWV6kGAgtXSV60szbsWyLYTJHHIpT2CulXsysJ/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 HeyReach
Ask Claude: "Using HeyReach, show me...". 10 tools are ready
Where the request belongs
Work HeyReach can move forward.
This is for the sales leader who's tired of manual lead entry or the agency owner managing dozens of client accounts who needs a faster way to keep things moving.
Lead Generation Agency Owner
Manages multiple client sender accounts and triggers campaign actions across different niches.
SDR / BDR
Quickly adds identified prospects to the right sequences without leaving their research capabilities.
Sales Manager
Monitors inbox conversations and ensures the team is responding to high-interest leads.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMagicDrip
Run LinkedIn outreach campaigns on autopilot with connection requests, follow-ups, and message sequences that feel personal.
Publish to your personal profile or Company Page, share articles, react, comment, and manage LinkedIn engagement through your AI agent.
ContactOut
Find personal emails and direct phone numbers for professionals on LinkedIn to build targeted outreach lists that convert.
BlackTwist
Enrich B2B lead data with verified company information, technographics, and contact details for precision targeting.
LinkedIn Ads
Equip your AI agent with direct access to LinkedIn Ads. manage campaigns, track B2B ad performance, and optimize LinkedIn marketing spend without opening Campaign Manager.
FirstQuadrant
Let AI handle your outbound sales prospecting with autonomous research, personalized messaging, and smart follow-up sequences.
Bring your own AI
Change the model, client or framework. Keep HeyReach 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 HeyReach.
The practical details behind the request, access and result.
Can I use HeyReach to automate my LinkedIn messages?
Yes, you can use this Connector to send direct replies to conversations from your chat interface. It allows your agent to handle the communication flow without you having to open the LinkedIn website.
How do I add leads to a campaign using this Connector?
You can simply tell your agent to add a list of leads to a specific campaign. The agent will handle the data import for you, supporting high-volume requests of up to 100 leads at once.
Can I manage multiple LinkedIn accounts at once?
Yes, the Connector allows you to list and identify all LinkedIn accounts connected to your workspace. This is ideal for agencies managing multiple client profiles.
How do I see which campaigns a prospect is in?
You can ask your agent to check a specific lead's campaign status. It will retrieve all the sequences that lead is currently enrolled in to help you avoid duplicate outreach.
Can I pause my outreach if I need a break?
Absolutely. You can tell your agent to pause any active campaign immediately. You can also resume it whenever you're ready to restart your outreach.
Is it possible to reply to messages directly?
Yes, you can view recent conversations and send replies directly through your AI client. It makes responding to hot leads much faster since you don't have to switch apps.
How do I find my HeyReach API Key?
Log in to your HeyReach account, navigate to Settings, and you will find your unique API Key in the API section. Ensure you have the necessary administrative permissions.
Can I add leads to a campaign that hasn't been launched?
No, campaigns must be launched at least once in the HeyReach web interface before you can add leads to them via the API or this integration.
How many leads can I add in one request?
The add_leads_to_campaign capability supports adding up to 100 leads in a single batch request to ensure optimal performance and adherence to rate limits.
Is the integration secure for my LinkedIn data?
Absolutely. The integration uses official HeyReach API keys over HTTPS. Your credentials and LinkedIn access tokens are encrypted and stored securely within the Vinkius Cloud infrastructure.
One connection away
Give your agent a direct line to HeyReach.
Connect HeyReach once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available