Submit

Automoto Mcp Gateway

@Klimnyk

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

MCP Status

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

ClientStatus
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>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.