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

# Claude Code

> Connect Claude Code to ScoutLayer's remote MCP server to call live web and contact data tools from your terminal.

<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://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>

## Try it

Once connected, ask Claude Code a natural-language question and it calls ScoutLayer from your terminal session:

> Find the best contact email and LinkedIn for the company behind stripe.com.

Claude Code gets live data straight from the company's own site — public emails, phones, social profiles, and company details — each fact linked back to the page it came from, so it can cite a real source instead of guessing.

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