How to Use the CarAPI MCP in Claude Code
Pipe vehicle data from 66,000+ cars into your shell scripts and CI/CD pipelines using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CarAPI MCP to Claude Code
Create your Vinkius account to connect CarAPI 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.
Car Data in Your Terminal
This MCP server is built for the command line. You can pipe commands together to create powerful one-liners. For example, get a list of makes, use `fzf` to pick one, then pipe that to another command to get all its models. It's a classic Unix-style workflow. Claude Code calls the `get_makes` and `get_models` tools, and you just work with the streaming JSON output. It's fast and scriptable.
Automate in Your CI/CD Pipeline
Run CarAPI tools directly in your GitHub Actions or other CI/CD environments. You could set up a nightly job that checks for new models from a specific manufacturer and posts an alert to Slack if anything changes. Because Claude Code is just a binary, it runs anywhere. You can use the `get_models` or `get_vehicles` tools to monitor the database for changes without any manual work.
Export Data with This MCP Server
Quickly dump vehicle data for offline analysis or to seed a database. Run a single Claude Code command with complex filter criteria and pipe the raw JSON output to `jq` for transformation or redirect it straight into a file. There's no need to write a full script. Just use the `get_vehicles` tool from the command line to get exactly what you need, when you need it.
Set up CarAPI 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 seecarapi-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest CarAPI transactions." It will automatically discover and invoke the available CarAPI tools.
claude mcp add --transport http carapi-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 CarAPI MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CarAPI MCP today
We host it, we monitor it, we maintain it. You just paste one token.