# VeriMails MCP Connector

Connect VeriMails to Claude, ChatGPT, and other MCP-compatible AI agents.

Server URL: https://mcp.verimails.com/mcp
Authentication: OAuth 2.1 ("Connect with VeriMails" — sign in with your account; no API key to paste).

## Tools

- `verimails_verify_email` — Verify a single email address in real time. (cost: 1 credit)
- `verimails_verify_batch` — Verify up to 500 addresses at once. (cost: 1 / email)
- `verimails_submit_bulk` — Start a bulk verification job from a list or CSV. (cost: 1 / row)
- `verimails_get_bulk_status` — Check a bulk job's progress. (cost: free)
- `verimails_get_bulk_results` — Download completed bulk results. (cost: free)
- `verimails_find_email` — Find a work email from a name + company domain. (cost: 20 (only if found))
- `verimails_submit_finder_csv` — Start a bulk email-finder job from a CSV. (cost: 20 / found)
- `verimails_get_finder_csv_status` — Check a finder job's progress. (cost: free)
- `verimails_get_finder_csv_results` — Download completed finder results. (cost: free)
- `verimails_get_credits` — Check your remaining credit balance. (cost: free)
- `verimails_health` — Check service status. (cost: free)

## Example prompts

- Verify whether jane.doe@stripe.com is a deliverable email.
- Find the work email for John Smith at acme.com.
- Verify these 50 emails and tell me which are safe to send.
- How many VeriMails credits do I have left?

Credits: same as the API (1 credit/email; Email Finder 20 credits only when an email is found; bulk reserves 1/row). The AI app never sees your API key; access is per-connection and revocable.
