Enrichments MCP is now live for all plans. Try it out today
All enrichments & signals

Find People Within Company

Find people working at a specific company by role, seniority, or department.

Configure MCP server with Find People Within Company

Access Find People Within Company via the SyncGTM MCP server. Your AI assistant can search for people at any company with natural language filters.

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 VPs in the Sales department at Acme Corp.

Example response

json
{
  "total_results": 4,
  "company_name": "Acme Corp",
  "people": [
    { "full_name": "Jane Smith", "title": "VP of Sales", "seniority": "VP", "linkedin_url": "https://linkedin.com/in/janesmith" },
    { "full_name": "Mike Johnson", "title": "VP of Sales Operations", "seniority": "VP", "linkedin_url": "https://linkedin.com/in/mikejohnson" }
  ]
}

Learn more about Enrichment MCP

SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →