{
  "name": "CMMC Cubelet Platform MCP Server",
  "version": "2.0.0",
  "description": "110 CMMC Level 2 practices with tiered metered billing",
  "mcp_endpoint": "https://cmmc.cubelet.ai/mcp",
  "auth": {
    "type": "oauth2.1",
    "authorize": "https://cmmc.cubelet.ai/authorize",
    "token": "https://cmmc.cubelet.ai/oauth/token",
    "register": "https://cmmc.cubelet.ai/oauth/register"
  },
  "billing": {
    "tiers": {
      "lookup": {
        "price": "$0.05/call",
        "free_monthly": 50
      },
      "coaching": {
        "price": "$0.15/call",
        "free_monthly": 10
      },
      "simulation": {
        "price": "$0.25/call",
        "free_monthly": 5
      }
    },
    "free_tools": [
      "session_progress",
      "session_reset",
      "simulation_status"
    ]
  }
}