Quickstart
Build your first agent in minutes.
One plugin. One skill. One prompt. Here's how to go from zero to running pipeline.
What you're building
By the end of this guide you will have an AI agent that can: find prospects by ICP criteria, enrich them with verified contact data, and draft a personalised outreach sequence — all from a single conversational prompt.
The reference implementation uses Vibe Prospecting, the MCP plugin built on Explorium's GTM data platform. It's free to try.
Step 1 — Install Vibe Prospecting
Vibe Prospecting is available as a plugin for Claude, and any MCP-compatible AI client.
Get your API key at vibeprospecting.com. The free tier includes 100 prospect lookups/month.
Add the MCP server to your Claude Desktop config:
{
"mcpServers": {
"vibe-prospecting": {
"command": "npx",
"args": ["-y", "@vibeprospecting/mcp-server"],
"env": { "VP_API_KEY": "your-key-here" }
}
}
}Restart Claude Desktop. You'll see the Vibe Prospecting tools available in the tool list.
Step 2 — Run your first skill
Open a new conversation and paste this prompt:
Starter prompt
"Find 20 VP of Sales at Series B SaaS companies in the US with 50–200 employees. Return their full name, company, LinkedIn URL, and verified email. Export to CSV."
The agent will call the search_prospects and enrich_contacts MCP tools, then export the results. No code. No UI. One prompt.
Step 3 — Explore the recipe library
Once the basics work, browse the recipe library for more advanced motions — personalised sequences, inbound enrichment, meeting prep briefs, and CRM sync flows.
Browse recipes →Learn the primitives
If you want to understand how MCP, plugins, and skills fit together before diving in, read the primitives guide.
Understand the stack →Ready to go deeper?
Vibe Prospecting gives you access to 300M+ contacts, 70M+ companies, real-time buying signals, and 18 structured enrichment endpoints — all callable from a single agent prompt.
Try Vibe Prospecting free →