Outreach Connector for AI agents.
12 live capabilities
Manage sales sequences and prospect data through natural conversation.
Waiting for input…
Why people use Outreach
Outreach for Solving Manual Sales Sequence Friction
This Connector changes that. You can ask your agent to pull prospect metadata, move leads into nurture tracks, or summarize mailing results in one place. It puts the power of your sales stack into a single conversation.
What Vinkius changes
You get a conversational interface for your entire Outreach sales stack.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk moving leads into nurture tracks
An SDR needs to move 50 new sign-ups into a specific sequence.
- Real-world use case 02
Quick pipeline health checks
A sales manager wants to know the status of all active deals.
- Real-world use case 03
Pre-call prospect research
A BDR is about to get on a call and needs to know the lead's history.
Complete set · 12capabilities
The complete Outreach capability set.
These are the exact actions your AI can choose when you ask it to work with Outreach.
01—04
4 capabilities in this set.
Part of 12 available through Outreach.
- 01 Capability
Add to sequence
Put a prospect into a specific automated sequence. It's the fastest way to start lead nurturing.
- 02 Capability
Create prospect
Add a new person to your database. This keeps your CRM clean and updated.
- 03 Capability
Get user info
Pull your account profile details. Use this to check your current permissions and settings.
- 04 Capability
Get prospect details
Get the full profile for a specific lead. It's great for getting context before a call.
05—08
4 capabilities in this set.
Part of 12 available through Outreach.
- 05 Capability
List sent emails
See a list of every email you've sent. Use it to check recent activity at a glance.
- 06 Capability
List opportunities
View your active sales deals. This gives you a quick look at your current pipeline.
- 07 Capability
List prospects
Get a list of everyone you can currently contact. It's the starting point for any outreach campaign.
- 08 Capability
List sequences
See all your active sales sequences. Use this to check which tracks are currently running.
09—12
4 capabilities in this set.
Part of 12 available through Outreach.
- 09 Capability
List sales tasks
Find all your pending actions. This ensures no follow-ups fall through the cracks.
- 10 Capability
List email templates
View all your saved message templates. Use this to see what's been tested and approved.
- 11 Capability
Update prospect
Change the information for an existing lead. Use it to keep your data accurate as deals progress.
- 12 Capability
List companies
See all the accounts you manage in Outreach. This helps you keep track of your target list.
Set up in minutes
One URL. Then ask Outreach to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Outreach 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_LYK8d8127YtxaX2wGhLuHaFJANPnDnu5cTdiCzA7/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 Outreach, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Outreach for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LYK8d8127YtxaX2wGhLuHaFJANPnDnu5cTdiCzA7/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 Outreach URL.
- Step 03
Save and start
Save the connection and enable Outreach in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"outreach-alternative": {
"url": "https://edge.vinkius.com/vk_preview_LYK8d8127YtxaX2wGhLuHaFJANPnDnu5cTdiCzA7/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 Outreach
Open Agent mode in chat and ask: "Using Outreach, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"outreach-alternative": {
"url": "https://edge.vinkius.com/vk_preview_LYK8d8127YtxaX2wGhLuHaFJANPnDnu5cTdiCzA7/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 Outreach
Ask Copilot: "Using Outreach, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"outreach-alternative": {
"url": "https://edge.vinkius.com/vk_preview_LYK8d8127YtxaX2wGhLuHaFJANPnDnu5cTdiCzA7/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 Outreach
Open Cascade and ask: "Using Outreach, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"outreach-alternative": {
"url": "https://edge.vinkius.com/vk_preview_LYK8d8127YtxaX2wGhLuHaFJANPnDnu5cTdiCzA7/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 Outreach
Ask Cline: "Using Outreach, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add outreach-alternative --transport http "https://edge.vinkius.com/vk_preview_LYK8d8127YtxaX2wGhLuHaFJANPnDnu5cTdiCzA7/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 Outreach
Ask Claude: "Using Outreach, show me...". 12 tools are ready
Where the request belongs
Work Outreach can move forward.
The SDR who's tired of clicking through three different dashboards to find a lead's status. The sales manager who needs a quick summary of team productivity without running manual reports. The growth marketer who wants to monitor account metadata in one place.
SDR / BDR
They use this to quickly move leads into nurture tracks and check prospect details before jumping on a call.
Sales Operations Manager
They use this to monitor team productivity and pull mailing stats without having to build manual reports.
Growth Marketer
They use this to keep an eye on account metadata and pipeline health through quick chat queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOmniEngage
Reach customers across email, SMS, push, and in-app with unified omnichannel marketing that personalizes every touchpoint.
Persana AI
Enrich leads with AI that researches prospects, scores intent signals, and builds personalized outreach sequences automatically.
Salesmate
Automate sales CRM via Salesmate. manage contacts, track deals, and log activities directly with AI.
Salesloft
Automate sales engagement via Salesloft. manage cadences, people, and accounts directly from any AI agent.
Outreach
Equip your AI agent with direct access to Outreach. manage prospects, track sequences, and analyze sales engagement without opening the Outreach platform.
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 Outreach 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 Outreach.
The practical details behind the request, access and result.
Can I use Outreach MCP to move leads into sequences?
Yes, you can use natural language to ask your agent to move leads into specific nurture tracks. This saves you from having to manually click through the sequence manager.
How does Outreach MCP help with prospect data?
It gives your agent the ability to pull full prospect profiles and metadata. You can ask for specific details about a lead to get context before a call or meeting.
Can I see my sales deals with Outreach MCP?
Absolutely. You can ask your agent to list your active opportunities and get a summary of your current pipeline, including deal values and current stages.
Is Outreach MCP good for SDRs?
It's a huge time saver for SDRs and BDRs. It helps them manage high volumes of leads and follow-ups without the friction of switching between different apps.
Can I manage my sales tasks using Outreach MCP?
Yes, you can ask your agent to pull up all your pending actions. This helps you stay organized and ensures that no follow-ups fall through the cracks.
Does Outreach MCP help with email performance?
Yes, you can ask your agent to list your sent mailings. It can help you see recent activity and understand how your prospects are engaging with your content.
Can my AI automatically find the details for a specific prospect by their ID?
Yes! Use the get_prospect capability with the Prospect ID. Your agent will respond with complete metadata for the record, including custom fields, sequence history, and owner info in seconds.
How do I find my Outreach.io OAuth2 Access Token?
Log in to your Outreach Developer Portal, create a new App, and use the provided client credentials to perform the OAuth 2.0 flow to obtain a secret access token.
Does this work with the Outreach API v2?
Yes, this Connector is specifically built using the Outreach JSON:API v2 specification to ensure full compatibility with modern sales workflows.
One connection away
Give your agent a direct line to Outreach.
Connect Outreach once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available