---
name: ScraperCity Email List Cleaner
description: Run an aging list through validation and return only the addresses that are safe to send to. Runs on the ScraperCity MCP server.
---

# ScraperCity Email List Cleaner

Run an aging list through validation and return only the addresses that are safe to send to.

## When to use it

Use before mailing an old or bought list, or on a schedule to keep a database deliverable.

## ScraperCity MCP tools this uses

- `validate_emails`

Set up the server first: see https://scrapercity.com/mcp for the config and https://scrapercity.com/how-to-use for the start, poll, download pattern and error codes.

## Steps

1. Take the list of emails from the user.
2. Pass them through validate_emails in bulk.
3. Split the results into valid, risky, and invalid.
4. Return only the valid addresses, and a summary of how many fell into each bucket.

## Inputs

A list or CSV of email addresses.

## Output

A cleaned list of deliverable emails plus a validity summary.

## Cost and tips

Treat risky addresses as a separate segment, not a send. Re-validate at least monthly for an active database.

Scrapers draw per result from your wallet balance. find_emails and find_mobiles charge only when a result is found. The B2B database is unlimited on the $149/mo plan. Check counts before you export so spend stays predictable.
