- Automoto Mcp Gateway
Automoto Mcp Gateway
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.
Overview
AUTOMOTO MCP Gateway
Production-ready MCP Gateway for Ukrainian automotive market data powered by Dremio.
What is it?
AUTOMOTO MCP Gateway allows AI assistants to securely query automotive datasets via Model Context Protocol. Ask your AI about car prices, vehicle specs, market trends — it talks to real data.
Supported AI Clients
| Client | Status |
|---|---|
| Claude Desktop | ✅ |
| Cursor IDE | ✅ |
| GitHub Copilot (VS Code) | ✅ |
| Windsurf | ✅ |
| Cline | ✅ |
| Any MCP-compatible client | ✅ |
Quick Start
1. Get an API Key
Contact AUTOMOTO to obtain your API key (dmcp_live_xxxxxxxxxxxx).
2. Configure your AI client
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"automoto": {
"url": "https://mcp.automoto.ai/sse",
"headers": {
"X-API-Key": "${AUTOMOTO_API_KEY}"
},
"env": {
"AUTOMOTO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Server Config
{
"mcpServers": {
"automoto": {
"url": "https://mcp.automoto.ai/sse",
"headers": {
"X-API-Key": "${AUTOMOTO_API_KEY}"
},
"env": {
"AUTOMOTO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Project Info
Created At
3 months agoUpdated At
3 months agoAuthor Name
KlimnykStar
-Language
-License
-Tags
Recommend Servers
View AllFilesystem
@modelcontextprotocol
2 months ago
Memory
@modelcontextprotocol
a year ago
Myrsu
@VidhiJav
a day ago