> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# Client Guides

Client guides help users connect 6MM AI Hub to the tools they already use.

<h2 id="start-with-the-ai-tool-users-already-know">
  Start with the AI tool users already know
</h2>

Use conversational prompts for public market data, account summaries, and trading-rule context.

Connect through Local MCP or Hosted MCP for research and account-aware analysis.

Use CLI or Local MCP when the agent can run commands and inspect JSON output.

Use implementation-focused workflows for SDK, API, webhook, and launch tasks.

Bring 6MM SDK and API context into coding workflows.

Use structured CLI output for terminal-based market research and automation.

Use editor and terminal workflows for partner backend implementation.

Use Local MCP or CLI in coding-agent workflows that inspect project files.

<h2 id="each-client-guide-should-include">
  Each client guide should include
</h2>

* Supported mode: CLI, Local MCP, Hosted MCP, or Remote MCP.
* Installation command.
* Configuration file path.
* Environment variables.
* Testnet example.
* Verification command or prompt.
* Common errors.
* Security notes.

<h2 id="example-verification-prompts">
  Example verification prompts
</h2>

```text
Use 6MM to list available markets.
```

```text
Use 6MM to check BTC-USDT-PERP orderbook depth and summarize liquidity.
```

```text
Using 6MM testnet, preview a small BTC long order and explain the margin impact. Do not place the order.
```