Configure MCP server with Enrich Person
Access the Enrich Person action 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 enrich person profiles 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
“Enrich the person Jane Smith at Acme Corp and give me her full profile.”
Example response
json
{
"full_name": "Jane Smith",
"current_title": "Head of Marketing",
"current_company": "Acme Corp",
"location": "New York, NY",
"work_email": "jane.smith@acmecorp.com",
"linkedin_url": "https://linkedin.com/in/janesmith"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →