How to Use the Apollo.io MCP in VS Code Copilot
Equip your engineering team to search, enrich, and sequence Apollo.io contacts directly from VS Code Copilot with this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Apollo.io MCP to VS Code Copilot
Create your Vinkius account to connect Apollo.io to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query verified leads inside VS Code Copilot
`search_people` lets your engineering team locate targets directly from the Copilot chat panel. You write a natural language request for local tech leads, and the agent returns verified emails and names. To filter down to specific industries, `search_companies` pulls company size, location, and industry data into your workspace. This keeps your lead generation pipelines embedded directly within your development environment.
Enrich target profiles with this MCP Server
`enrich_person_data` pulls complete professional profiles, verified phone numbers, and job histories into VS Code Copilot. You can pass raw email strings from your database logs and get back structured JSON payloads representing real people. For account-level intelligence, `enrich_company_data` fetches funding, department headcounts, and tech stacks. This gives your team the necessary data to automate context-rich outreach scripts inside the editor.
Automate sequence enrollment from the chat panel
`add_to_sequence` enrolls verified contacts into your outbound email campaigns directly via VS Code Copilot commands. This MCP utility lets your developers build fast internal tools that push qualified sign-ups straight into active sales flows. To choose the correct campaign, `list_sales_sequences` lists all available sequences currently configured in your account. The agent reads this list to ensure your contacts are routed to the appropriate messaging pipeline.
Set up Apollo.io MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Apollo.io MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Apollo.io tools listed. Try asking: "List my recent Apollo.io transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"apolloio-alternative-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Apollo.io. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Apollo.io MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Apollo.io MCP today
We host it, we monitor it, we maintain it. You just paste one token.