Persana AI Connector for AI agents.
11 live capabilities
Research B2B prospects and track real-time buying signals for outbound sales.
Waiting for input…
Why people use Persana AI
Persana AI for Automating B2B Lead Research
With this Connector, your AI agent does the digging. You can ask it to pull tech stacks, revenue, and job history for an entire list of prospects in seconds. You get a clean, enriched database ready for outreach without the manual labor.
What Vinkius changes
You get a sales intelligence layer that lets your AI do the research for you.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding new entry points
An AE notices a VP moved to a new company.
- Real-world use case 02
Automated enrichment
An SDR wants to prep 50 leads for a sequence.
- Real-world use case 03
Signal-based outreach
A growth marketer wants to know who got funding this month.
Complete set · 11capabilities
The complete Persana AI capability set.
These are the exact actions your AI can choose when you ask it to work with Persana AI.
01—04
4 capabilities in this set.
Part of 11 available through Persana AI.
- 01 Capability
Create lead list
Create a new list to organize your sales prospects. This helps you keep different campaigns separated.
- 02 Capability
Enrich company
Get firmographic data for a company by passing a JSON string. It pulls revenue and tech stack info.
- 03 Capability
Enrich person
Pull professional backgrounds and social data for a specific individual. This helps personalize your outreach.
- 04 Capability
Get lead list
View the specific details and metadata of a lead list. Use this to check your current organized data.
05—08
4 capabilities in this set.
Part of 11 available through Persana AI.
- 05 Capability
Get signals
Retrieve real-time sales intent signals for your target accounts. It highlights who is ready to buy.
- 06 Capability
List lead lists
See every lead list you've created in your account. This gives you a full overview of your organized data.
- 07 Capability
Lookup email
Verify and find the correct email address for a prospect. This ensures your messages land in the right inbox.
- 08 Capability
Delete lead list
Remove a lead list from your records when it's no longer needed. Keep your database clean and relevant.
09—11
3 capabilities in this set.
Part of 11 available through Persana AI.
- 09 Capability
Find job changes
Locate recent job moves within your target companies. It helps you find new decision makers quickly.
- 10 Capability
Search people
Find specific people based on the criteria you provide. Use this to drill down into specific departments.
- 11 Capability
Verify email
Check if a specific email address is actually deliverable. This protects your sender reputation.
Set up in minutes
One URL. Then ask Persana AI to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Persana AI 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_Zge836AYsSNRAtwZRWcMTWiUp1h1O6G4QaXB6tj9/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 Persana AI, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Persana AI for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Zge836AYsSNRAtwZRWcMTWiUp1h1O6G4QaXB6tj9/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 Persana AI URL.
- Step 03
Save and start
Save the connection and enable Persana AI in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"persana-ai": {
"url": "https://edge.vinkius.com/vk_preview_Zge836AYsSNRAtwZRWcMTWiUp1h1O6G4QaXB6tj9/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 Persana AI
Open Agent mode in chat and ask: "Using Persana AI, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"persana-ai": {
"url": "https://edge.vinkius.com/vk_preview_Zge836AYsSNRAtwZRWcMTWiUp1h1O6G4QaXB6tj9/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 Persana AI
Ask Copilot: "Using Persana AI, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"persana-ai": {
"url": "https://edge.vinkius.com/vk_preview_Zge836AYsSNRAtwZRWcMTWiUp1h1O6G4QaXB6tj9/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 Persana AI
Open Cascade and ask: "Using Persana AI, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"persana-ai": {
"url": "https://edge.vinkius.com/vk_preview_Zge836AYsSNRAtwZRWcMTWiUp1h1O6G4QaXB6tj9/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 Persana AI
Ask Cline: "Using Persana AI, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add persana-ai --transport http "https://edge.vinkius.com/vk_preview_Zge836AYsSNRAtwZRWcMTWiUp1h1O6G4QaXB6tj9/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 Persana AI
Ask Claude: "Using Persana AI, show me...". 11 tools are ready
Where the request belongs
Work Persana AI can move forward.
This is for sales teams tired of spray and pray tactics. It's for the SDR who wants to know exactly who to call first and the AE who needs to stay on top of account changes without constant manual checking.
SDR
Researches prospects and finds verified emails to hit daily outreach targets.
Account Executive
Monitors key accounts for job changes to find new entry points.
Growth Marketer
Pulls enriched data to segment audiences for more targeted campaigns.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFirstQuadrant
Let AI handle your outbound sales prospecting with autonomous research, personalized messaging, and smart follow-up sequences.
Amplemarket
Supercharge your outbound sales with AI-driven prospecting, multi-channel sequences, and smart lead scoring that closes deals.
Autobound
Write hyper-personalized sales emails in seconds using AI that researches prospects and crafts messages that get replies.
Outreach
Execute sales engagement sequences with emails, calls, and social touches orchestrated by AI to maximize rep productivity.
ChatGen
Convert website visitors into qualified leads with AI chatbots that engage, qualify, and route prospects in real time.
Bring your own AI
Change the model, client or framework. Keep Persana AI 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 Persana AI.
The practical details behind the request, access and result.
How does Persana AI help with outbound sales?
It provides your AI agent with deep B2B data like company revenue, tech stacks, and job changes. This allows you to reach out to the right people with the right information at the right time.
Can Persana AI find contact info for people I don't know?
Yes. The Connector can search for specific people based on criteria like job title or company and then pull their professional backgrounds and verified work emails.
Does Persana AI track when companies get new funding?
Yes. It monitors real-time buying signals, including funding rounds and other major corporate milestones, so your agent can alert you to high-value opportunities.
How do I use Persana AI to verify my email list?
You can ask your AI agent to check your list for deliverability. It will verify which emails are valid and help you find correct work addresses for those that aren't.
Can Persana AI help me find new decision makers at target accounts?
It does this by tracking job changes. Your agent can identify when a new executive joins a company, helping you find new entry points into your target accounts.
What kind of data does Persana AI provide for company enrichment?
It pulls over 100 firmographic data points, including company revenue, employee count, geographic location, and the technologies they use in their tech stack.
Can my AI automatically find the verified email for a prospect by their LinkedIn URL?
Yes! Use the enrich_person capability. Provide the LinkedIn URL, and your agent will respond with complete metadata, including firmographics and waterfall-verified email addresses in seconds.
How do I find my Persana AI Key?
Log in to your Persana AI dashboard, navigate to Settings > API Keys, and you will find your unique secret token there.
What are 'Intent Signals'?
Intent signals are real-time alerts about key account activities, such as a company raising a new funding round or a decision-maker starting a new role, allowing for perfectly timed outreach.
One connection away
Give your agent a direct line to Persana AI.
Connect Persana AI once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available