MCP Resources

Provide read-only MCP resources so AI clients can understand 6MM markets, rules, fees, and API context.

View as Markdown

Planned — not yet launched AI Hub is a planned feature. Capabilities, endpoints, commands and client configurations on this page describe the proposed design and are not currently available. Final availability and setup instructions will be announced at launch.

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.

ResourcePurpose
6mm://system/configEnvironment and capability configuration.
6mm://system/statusCurrent system and market status.
6mm://marketsAvailable markets.
6mm://market/{symbol}Contract specs and market-level metadata.
6mm://feesFee rules.
6mm://risk/rulesTrading and risk rule summary.
6mm://risk/marginMargin and liquidation context.
6mm://funding/rulesFunding rate rules.
6mm://api/docsAPI reference summary or links.

Resource design rules

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