{"name":"im.peoplesearch/email-finder","slug":"peoplesearch-email-finder","title":"PeopleSearch.im","description":"Plain-English people search with verified work emails, email verification and LinkedIn lookup.","url":"https://mcp.market/server/peoplesearch-email-finder","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"sales","tags":["sales","email","search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T15:35:48.693Z","last_ok_at":"2026-09-20T15:35:48.693Z","latency_ms":194},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://peoplesearch.im/mcp","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://peoplesearch.im/api/mcp","headers":[{"description":"Bearer token: your PeopleSearch.im API key (sk_sift_...) from https://peoplesearch.im/developers","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"check_credits","description":"Return the current credit balance for the API key making the request. Free and read-only. Use it before a large find_people call to confirm there are enough credits.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"company_search","description":"Search a global company database in plain English (for example 'Series B fintech companies in London with 50-200 employees') and get matching companies with industry, size, location and website. Searching companies is FREE and spends no credits.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"The companies you want, in plain English."}},"required":["query"],"additionalProperties":false}},{"name":"fetch_email","description":"Look up the verified professional (work) email for a person you have already unlocked with find_people (or reveal_profile). Pass their `id`. Spends 1 credit, refunded automatically if no email is found. The lookup is live: if it returns emailStatus 'searching', call fetch_email again with the same id (no extra charge) to collect the result once it resolves. Returns a professional address, never a personal one; not every person has a findable work email.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"profile_id":{"type":"string","description":"The `id` of a person returned by find_people (or reveal_profile)."}},"required":["profile_id"],"additionalProperties":false}},{"name":"find_company_emails","description":"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. Use this for reaching a company inbox, not a specific named person (for a named person use find_people or find_linkedin_profile). Spends 2 credits, refunded if none are found.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain_or_company":{"type":"string","description":"A company domain (preferred, e.g. acme.com) or company name."}},"required":["domain_or_company"],"additionalProperties":false}},{"name":"find_linkedin_profile","description":"Find the LinkedIn profile URL for a named person. Provide their first and last name; adding the company or domain sharply improves the match. Spends 2 credits, refunded if no confident match is found.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"first_name":{"type":"string","description":"The person's first name."},"last_name":{"type":"string","description":"The person's last name."},"company_or_domain":{"type":"string","description":"Optional but recommended: the company name or domain they work at, to disambiguate common names."}},"required":["first_name","last_name"],"additionalProperties":false}},{"name":"find_people","description":"The list-building tool. Re-runs a plain-English people search and unlocks up to `count` full profiles in ONE atomic charge: 1 credit per newly unlocked person, and anyone you already own is free. Returns each person's real name, title, company, location, LinkedIn URL and an `id`. Emails are NOT fetched here (that is a separate credit): after unlocking, call fetch_email with each person's `id` to get their verified work email. WARNING for autonomous use: this can spend up to `count` credits in a single call, so choose `count` deliberately and confirm with the user before large batches. Returns an out-of-credits error instead of overspending.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Who you want, in plain English (same grammar as people_search)."},"count":{"type":"integer","minimum":1,"maximum":100,"description":"How many people to unlock, 1-100 (default 25). Spends up to this many credits."}},"required":["query"],"additionalProperties":false}},{"name":"lookup_company","description":"Turn a LinkedIn company URL into firmographic data: industry, size, location and website. Spends 1 credit, refunded if the company cannot be retrieved.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"linkedin_company_url":{"type":"string","description":"A LinkedIn company URL, e.g. https://linkedin.com/company/…"}},"required":["linkedin_company_url"],"additionalProperties":false}},{"name":"lookup_linkedin_profile","description":"Turn a LinkedIn profile URL into clean structured data: name, current role and company, and location. Spends 2 credits, refunded if the profile cannot be retrieved.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"linkedin_url":{"type":"string","description":"A LinkedIn profile URL, e.g. https://linkedin.com/in/…"}},"required":["linkedin_url"],"additionalProperties":false}},{"name":"people_search","description":"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. Results are masked previews (a masked name, role, industry, company size and location) and each one carries an opaque `token`. Searching is FREE and spends no credits: use it to validate that the right people exist before you pay. To get a person's real name, LinkedIn and verified email, pass their token to reveal_profile, or use find_people to unlock a batch in one call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Who you are looking for, in plain English. Include role, seniority, industry, company stage/size, and location as needed."},"limit":{"type":"integer","minimum":1,"maximum":25,"description":"How many masked previews to return (1-25, default 10). This does not limit the reported total."}},"required":["query"],"additionalProperties":false}},{"name":"reveal_profile","description":"Unlock ONE person from a people_search result. Pass the `token` from that result. Spends 1 credit and returns the full profile: real name, current title and company, location and LinkedIn URL. Set `include_email` to true to also look up their verified professional (work) email in the same call, which spends 1 more credit that is refunded if no email is found. Revealing the same person again is free (idempotent). The email is looked up live and may take a moment: if it returns emailStatus 'searching', call reveal_profile again with the same token (no extra charge) to collect it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"The opaque `token` of a person returned by people_search."},"include_email":{"type":"boolean","description":"Also fetch the person's verified professional email (a second credit, refunded if none is found). Default false."}},"required":["token"],"additionalProperties":false}},{"name":"reverse_email_lookup","description":"Turn a professional email address into the real person behind it and their LinkedIn profile. Best for work emails; free-mailbox addresses often have no public profile to match. Spends 13 credits (this is the single most expensive lookup), refunded automatically if no match is found.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","description":"The email address to identify, e.g. jordan@acme.com."}},"required":["email"],"additionalProperties":false}},{"name":"verify_email","description":"Check whether an email address exists and is safe to send to, before it bounces. Returns a deliverability verdict (deliverable, undeliverable, or unknown) without sending anything. Spends 1 credit, refunded if no verdict can be reached.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","description":"The email address to verify, e.g. jordan@acme.com."}},"required":["email"],"additionalProperties":false}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-20T11:36:20.827Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T11:36:20.751Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1138ms"]},"poisoning":{"score":15,"max":15,"notes":["12 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://peoplesearch.im/api/mcp","reachable":true,"authRequired":false,"latencyMs":1138,"serverInfo":{"name":"peoplesearch.im","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://peoplesearch.im/brand/icon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}