Configure MCP server with New Location
Access the New Location signal from AI tools via MCP. Your AI assistant can detect geographic expansion at any company 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
“Has acme.com opened any new offices recently? Where are they expanding?”
Example response
json
{
"new_location_detected": true,
"new_locations": [
{
"city": "London",
"country": "United Kingdom",
"type": "international"
}
],
"announcement_date": "2026-03-01"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →