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

# Integrations Overview

> Choose the right Shoal integration path for Claude, Claude Code, terminal workflows, and delivery channels

Use this section to choose a Shoal integration path. Integrations pages are for setup and workflow guidance. Endpoint details live in the API Reference section.

## Claude

<CardGroup cols={2}>
  <Card title="Claude Web" icon="browser" href="/integrations/claude-web">
    Connect Shoal to Claude Web through the hosted Shoal MCP connector.
  </Card>

  <Card title="Claude for Work" icon="building" href="/integrations/claude-work">
    Add Shoal as an organization connector for Claude Team and Enterprise.
  </Card>

  <Card title="Claude Code" icon="terminal" href="/integrations/claude-code">
    Install the Shoal plugin marketplace or use the hosted MCP server in Claude Code.
  </Card>

  <Card title="Hosted MCP" icon="microchip" href="/integrations/mcp">
    Use the canonical Shoal MCP server in Claude and other MCP clients.
  </Card>
</CardGroup>

## Developer Tools

<CardGroup cols={2}>
  <Card title="CLI + Skills" icon="terminal" href="/integrations/cli-skills">
    Install the Shoal CLI, authenticate locally, and add the Shoal skill.
  </Card>

  <Card title="SDK Examples" icon="code" href="/guides/examples">
    Use the API directly from cURL, Python, or JavaScript.
  </Card>

  <Card title="MPP/x402" icon="credit-card" href="/integrations/mpp">
    Access Shoal through machine payments when you need on-demand authenticated requests.
  </Card>
</CardGroup>

## Delivery and Workflows

<CardGroup cols={2}>
  <Card title="Slack" icon="slack" href="/integrations/slack">
    Push radar and signal events to Slack channels.
  </Card>

  <Card title="Telegram" icon="telegram" href="/integrations/telegram">
    Deliver daily digests and real-time alerts in Telegram.
  </Card>

  <Card title="OpenClaw" icon="robot" href="/integrations/openclaw">
    Use Shoal as a data source for OpenClaw agent workflows.
  </Card>

  <Card title="Webhooks Guide" icon="webhook" href="/guides/webhooks">
    Set up push-based delivery for plans that include webhook access.
  </Card>
</CardGroup>
