SyncGTM logo
All enrichments & signals

Find People Within Company

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

Configure MCP server with Find People Within Company

Access the Find People Within Company action via MCP to search for employees 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

Find all directors in engineering at Snowflake.

Example response

json
{
  "company_name": "Snowflake",
  "total_results": 12,
  "people": [
    {
      "full_name": "Jane Smith",
      "title": "Director of Engineering",
      "seniority": "Director",
      "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 →