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

# Agents & Tools

> Drive MerchantOps from Claude, the command line, or your own code.

MerchantOps is built to be operated by **agents and APIs**, not just the
dashboard. Everything routes through the same authenticated, organization-scoped
API.

<CardGroup cols={2}>
  <Card title="MCP server" icon="robot" href="/tools/mcp">
    Connect Claude (Desktop or Code) to a **read-only** set of catalog tools over
    OAuth. Ask questions about products, variants, pricing, and publish status.
  </Card>

  <Card title="CLI (`mo`)" icon="terminal" href="/tools/cli">
    A command-line client over the API. Sign in with OAuth and script catalog
    reads. Output is JSON, ready to pipe into `jq`.
  </Card>

  <Card title="Skills" icon="puzzle-piece" href="/tools/skills">
    Packaged catalog-setup workflows for Claude. *Coming soon.*
  </Card>

  <Card title="REST API" icon="code" href="/api-reference">
    The public HTTP API for catalog, pricing, and publishing.
  </Card>
</CardGroup>

<Note>
  The MCP server is **read-only** by design — it answers catalog questions but
  performs no writes, enrichment, or publishing. Use the dashboard, CLI, or API
  for changes.
</Note>
