Hosted MCP

Connect AI clients to the 6MM-hosted MCP endpoint for public market data and trading rule context.

View as Markdown

Hosted MCP is the simplest way to get started with 6MM AI Hub.

Connect an AI client to the 6MM-hosted MCP endpoint and ask questions about public market data. There is no local server to install, no cloud deployment to maintain, and no user API key required for public data.

What you can do

  • Query live and historical market data.
  • Browse available perpetual markets.
  • Check order book depth and recent trades.
  • Compare funding rates.
  • Read fee, contract, margin, and risk-rule context.

Hosted MCP is best for research, product exploration, and public market analysis. It is not the right first setup for private account access or trading.

Endpoint

https://mcp.6mm.com/mcp

Health check:

https://mcp.6mm.com/health

Hosted MCP should expose only public and read-only information in the first release:

  • Markets.
  • Tickers.
  • Order books.
  • Recent trades.
  • Klines.
  • Funding rates.
  • System status.
  • Trading fees.
  • Contract specifications.
  • Risk and margin rule resources.

Not supported in the first release

Hosted MCP should not be the first place to expose:

  • Account balances.
  • Positions.
  • Open orders.
  • Order creation.
  • Order cancellation.
  • Transfers or withdrawals.
  • User API key storage.

Why public data first

Hosted MCP is operated by 6MM and accessed over the network. It is convenient, but it should not become the default place where users submit private API keys. Sensitive account and trading workflows should start with Local MCP, CLI, or user-managed Remote MCP.

Example user prompt

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

Operational requirements

  • TLS on all endpoints.
  • Request rate limits.
  • Abuse protection.
  • Structured logs and metrics.
  • Health checks.
  • Clear tool descriptions and schemas.
  • Stable error responses for AI clients.