Configure MCP server with Verify Email
Verify email addresses directly from AI tools like Claude, ChatGPT, Cursor, or Windsurf via the Model Context Protocol (MCP). Configure the SyncGTM MCP server and your AI assistant can validate deliverability on demand.
MCP server configuration
Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):
json
{
"mcpServers": {
"syncgtm": {
"type": "http",
"url": "https://api.syncgtm.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Example prompt
“Verify whether jane@acme.com is a valid, deliverable email address.”
Example response
json
{
"email": "jane@acme.com",
"status": "valid",
"deliverable": true,
"reason": "accepted_email",
"is_disposable": false,
"is_role_based": false,
"score": 97
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →