Currently mbtiles [always reports](https://github.com/mapbox/node-mbtiles/blob/master/lib/mbtiles.js#L227) it's scheme as tms, even though it [swaps the z coordinate in getTile](https://github.com/mapbox/node-mbtiles/blob/master/lib/mbtiles.js#L149) in order to serve the tiles in xyz scheme.