MCP Resources

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

View as Markdown

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.