Skip to main content
Glama
BounceProtect

@bounceprotect/mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BOUNCEPROTECT_API_KEYYesYour 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 6 tools

Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count5/5

Six tools is an ideal size for an email validation service, covering the essential operations without unnecessary overlap or bloat.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues