# Icypeas

Icypeas is a suite of APIs designed to programmatically source, verify, and enrich professional contact data.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add pierre-landoin/icypeas

# Browse available tools
npx -y @smithery/cli@latest tool list pierre-landoin/icypeas

# Get full schema for a tool
npx -y @smithery/cli@latest tool get pierre-landoin/icypeas email-search

# Call a tool
npx -y @smithery/cli@latest tool call pierre-landoin/icypeas email-search '{}'
```

## Direct MCP Connection

Endpoint: `https://icypeas.run.tools`

## Tools (21)

- `email-search` — Find the professional email address of a person given their first name, last name, and company name or domain. Returns …
- `email-verification` — Verify whether an email address is valid and deliverable. Returns the certainty level and MX provider when the address …
- `domain-search` — Scan a domain or company and return all role-based email addresses associated with it. Useful for finding generic email…
- `reverse-email-lookup` — Find the LinkedIn profile URL behind a single professional email address. Use this tool for exactly one email. If the u…
- `profile-search` — Find the LinkedIn profile URL for a single person given their name and company or job title. Use this tool for exactly …
- `company-search` — Find the LinkedIn company page URL for a single company name or domain. Use this tool for exactly one company. If the u…
- `profile-scraper` — Scrape a single LinkedIn profile by URL and return all available profile data (name, headline, work experience, educati…
- `company-scraper` — Scrape a single LinkedIn company page by URL and return all available company data (name, description, industry, headco…
- `bulk-reverse-email-lookup` — Find LinkedIn profile URLs for multiple professional email addresses at once. Use this tool whenever 2 or more emails a…
- `bulk-profile-search` — Find LinkedIn profile URLs for multiple people at once. Use this tool whenever 2 or more people are provided. For a sin…
- `bulk-company-search` — Find LinkedIn company page URLs for multiple companies at once. Use this tool whenever 2 or more companies are provided…
- `bulk-profile-scraper` — Scrape full LinkedIn profile data for multiple people at once. Use this tool whenever 2 or more LinkedIn profile URLs a…
- `bulk-company-scraper` — Scrape full LinkedIn company data for multiple companies at once. Use this tool whenever 2 or more LinkedIn company URL…
- `find-companies-count` — Count the number of companies matching a query in the Icypeas lead database. This is free and does not consume credits.…
- `find-companies` — Search for companies in the Icypeas lead database and retrieve detailed results. Automatically fetches all pages up to …
- `find-people-count` — Count the number of people matching a query in the Icypeas lead database. This is free and does not consume credits. Us…
- `find-people` — Search for people in the Icypeas lead database and retrieve detailed results. Automatically fetches all pages up to a m…
- `bulk-email-search` — Find professional email addresses for multiple people at once. Use this tool whenever 2 or more people are provided. Fo…
- `bulk-domain-search` — Find all known email addresses for multiple domains or companies at once. Use this tool whenever 2 or more domains/comp…
- `bulk-email-verification` — Verify whether multiple email addresses are valid and deliverable at once. Use this tool whenever 2 or more emails are …
- `subscription-information` — Retrieve the current user's Icypeas subscription information: plan name, account status (free, none, cancelled, paid, u…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get pierre-landoin/icypeas <tool-name>
```
