How to Use the BlaBlaCar MCP in Claude Code
Query BlaBlaCar carpools, verify driver ratings, and pipe transit data directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect BlaBlaCar MCP to Claude Code
Create your Vinkius account to connect BlaBlaCar 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-Based City-to-City Queries (Claude Code)
`search_trips_by_city` pulls active carpool listings using simple city names directly from your command line interface. This MCP Server lets Claude Code run queries to quickly display departure times, pricing, and available seats without opening a browser. For broader schedules, the terminal agent uses `search_flexible_dates` to output up to 50 alternative rides. You can easily pipe this raw stdout into local grep or jq filters for rapid command-line analysis.
Precise Geolocation and Radius Searches
`search_trips` requires exact GPS coordinates to locate carpools passing through specific highway junctions or suburbs. Claude Code formats these coordinate pairs to find highly specific pickup points. The MCP integration pairs this with `search_trips_with_radius` to expand the search area when immediate options are limited. This gives you command-line access to rides that start just outside major city limits.
Driver Profiling and Bus Alternatives
`get_driver_profile` retrieves passenger feedback and credibility scores for any driver ID found in your search results. Claude Code displays these metrics instantly in your terminal so you can vet drivers before booking. If carpools are unavailable, the agent calls `search_bus_trips` to check commercial bus routes. It compares prices and arrival times on the fly, outputting a clean terminal table of your best transit options.
Set up BlaBlaCar 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 seeblablacar-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest BlaBlaCar transactions." It will automatically discover and invoke the available BlaBlaCar tools.
claude mcp add --transport http blablacar-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 BlaBlaCar MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the BlaBlaCar MCP today
We host it, we monitor it, we maintain it. You just paste one token.