# BounceRaptor Pricing

> Source: https://bounceraptor.com/#pricing
> BounceRaptor is an email verification platform — real-time email validation, spam trap detection, ISP analytics, and bulk list cleaning.

Clean your email lists, protect your sender reputation, and verify addresses through a 3-layer verification pipeline. Start free or pick a paid plan for higher limits and API/MCP access.

## Plans

### Free — $0/month

Get started with no credit card required. 1,000 verifications every month.

- **1,000 verifications/month**: Real-time email verification through our 3-layer pipeline.
- **3-Layer verification**: Syntax checks, MX record lookups, and SMTP recipient simulation.
- **Spam trap detection**: Catches role-based addresses, typo domains, and known honeypot domains.
- **AI-powered imports**: Upload CSV/TXT/SQL files and auto-detect email columns.
- **ISP analytics**: See which mail providers your emails route through.
- **Email support**: Get help via email.

### Starter — $9/month

10,000 verifications every month for small senders and side projects.

- **10,000 verifications/month**: 10x the free tier allowance.
- **3-Layer verification**: Syntax, MX, and SMTP simulation on every address.
- **Spam trap detection**: Catches role-based, typo, and honeypot addresses.
- **AI-powered imports**: Auto-detect columns in CSV/TXT/SQL uploads.
- **ISP analytics**: Distribution of mail providers in your list.
- **Email support**: Direct support via email.

### Professional — $19/month

50,000 verifications every month plus full API and MCP access for production integrations.

- **50,000 verifications/month**: 50x the free tier allowance.
- **3-Layer verification**: Syntax, MX, and SMTP simulation on every address.
- **Spam trap detection**: Catches role-based, typo, and honeypot addresses.
- **AI-powered imports**: Auto-detect columns in CSV/TXT/SQL uploads.
- **ISP analytics**: Distribution of mail providers in your list.
- **API & MCP Access**: Verify emails programmatically via REST and Model Context Protocol.
  - REST API: `POST https://bounceraptor.com/api/v1/verify-email/`
  - MCP server: `POST https://bounceraptor.com/api/mcp/verify-email/`
  - ChatGPT Marketplace integration via OAuth 2.0
- **Priority support**: Faster response times.
- **Email support**: Direct support via email.

### Unlimited — $49/month

Unlimited verifications for high-volume senders, agencies, and platforms.

- **Unlimited verifications/month**: No monthly cap.
- **3-Layer verification**: Syntax, MX, and SMTP simulation on every address.
- **Spam trap detection**: Catches role-based, typo, and honeypot addresses.
- **AI-powered imports**: Auto-detect columns in CSV/TXT/SQL uploads.
- **ISP analytics**: Distribution of mail providers in your list.
- **API & MCP Access**: Verify emails programmatically via REST and Model Context Protocol.
  - REST API: `POST https://bounceraptor.com/api/v1/verify-email/`
  - MCP server: `POST https://bounceraptor.com/api/mcp/verify-email/`
  - ChatGPT Marketplace integration via OAuth 2.0
- **Priority support**: Fastest response times.
- **Email support**: Direct support via email.

## Feature Comparison

### Verification

| Feature | Free | Starter | Professional | Unlimited |
|---|---|---|---|---|
| Verifications per month | 1,000 | 10,000 | 50,000 | Unlimited |
| Syntax validation | Yes | Yes | Yes | Yes |
| MX record checks | Yes | Yes | Yes | Yes |
| SMTP recipient simulation | Yes | Yes | Yes | Yes |
| Spam trap detection | Yes | Yes | Yes | Yes |
| Disposable domain detection | Yes | Yes | Yes | Yes |
| Whitelisted domain caching | Yes | Yes | Yes | Yes |

### Imports & Analytics

| Feature | Free | Starter | Professional | Unlimited |
|---|---|---|---|---|
| CSV imports | Yes | Yes | Yes | Yes |
| TXT imports | Yes | Yes | Yes | Yes |
| SQL imports | Yes | Yes | Yes | Yes |
| AI-powered column detection | Yes | Yes | Yes | Yes |
| ISP analytics | Yes | Yes | Yes | Yes |
| Project organization | Yes | Yes | Yes | Yes |
| Contact export | Yes | Yes | Yes | Yes |

### API & Integrations

| Feature | Free | Starter | Professional | Unlimited |
|---|---|---|---|---|
| REST API (`/api/v1/verify-email/`) | No | No | Yes | Yes |
| MCP server (`/api/mcp/verify-email/`) | No | No | Yes | Yes |
| ChatGPT Marketplace integration | No | No | Yes | Yes |
| OAuth 2.0 client registration | No | No | Yes | Yes |
| Bulk import API | No | No | Yes | Yes |

### Support

| Feature | Free | Starter | Professional | Unlimited |
|---|---|---|---|---|
| Email support | Yes | Yes | Yes | Yes |
| Priority support | No | No | Yes | Yes |
| Self-service knowledge base | Yes | Yes | Yes | Yes |

## Billing Options

Paid plans bill monthly through Stripe. You can cancel at any time — your subscription remains active until the end of the current billing period. No annual contracts, no setup fees, no hidden charges.

## FAQs

### How does the 3-layer verification work?

Every email goes through three checks in order. Layer 1 validates the syntax and normalizes common typos. Layer 2 looks up MX records for the domain and checks against known spam trap and disposable domain lists. Layer 3 simulates an SMTP recipient check to confirm the mailbox exists on the mail server.

### What counts as a verification?

A verification is any single email address that goes through the full 3-layer pipeline. Uploads that fail syntax validation at layer 1 do not count against your monthly limit.

### Do unused verifications roll over?

No. Verification allowances reset on the first day of each billing period.

### Can I upgrade or downgrade at any time?

Yes. Upgrades take effect immediately and the new limits apply. Downgrades take effect at the start of the next billing period.

### What payment methods are accepted?

All major credit and debit cards through Stripe. Cards billed in USD.

### Do you offer a free trial?

A 14-day free trial of the Professional plan is available for new accounts. No credit card required to start.

### Is there an API rate limit?

API rate limits scale with your plan. The REST API and MCP server enforce per-minute, per-hour, and per-day limits. Check the API documentation for current limits.

### How is the API authenticated?

- **REST API** uses `Authorization: Bearer <api_key>` headers. API keys are generated in the dashboard.
- **MCP server** supports both API keys and OAuth 2.0 access tokens. For ChatGPT Marketplace integration, use OAuth 2.0 with the dynamic client registration endpoint.

### Where can I find the MCP server for ChatGPT?

MCP server URL: `https://bounceraptor.com/api/mcp/verify-email/`
OAuth discovery: `https://bounceraptor.com/.well-known/oauth-authorization-server`

### Do you offer non-profit or education discounts?

Contact support for information about discounts for non-profit organizations and educational institutions.

---

For interactive pricing with self-service sign-up, visit [bounceraptor.com](https://bounceraptor.com/#pricing).
