integrations.sh
← all integrations

BlaBlaCar

MCP server openai

BlaBlaCar is the world’s leading community-based travel app. Every year, it enables 29 million active members to share journeys across 21 countries.

The platform connects drivers who have empty seats with passengers traveling in the same direction, allowing them to share the costs of the trip.

BlaBlaCar’s mission is to be the go-to marketplace for shared travel. To achieve this, it brings together carpooling, bus, and train journeys into a single app, offering a wide range of affordable and sustainable transport solutions.

Homepage
https://blablacar.com/
Remote URL
https://mcp-app.mcp.prod-1.blabla.tech/mcp?token=NX8dG7rhyozGCcg5i3BrmJSigeqKB5pzdrR8g8Rt
Auth
NONE

Tools (2)

Extracted live via the executor SDK.

  • search-trips

    Search for available carpool, bus, or train trips

  • trip-details

    Use this to provide details about a specific trip. The trip IDs (id, source, partner_id) can be obtained from the search-trips tool output (structuredContent.tripIds).

        IMPORTANT:
        - If ride details have already been returned in previous messages (in structuredContent.rideDetails),
          DO NOT call this tool again to answer follow-up questions.
        - Instead, use the previously returned rideDetails to answer more precise questions.
        - Only call this tool again if the user explicitly asks to search for different rides      or change the search parameters.