How to Use the Google Roads MCP in Claude Code
Run terminal-based road snapping and speed limit audits directly from your command line with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Google Roads MCP to Claude Code
Create your Vinkius account to connect Google Roads 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.
Process GPS tracks from the terminal.
Pipe raw GPS logs directly into Claude Code's MCP server to clean up tracking drift. The CLI agent triggers `snap_to_roads` to snap coordinate arrays to actual roads and outputs the clean geometries. This terminal-first approach lets you run batch-processing scripts. You can format the output as GeoJSON and save the clean paths directly to your workspace.
Run speed audits via Claude Code's MCP Server.
Use Claude Code to audit speed compliance from the terminal. The agent uses `get_snapped_speed_limits` to match coordinates to roads and pull speed limits in km/h. It can also query `get_speed_limits` using place IDs to check legal speeds on specific segments, writing the results directly to stdout or a local CSV.
Resolve isolated coordinates to road segments.
When parsing log files, Claude Code uses `get_nearest_roads` to map individual, non-continuous coordinates to their closest streets. This is perfect for analyzing scattered ping logs. The CLI agent reads the raw coords, queries the tool, and prints the matching place IDs and street offsets right in your terminal.
Set up Google Roads 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 seegoogle-roads-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Google Roads transactions." It will automatically discover and invoke the available Google Roads tools.
claude mcp add --transport http google-roads-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 Google Roads MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Google Roads MCP today
We host it, we monitor it, we maintain it. You just paste one token.