Configure MCP server with Scrape B2B Customers
Access the Scrape B2B Customers action from AI tools via MCP. Your AI assistant can scrape customer lists from any B2B 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
“Find all known customers of competitor.com. List their names, domains, and industries.”
Example response
json
{
"customers_found": 12,
"customers": [
{
"name": "TechCorp Inc",
"domain": "techcorp.com",
"industry": "Software",
"source": "case_study"
}
],
"target_company": "Competitor Inc"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →