MCP Server
NewConnect Claude, Cursor, or any MCP-compatible LLM directly to your Bextrad account. Verify emails, check DNS health, and clean bulk lists — all from your chat.
What is MCP?
The Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude Desktop interact with external tools. Our MCP server acts as a bridge — your LLM sends a request, the server calls the Bextrad API, and the result comes back in your chat. No coding required.
Available Tools
Verify a single email address — check syntax, domain, MX records, and catch-all status.
Analyze DNS records (SPF, DKIM, DMARC, MX) for any domain and detect misconfigurations.
Upload and clean a CSV list of emails — remove bounces, spam traps, and role accounts.
Configuration
Add this to your MCP client configuration:
{
"mcpServers": {
"bextrad": {
"command": "php",
"args": ["path/to/bextrad-mcp.php"],
"env": {
"BEXTRAD_API_KEY": "<your-api-key>"
}
}
}
}
Security & Responsibility
Your API key stays on your machine. The MCP script runs locally and never sends your key anywhere except directly to the Bextrad API over HTTPS. Never share your API key. You are solely responsible for all credit usage associated with your key.
Getting Started
Log in to your Bextrad account
Go to the API Integration page from your dashboard.
Generate or copy your API token
Click New Token, give it a name, and copy the masked token.
Download the MCP script
From the API Integration page, click Download MCP script.
Configure your MCP client
Add the configuration above to Claude Desktop (or Cursor, etc.), replacing <your-api-key> with your actual token.