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

# Cursor

> Give Cursor agents access to structured web data.

<Note>Requires Cursor with remote Streamable HTTP MCP support.</Note>

<Steps>
  <Step title="Create an API key">
    Generate a ScoutLayer API key from the [Credentials page](https://app.scoutlayer.io/dashboard/credentials).
  </Step>

  <Step title="Add the server">
    Open Cursor's MCP settings, or edit `.cursor/mcp.json` directly:

    ```json .cursor/mcp.json theme={null}
    {
      "mcpServers": {
        "scoutlayer": {
          "url": "https://api.scoutlayer.io/mcp",
          "headers": {
            "X-API-Key": "YOUR_API_KEY"
          }
        }
      }
    }
    ```
  </Step>

  <Step title="Confirm the tools are available">
    Check that ScoutLayer is enabled and its tools appear in Agent mode.
  </Step>
</Steps>

See Cursor's [MCP documentation](https://docs.cursor.com/context/model-context-protocol) for more detail.
