Server data from the Official MCP Registry
B2B company and contact data for lead lists, enrichment, research, and outreach. OAuth sign-in.
About
B2B company and contact data for lead lists, enrichment, research, and outreach. OAuth sign-in.
Remote endpoints: streamable-http: https://vibeprospecting.explorium.ai/mcp
Security Report
This submission is incomplete and cannot be properly evaluated. Only a README, minimal package.json, and a single console.log statement are provided. The actual MCP server implementation is missing entirely, making it impossible to verify authentication mechanisms, credential handling, input validation, or code security. This appears to be a placeholder or incomplete submission rather than a functional MCP server ready for security review. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
3 files analyzed Β· 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install & Connect
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
Documentation
View on GitHubFrom the project's GitHub README.
Vibe Prospecting
Power your chat with live B2B data β build lead lists, research companies, enrich contacts, and personalize outreach, all from inside your AI assistant.
Vibe Prospecting is a remote MCP server. There's nothing to run locally and no API key to manage β you connect over a single URL and sign in through your browser on first use.
MCP endpoint:
https://vibeprospecting.explorium.ai/mcp
What you can do
- π Find companies by name, domain, industry, size, location, tech stack, and more
- π€ Discover & enrich contacts β roles, profiles, and buying signals at any company
- π’ Research firms β firmographics, technographics, funding, competitors, and challenges
- π Analyze & export β preview a sample instantly, then export the full dataset to CSV when you're ready
You always see a sample preview first (5β10 rows). The full dataset is only processed when you explicitly ask to export β so exploring is fast and credit-friendly.
Installation
Pick your tool below. All clients connect to the same remote endpoint and authenticate through your browser (OAuth) on first use.
Claude Code β recommended
One line β paste it into your terminal:
claude mcp add --transport http vibe-prospecting https://vibeprospecting.explorium.ai/mcp
Then start (or restart) Claude Code and run a prompt that uses it (see Examples). The first call opens your browser to sign in. Verify the connection anytime with:
claude mcp list
# vibe-prospecting: https://vibeprospecting.explorium.ai/mcp - β Connected
Cowork & Claude Desktop
Add it as a custom connector through the UI (no terminal needed):
- Open Customize β Connectors in Chat/Cowork/Code in Claude Desktop
- Click the + next to Connectors and choose Browse connectors
- Under
Anthropic & Partnerslook for Name:Vibe Prospectingβ URL:https://vibeprospecting.explorium.ai/mcp - Click + and then click Install, then follow the sign-in prompts to grant access
Once added, Vibe Prospecting's tools are available to Claude automatically.
Codex CLI
One command β Codex detects OAuth automatically and opens your browser to sign in:
codex mcp add vibe-prospecting --url https://vibeprospecting.explorium.ai/mcp
Confirm it's connected with codex mcp list (look for Auth: OAuth), or start a Codex session and run /mcp to see its tools. If you ever need to re-authenticate, run codex mcp login vibe-prospecting.
No native OAuth in your Codex version? Use the universal
mcp-remotebridge instead. Add this block to~/.codex/config.tomlβ it opens the browser for sign-in on first use:[mcp_servers.vibe-prospecting] command = "npx" args = ["-y", "mcp-remote", "https://vibeprospecting.explorium.ai/mcp"]
Gemini CLI
Install the extension directly from this repository:
gemini extensions install https://github.com/explorium-ai/vibeprospecting-mcp
The extension is loaded and managed automatically by Gemini CLI, and OAuth sign-in is handled on first use. See the Gemini CLI extensions docs for details.
Manus
Connect Vibe Prospecting from Manusβs built-in connectors UI (no local server or API key):
- Open the connectors menu (or choose + Add connectors).
- Search for
vibe. - Under Apps, select Vibe Prospecting (βBuild B2B lead lists and enrich companies and contactsβ).
- Confirm the connector details (MCP by Explorium), then click Try it out / connect and complete the browser sign-in.
Once connected, use Vibe Prospecting from a Manus chat with prompts like those in Examples.
Hermes
Hermes uses the same remote endpoint, but its CLI needs the server written to config plus an explicit OAuth login. Run these in your terminal:
-
Register the server β write both keys directly under
mcp_servers:, which is the namespacehermes mcp login(and the runtime) read from:hermes config set mcp_servers.vibe_prospecting.url "https://vibeprospecting.explorium.ai/mcp" hermes config set mcp_servers.vibe_prospecting.auth oauthDon't use
hermes mcp add: in a non-interactive shell it can fail mid-way and save a disabled, half-written entry undermcp_servers:βauthset buturldropped β which then fails at login. Setting both keys yourself avoids it, and if you already hit it, the same two commands repair it. (Aurlshowing up elsewhere in config doesn't count βhermes mcp loginonly readsmcp_servers:.) -
Sign in β opens your browser to authenticate:
hermes mcp login vibe_prospectingOn a remote, SSH, or Docker host, the browser can't reach the local callback after you approve β that's expected. Copy the full URL from the address bar and paste it back at the Hermes prompt.
-
Verify & use β
hermes mcp listshould showvibe_prospectingas authenticated. Start a new chat so themcp_vibe_prospecting_*tools load, then try a prompt from Examples. To get a CSV, ask Hermes to "export and download" (exports return a link, not the file itself).
Connection drops on the first call? The default MCP discovery timeout is too short for the OAuth handshake β raise it:
hermes config set mcp_discovery_timeout 10.
Examples
Once connected, just ask in plain language:
Who should I contact for a partnership with monday.com? Get anyone who can
promote a partnership with them, with all the contact details you can find.
What are the business challenges of Amazon?
Get the engineering leadership team at Palo Alto Networks.
Find B2B SaaS companies in New York with 50β200 employees, then enrich
the decision-makers and export the list to CSV.
Authentication & credits
- Sign-in: OAuth through your browser on first use β no API keys to copy or store.
- Free to explore: searching and previewing samples is lightweight. Exporting the full dataset uses credits.
- Pricing & credits: https://www.vibeprospecting.ai/pricing
Troubleshooting
Failed to connect/ error-32000in Claude Code β this happens with the old localuvx vibeprospecting-mcp(stdio) command. That path is deprecated; use the--transport httpcommand above instead.- Connector won't connect in Cowork/Desktop β the server is reached from Anthropic's cloud, so the URL must be publicly reachable. Double-check the URL is exactly
https://vibeprospecting.explorium.ai/mcp. - Re-authenticate β in Claude Code run
claude mcp remove vibe-prospectingthen re-add it; in Codex runcodex mcp login vibe-prospectingagain; in Hermes runhermes mcp login vibe_prospectingagain.
Support & documentation
For technical support, contact support@vibeprospecting.ai.
License
This project is licensed under the Explorium Term of Service. See Term of Service for details.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Paperclip
Freeby Paperclipai Β· Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Git
Freeby Modelcontextprotocol Β· Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno Β· Developer Tools
Toleno Network MCP Server β Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace Β· Developer Tools
Create, build, and publish Python MCP servers to PyPI β conversationally.
MCP Marketplace
Freeby mcp-marketplace Β· Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft Β· Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
