@bounceprotect/mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BOUNCEPROTECT_API_KEY | Yes | Your BounceProtect API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_emailA | Validate a single email address. Returns deliverability status, spam risk score, SMTP verification result, and a send recommendation. |
| validate_emails_bulkA | Validate up to 100 email addresses at once. Returns validation results for each email including status, recommendation, and deliverability signals. |
| check_creditsA | Check your remaining BounceProtect credit balance. |
| get_smtp_statusA | Check whether background SMTP verification has completed for an upload and return updated results when ready. |
| trigger_deep_analysisB | Start deep analysis for an upload so you can inspect domain legitimacy, website/SSL signals, and matched organisation data. |
| get_deep_analysis_statusA | Check deep analysis progress for an upload and return full domain-level results when the job is complete. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct operation: single validation, bulk validation, credit check, SMTP status, deep analysis trigger, and deep analysis status. The two status tools could be confused at a glance, but their names reference different processes clearly.
All tool names follow a consistent verb_first snake_case pattern (validate, check, get, trigger). The conventions are uniform and easy to predict, with no mixed styles.
Six tools is an ideal size for an email validation service, covering the essential operations without unnecessary overlap or bloat.
The set covers the full validation workflow: single and bulk validation, credit monitoring, asynchronous SMTP status, and deep analysis with its own status check. A minor gap is the lack of explicit upload management or historical view, but the core lifecycle is complete.