Verify emails via Google Gemini CLI using MCP server integration
Gemini CLI is Google's command-line AI assistant that runs in your terminal. With BounceRaptor's MCP server, Gemini CLI can verify email addresses as native tool calls, enabling email validation as part of your terminal-based AI workflows.
npm install -g @google/gemini-cli)Navigate to Settings → MCP Keys in your BounceRaptor dashboard. Create a new MCP key labeled "Gemini CLI". Copy the generated key.
Create or edit the Gemini CLI settings file at ~/.gemini/settings.json and add the BounceRaptor MCP server:
{
"mcpServers": {
"bounceraptor": {
"serverUrl": "https://bounceraptor.com/api/mcp/verify-email/",
"headers": {
"Authorization": "Bearer YOUR_MCP_KEY"
}
}
}
}
Launch Gemini CLI and the BounceRaptor tools will be automatically discovered. You can then ask Gemini to verify emails:
Example prompts:
Verify if [email protected] is a valid email address
Check these emails and tell me which are safe: [email protected], [email protected]
input: { email: string }
Single email verification with 3-layer validation
input: { emails: string[] }
Batch verification with async result tracking
Professional email verification platform
Protect your reputation • Maximize deliverability
© 2026 BounceRaptor. All rights reserved.