Production-ready MCP Gateway for automotive market data powered by Dremio. Connect Claude, Cursor, GitHub Copilot or any MCP-compatible client to execute SQL queries on Ukrainian automotive datasets — vehicle catalogs, pricing analytics, VIN decoding. Features JWT + API key auth, granular ACL, rate limiting, and native SSE transport (no Node.js needed). Built with FastAPI, Dremio, PostgreSQL, Redis.
Server Config
{
"mcpServers": {
"automoto": {
"url": "https://mcp.automoto.ai/sse",
"headers": {
"X-API-Key": "${AUTOMOTO_API_KEY}"
},
"env": {
"AUTOMOTO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}