Configure MCP server with Is Hiring
Access the Is Hiring signal from AI tools like Claude, ChatGPT, Cursor, or Windsurf via MCP. Your AI assistant can check company hiring activity 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
“Is acme.com currently hiring? Show me which departments have open roles.”
Example response
json
{
"is_hiring": true,
"total_open_roles": 23,
"departments_hiring": ["Sales", "Engineering", "Marketing"],
"sample_roles": ["Account Executive", "Senior Engineer", "Content Marketing Manager"],
"company_name": "Acme Corp"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →