# Icypeas — MCP server on mcp.ai > Connect your Icypeas account and use 22 tools for email straight from your AI agent. Connect with your own API key. Icypeas is an email discovery and verification tool that allows users to find and verify professional email addresses using first name, last name, and company domain. By: mcp.ai · official Page: https://mcp.ai/icypeas ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_icypeas?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/icypeas/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/icypeas/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/icypeas/skill.md Postman collection (v2.1): https://mcp.ai/icypeas/postman.json ## Tools - icypeas_bulk_email_search(data: string[][], name: string, task?: string, custom?: object) — Initiate a bulk email search job to find professional email addresses for multiple people at once. Use this tool when you need to find emails for more than one person. Provide names (first and/or last - icypeas_bulk_find_profile_urls(data: object[], type?: string) — Tool to perform bulk search for profile URLs based on firstname, lastname, and company/domain or job title. Use when you need to find LinkedIn or other social profile URLs for multiple prospects at on - icypeas_bulk_reverse_email_lookup(data: string[]) — Tool to find LinkedIn profile URLs for multiple professional email addresses in a single request. Use when you need to reverse lookup 2-50 email addresses to find their associated LinkedIn profiles. E - icypeas_bulk_scrape(data: string[], type: string) — Tool to scrape multiple LinkedIn profiles or companies in bulk (up to 50 per request). Use when you need to scrape multiple LinkedIn URLs at once. Returns a job ID that can be used with check_progress - icypeas_check_progress(id: string, mode: string, next?: boolean, type?: string, limit?: integer, sorts?: integer|string[][], status?: string) — Check the processing progress of a search by its ID. Use this tool after initiating a single or bulk search to monitor its status. For mode='single': Checks progress of individual search items via /bu - icypeas_count_companies(query: object) — Tool to count companies in Icypeas database matching specified filters without returning data or being charged. Use when you need to know how many companies match specific criteria like industry, loca - icypeas_count_people(query: object) — Tool to count people matching specified filters without retrieving data or consuming credits. Use when you need to assess the size of a people search result set before running the actual query. - icypeas_domain_scan(custom?: object, domainOrCompany: string) — Tool to scan a domain for role-based email addresses. Use when you need to discover all role-based emails for a specific domain. - icypeas_fetch_bulk_search_info(file?: string, next?: boolean, limit?: integer, sorts?: integer|string[][], status?: string) — Retrieve bulk search files with their status and progress. Lists all bulk searches (email, profile, company searches) with pagination support. Use to monitor bulk operation progress, check completion - icypeas_fetch_subscription_info(email: string) — Retrieves subscription details and remaining credits for an Icypeas account. Use this to check credit balances, subscription status, and user ID before performing searches. The email parameter must ma - icypeas_find_companies(query: object, pagination?: object) — Tool to search companies in Icypeas database. Use when you need to find companies matching filters like industry, location, or headcount. - icypeas_find_company_url(companyOrDomain: string) — Tool to find a single company profile URL using a company name or domain. Use when you need to initiate a profile-URL search for a given company identifier. - icypeas_find_linkedin_profile_by_email(email: string) — Find the LinkedIn profile URL behind a single professional email address. Use when you need to identify the person associated with an email address. Costs 10 credits per found profile. - icypeas_find_people(query: object, pagination?: object) — Search for people/leads in the Icypeas database. Supports filtering by name, job title, company, location, skills, languages, school, and keywords. Each filter supports include/exclude lists. Returns - icypeas_find_profile_url(jobTitle?: string, lastname: string, firstname: string, companyOrDomain?: string) — Finds a person's LinkedIn profile URL using their name and company or job title. Use this tool when you need to find someone's LinkedIn profile URL. Provide the person's first name, last name, and eit - icypeas_find_single_email(custom?: object, lastname?: string, firstname?: string, domainOrCompany: string) — Initiates an asynchronous email search to find a prospect's email address using their name and company. Returns a search item ID that can be used with ICYPEAS_RETRIEVE_SEARCH_RESULTS to get the actual - icypeas_parse_bulk_search_statistics(data: object, signature: string, timestamp: string) — Tool to parse bulk search statistics webhook. Use when processing the completion notification of a bulk search. - icypeas_retrieve_search_results(id?: string, file?: string, mode: string, next?: boolean, type?: string, limit?: integer, sorts?: integer|string[][]) — Tool to retrieve the results of a search by ID or to paginate through bulk search results. Use after initiating a search to fetch individual or multiple search results. - icypeas_scrape_company(url: string) — Tool to initiate scraping of a LinkedIn company page. Use when you have a LinkedIn company URL and need to retrieve company profile data. Returns a job ID that can be used with check_progress to fetch - icypeas_scrape_profile(url: string) — Tool to initiate scraping of a LinkedIn profile. Use when you have a public LinkedIn profile URL and need a job ID and status to later fetch full details. - icypeas_setup_notifications() — Provides instructions for setting up Icypeas push notifications/webhooks. Use this tool when you need to configure real-time notifications for bulk searches or single search updates. Note: Webhooks mu - icypeas_verify_email(email: string, custom?: object) — Tool to verify if a specific email address exists and is valid. Use when you need to check email deliverability. Returns a verification item ID that can be used with ICYPEAS_RETRIEVE_SEARCH_RESULTS to ## Example prompts - "What can I do in Icypeas?" - "Show me a summary of my Icypeas account" ## Links Docs: https://mcp.ai/docs/mcps/icypeas Website: https://mcp.ai/mcps/icypeas