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

# MCP Resources

MCP resources are read-only context that AI clients can inspect before calling tools.

Resources reduce hallucination by giving the model stable, structured information about 6MM.

<h2 id="recommended-resource-uris">
  Recommended resource URIs
</h2>

| Resource               | Purpose                                   |
| ---------------------- | ----------------------------------------- |
| 6mm://system/config    | Environment and capability configuration. |
| 6mm://system/status    | Current system and market status.         |
| 6mm://markets          | Available markets.                        |
| 6mm://market/\{symbol} | Contract specs and market-level metadata. |
| 6mm://fees             | Fee rules.                                |
| 6mm://risk/rules       | Trading and risk rule summary.            |
| 6mm://risk/margin      | Margin and liquidation context.           |
| 6mm://funding/rules    | Funding rate rules.                       |
| 6mm://api/docs         | API reference summary or links.           |

<h2 id="resource-design-rules">
  Resource design rules
</h2>

* Keep resources read-only.
* Use stable schemas.
* Include timestamps and environment names.
* Avoid exposing secrets.
* Prefer concise structured data over long prose.
* Link to canonical documentation when details are too long.