maybole-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@maybole-mcpFind me a verified email for a hedge fund PM at Citadel and draft a cold email."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Maybole MCP
Find a verified work email and draft the cold email — from inside your AI assistant.
Maybole is an MCP server. Add it to Claude, ChatGPT, Cursor, Cline, or VS Code and your assistant gains two tools:
Tool | What it does | Cost |
|
| Free, unlimited |
| A verified email, the person's background (education, career, why they're worth contacting), and a personalized cold email drafted in your voice — returned right in the chat and saved to your Maybole workspace. | 5 free, then a paid plan |
Coverage is strongest for finance — investment banking, private equity, hedge funds — built on 16,000+ verified contacts. It works for any company.
→ Get a free key: https://www.maybole.ai/mcp
Quick start
You need a free API key (mby_…). Create one at
maybole.ai/mcp — it's tied to a free Maybole
account and comes with 5 free contacts.
Claude Desktop / Cursor / Cline
Add to your MCP config (claude_desktop_config.json, ~/.cursor/mcp.json, …):
{
"mcpServers": {
"maybole": {
"type": "http",
"url": "https://www.maybole.ai/api/mcp",
"headers": { "Authorization": "Bearer mby_YOUR_KEY" }
}
}
}Claude (web, claude.ai)
Settings → Connectors → Add custom connector → URL
https://www.maybole.ai/api/mcp → paste your key when prompted.
ChatGPT
Settings → Connectors → Advanced → Developer mode → Create → MCP server URL
https://www.maybole.ai/api/mcp, header Authorization: Bearer mby_YOUR_KEY.
VS Code (Copilot agent mode)
.vscode/mcp.json:
{
"servers": {
"maybole": {
"type": "http",
"url": "https://www.maybole.ai/api/mcp",
"headers": { "Authorization": "Bearer mby_YOUR_KEY" }
}
}
}stdio-only clients
If your client can't connect to a remote URL, use this package:
{
"mcpServers": {
"maybole": {
"command": "npx",
"args": ["-y", "maybole-mcp"],
"env": { "MAYBOLE_API_KEY": "mby_YOUR_KEY" }
}
}
}It runs mcp-remote under the hood to
bridge stdio ↔ the hosted server.
Related MCP server: Prospeo MCP Server
Using it
Just ask your assistant, in plain language:
"Find me an email for a healthcare M&A managing director at Evercore, and draft a note introducing myself — I'm a second-year analyst at a boutique, Penn undergrad, want to hear about moving up-market."
Your assistant calls find_contact, and you get back — in the chat:
To: Jane Smith, Senior Managing Director — Evercore
Email: jsmith@evercore.com
--- Draft email (copy and send) ---
Subject: Penn / healthcare coverage
Hi Jane,
...
Best,
Alex
--- end draft ---
Why reach out: Both attended the University of Pennsylvania. She also started in
healthcare M&A before moving up-market.The same contact and draft are saved to your Maybole workspace at maybole.ai/contacts and maybole.ai/drafts.
Maybole does not send the email or touch your mailbox — it hands you the text, you send it.
The free tier
5
find_contactresults for the lifetime of a free account. This is the same allowance as the maybole.ai website, not a second one.guess_emailstays free and unlimited after that.Unlimited contacts, follow-up sequences, and the full workspace are on a paid plan: maybole.ai/pricing.
Terms of use
The free tier is for your own outreach — a person using their own AI
assistant to find a contact and draft their own email. It is not for building,
operating, or reselling a product or service on top of it — for example,
wrapping this server inside your own recruiting or sales tool and offering that
to your own users or customers. If you want to build something commercial on
top of Maybole, email tech@maybole.ai first — happy to talk about it, just not
silently.
We reserve the right to revoke API keys used outside this scope.
Privacy
find_contact returns data only for the one person you asked about. Maybole never
returns bulk lists through this server. Contact data comes from public
professional sources. See maybole.ai/privacy.
Support
Open an issue on this repo for bugs. For account or billing questions, email
tech@maybole.ai.
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Find verified work emails from a name, company, role or LinkedIn URL, and verify emails you have.
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Find verified B2B emails and phone numbers; search and enrich people and companies for prospecting.
AI-powered email outreach platform — send campaigns with deliverability tracking.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to automate sales prospecting by finding contacts by role and industry, enriching data with emails and tech stacks, scoring against ideal customer profiles, and generating personalized outreach sequences. Streamlines lead generation and sales engagement workflows through integrated research and sequence generation tools.-

Prospeo MCP Serverofficial
AlicenseAqualityFmaintenanceEnables AI tools to search and enrich B2B leads, including finding professional emails, company profiles, and filtering people and companies by various criteria.5227MIT- FlicenseAqualityDmaintenanceEnables AI agents to research companies and find contacts with structured data from multiple free sources, including company info, tech stack, and email addresses.3-

Enrow MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceEnables AI assistants to find and verify professional emails and phone numbers via the Enrow API.1MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tech173/maybole-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server