Configure MCP server with Find Phone from Email
Access Find Phone from Email via the SyncGTM MCP server. Your AI assistant can resolve phone numbers from email addresses 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
“Find the phone number for john.doe@acme.com.”
Example response
json
{
"phone_number": "+14155551234",
"phone_type": "mobile",
"full_name": "John Doe",
"confidence_score": 90
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →