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

# Claude Code

> Call ScoutLayer data tools from your terminal workflow.

<Note>Requires a current Claude Code installation with remote HTTP MCP support.</Note>

<Steps>
  <Step title="Add the server">
    ```bash theme={null}
    claude mcp add --transport http scoutlayer https://api.scoutlayer.io/mcp
    ```
  </Step>

  <Step title="Connect">
    Run `/mcp` inside Claude Code and choose **ScoutLayer**.
  </Step>

  <Step title="Authorize">
    Complete the browser authorization flow for your ScoutLayer account.
  </Step>

  <Step title="Verify">
    List or call a ScoutLayer tool to confirm the connection.
  </Step>
</Steps>

See Anthropic's [Claude Code MCP guide](https://docs.anthropic.com/en/docs/claude-code/mcp) for more detail.
