Skip to main content
Glama

Related Servers

Alternatives to mcp-turo

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      An MCP server for stealth browser automation that uses human-like interaction patterns to bypass bot detection via the Chrome DevTools Protocol. It enables users to navigate, interact with elements, and capture data from websites using undetectable behaviors like Bezier mouse movements and Gaussian typing delays.
      82 npm
      1
      MIT
    • A
      license
      B
      quality
      Not graded
      maintenance
      A MCP server that provides browser automation tools, allowing users to navigate websites, take screenshots, click elements, fill forms, and execute JavaScript through Playwright.
      8
      2
      Apache 2.0
    • A
      license
      Not graded
      quality
      D
      maintenance
      A stealth-enhanced browser automation MCP server for AI agents to interact with websites while bypassing anti-bot detection mechanisms like Cloudflare and reCAPTCHA.
      9
      MIT
    • A
      license
      C
      quality
      C
      maintenance
      An MCP server that provides a stealth-enhanced Playwright browser automation engine with anti-detection features, enabling AI agents to navigate websites, interact with elements, and bypass anti-bot systems.
      24
      35 PyPI
      1
      Apache 2.0
    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that enables AI-powered browser automation, web scraping, and testing using Playwright across Chromium, Firefox, and WebKit. It allows users to perform actions like navigation, clicking, typing, and taking screenshots through natural language interfaces.
      6 npm
      MIT

    TDQS

    A4.2/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose targeting different aspects of the Turo car rental domain. create_booking handles new reservations, get_car_details retrieves listing information, get_host_profile focuses on host data, manage_booking manages existing bookings, and search_cars finds available vehicles. There is no overlap in functionality that would cause agent confusion.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern using snake_case throughout. The verbs (create, get, manage, search) are appropriately descriptive and the nouns (booking, car_details, host_profile, cars) clearly indicate the target resources, creating a predictable and readable naming convention.

    Tool Count5/5

    With 5 tools, this server is well-scoped for a car rental booking domain. Each tool serves a distinct and necessary function, from searching and viewing details to creating and managing bookings. The count is neither too sparse nor bloated, providing comprehensive coverage without redundancy.

    Completeness4/5

    The tool set covers the core car rental workflow effectively: search, view details, create bookings, and manage existing bookings. A minor gap exists in user account management (e.g., login/logout or profile viewing), but agents can work around this as the tools assume logged-in users. The domain coverage is otherwise complete for typical rental operations.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues