Configure MCP server with Company TechStack
Access the Company TechStack action via MCP to detect technologies from AI tools like Claude, ChatGPT, Cursor, or Windsurf.
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
“What technologies does shopify.com use?”
Example response
json
{
"domain": "shopify.com",
"technologies": [
{ "name": "React", "category": "JavaScript Framework" },
{ "name": "Cloudflare", "category": "CDN" },
{ "name": "Zendesk", "category": "Customer Support" }
]
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →