> ## 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.

# Overview

> Connect ScoutLayer's MCP server to your AI assistant, editor, or automation tool.

ScoutLayer exposes every API endpoint as an MCP tool through one Streamable HTTP server. Connect any MCP-compatible client and it can call ScoutLayer's live web data directly — no REST integration code required.

<Note>
  Prefer calling the REST API directly instead? See the [API Reference](/).
</Note>

## AI assistants

<CardGroup cols={2}>
  <Card title="Claude" icon="message-circle" href="/integrations/claude">
    Connect ScoutLayer as a custom connector in Claude.
  </Card>

  <Card title="ChatGPT" icon="message-square" href="/integrations/chatgpt">
    Add ScoutLayer as a custom app in ChatGPT's developer mode.
  </Card>
</CardGroup>

## Developer tools

<CardGroup cols={2}>
  <Card title="Cursor" icon="code" href="/integrations/cursor">
    Give Cursor agents access to structured web data.
  </Card>

  <Card title="Claude Code" icon="terminal" href="/integrations/claude-code">
    Call ScoutLayer tools from your terminal workflow.
  </Card>

  <Card title="Codex" icon="code" href="/integrations/codex">
    Use ScoutLayer from Codex CLI, the IDE extension, or ChatGPT desktop.
  </Card>

  <Card title="Windsurf" icon="wind" href="/integrations/windsurf">
    Connect Cascade to ScoutLayer through remote MCP.
  </Card>
</CardGroup>

## Automation

<CardGroup cols={2}>
  <Card title="n8n" icon="workflow" href="/integrations/n8n">
    Use ScoutLayer data in automated workflows and AI Agent nodes.
  </Card>
</CardGroup>
