INDIVIDUAL MCP TOOL
find_company_emails
Given a company domain or name, return the contactable role-based email addresses discovered for that organization (such as contact@, sales@, support@), each with a confidence level.
LIVE ENDPOINT
https://peoplesearch.im/api/mcp
Connect to this endpoint to inspect the live schema for find_company_emails and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.peoplesearch-im]
url = "https://peoplesearch.im/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peoplesearch-im": {
"type": "http",
"url": "https://peoplesearch.im/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peoplesearch-im
Remote MCP URL: https://peoplesearch.im/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"peoplesearch-im": {
"url": "https://peoplesearch.im/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peoplesearch-im": {
"type": "http",
"url": "https://peoplesearch.im/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peoplesearch-im",
"transport": "streamable-http",
"url": "https://peoplesearch.im/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
people_search— Search a global professional database in plain English (for example 'Heads of Marketing at Series B SaaS in New York') and get a sample of matching people plus the true total match count.reveal_profile— Unlock ONE person from a people_search result.find_people— The list-building tool.fetch_email— Look up the verified professional (work) email for a person you have already unlocked with find_people (or reveal_profile).verify_email— Check whether an email address exists and is safe to send to, before it bounces.reverse_email_lookup— Turn a professional email address into the real person behind it and their LinkedIn profile.find_linkedin_profile— Find the LinkedIn profile URL for a named person.lookup_linkedin_profile— Turn a LinkedIn profile URL into clean structured data: name, current role and company, and location.