Configure MCP server with Reverse Phone Lookup
Access the Reverse Phone Lookup action from AI tools via MCP. Your AI assistant can look up phone number owners 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
“Look up who owns the phone number +14155551234. Is it a mobile or landline?”
Example response
json
{
"owner_name": "John Smith",
"owner_type": "person",
"address": "San Francisco, CA",
"carrier": "Verizon Wireless",
"line_type": "mobile",
"is_valid": true
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →