> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seekout.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect your AI assistant

> Connect an MCP-compatible AI assistant or developer tool to SeekOut and run your first talent search.

If you have a SeekOut Recruit license, MCP access is included. Self-service assistants such as Claude can be connected in a few minutes; enterprise-managed platforms may require administrator setup.

## Prerequisites

* A **SeekOut Recruit license**
* A supported AI assistant or MCP client

<Note>
  Gemini Enterprise and other managed platforms may require an administrator to provision or approve the connection before individual users can use it.
</Note>

## Connect in four steps

<Steps>
  <Step title="Choose your assistant or tool">
    You can use Claude, ChatGPT, Gemini Enterprise, Microsoft 365 Copilot, Amazon Quick, or a compatible desktop, CLI, or developer tool.
  </Step>

  <Step title="Add SeekOut MCP">
    Use the following server URL when your client asks for an MCP endpoint:

    ```text theme={null}
    https://seekout-search-mcp.seekout.io/tools
    ```

    For clients that use a JSON configuration file:

    ```json theme={null}
    {
      "mcpServers": {
        "seekout-search": {
          "url": "https://seekout-search-mcp.seekout.io/tools"
        }
      }
    }
    ```

    Follow the setup guide for [Claude](/mcp/connect/claude), [ChatGPT](/mcp/connect/chatgpt), [Gemini Enterprise](/mcp/connect/gemini), [Microsoft 365 Copilot](/mcp/connect/copilot), [Amazon Quick](/mcp/connect/amazon-quick), or [developer and desktop tools](/mcp/connect/developer).
  </Step>

  <Step title="Sign in to SeekOut">
    The first time your assistant calls a SeekOut tool, complete the browser-based OAuth sign-in. Automated workflows that cannot support an interactive sign-in use separately provisioned [API credentials](/mcp/connect/m2m).
  </Step>

  <Step title="Run your first search">
    Ask for a recruiting outcome in plain language:

    <Prompt description="Find senior product managers in Seattle with fintech experience." icon="quote">
      Find senior product managers in Seattle with fintech experience.
    </Prompt>
  </Step>
</Steps>

## Choose where to connect

<CardGroup cols={2}>
  <Card title="Claude" icon="bot" href="/mcp/connect/claude">
    Add SeekOut as a custom connector in a personal or managed workspace.
  </Card>

  <Card title="ChatGPT" icon="messages-square" href="/mcp/connect/chatgpt">
    Connect the published SeekOut app from the ChatGPT app directory.
  </Card>

  <Card title="Gemini Enterprise" icon="sparkles" href="/mcp/connect/gemini">
    Coordinate provisioning with SeekOut Support and your Google Cloud administrator.
  </Card>

  <Card title="Microsoft 365 Copilot" icon="panels-top-left" href="/mcp/connect/copilot">
    Open SeekOut in Microsoft 365 Copilot.
  </Card>

  <Card title="Amazon Quick" icon="cloud" href="/mcp/connect/amazon-quick">
    Create an MCP integration with user authentication.
  </Card>

  <Card title="Developer and desktop tools" icon="terminal" href="/mcp/connect/developer">
    Connect a desktop app, CLI, coding assistant, or custom MCP client.
  </Card>
</CardGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Recruiting workflows" icon="workflow" href="/mcp/capabilities/workflows">
    Source talent, analyze markets, evaluate candidates, and move results into your recruiting process.
  </Card>

  <Card title="Talent data sources" icon="database" href="/mcp/capabilities/data-sources">
    Understand which talent pools and ATS data SeekOut MCP can search.
  </Card>

  <Card title="Work with candidates" icon="users" href="/mcp/capabilities/candidate-actions">
    Retrieve contacts, compare profiles, save results, export lists, and push candidates to your ATS.
  </Card>

  <Card title="Prompting tips" icon="message-square-text" href="/mcp/capabilities/prompting-patterns">
    Write focused requests and refine results through follow-up prompts.
  </Card>
</CardGroup>
