How to Use the General Motors MCP in Claude Code
Manage your General Motors fleet directly from the terminal with Claude Code and headless execution.
Works with every AI agent you already use
…and any MCP-compatible client
Connect General Motors MCP to Claude Code
Create your Vinkius account to connect General Motors to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Terminal-Native Vehicle Diagnostics
The `get_vehicle_diagnostics` tool dumps raw vehicle health metrics directly into your standard output. You can pipe this data into jq or write shell scripts that trigger Claude Code to analyze fleet readiness. Run a single command to have the agent fetch `get_vehicles`, iterate through the VINs, and report back on oil life or engine warnings. SREs can build automated maintenance checks. By scheduling a cron job that calls `get_tire_pressure` and `get_odometer`, you can generate plain-text reports of vehicles needing service before they hit the road.
Scripted General Motors MCP Server Actions
The `start_vehicle` tool initiates a remote engine start via the command line. You can integrate this into winter deployment scripts for delivery fleets, warming up the vans at 5 AM without touching a web dashboard. The agent executes the command and returns the exact status code. Security protocols work the same way. A nightly script can trigger `lock_doors` across all parked assets. If a vehicle fails to lock, the CLI agent can immediately flag it in your incident management system.
Headless GPS Tracking and EV Status
The `get_vehicle_location` tool outputs strict latitude and longitude coordinates to your terminal. You can ask the agent to ping this endpoint every ten minutes, logging the movement of a specific VIN to a local CSV file. Managing electric assets requires constant monitoring. The agent hits `get_charge_status` to verify battery levels and `get_fuel_level` for combustion vehicles, letting you build headless dispatch logic that only assigns routes to fully fueled cars.
Set up General Motors MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seegeneral-motors-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest General Motors transactions." It will automatically discover and invoke the available General Motors tools.
claude mcp add --transport http general-motors-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about General Motors MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the General Motors MCP today
We host it, we monitor it, we maintain it. You just paste one token.