Configure MCP server with Person Location
Access Person Location via the SyncGTM MCP server from AI tools like Claude, ChatGPT, Cursor, or Windsurf. Your AI assistant can look up locations 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
“Where is Maria Garcia from HubSpot located?”
Example response
json
{
"city": "Boston",
"state": "Massachusetts",
"country": "United States",
"timezone": "America/New_York"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →