← privyde.com

INDIVIDUAL MCP TOOL

list_popular_routes

List popular point-to-point routes with indicative starting price (EUR), distance and duration.

privyde.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

privyde.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.privyde-com]
url = "https://privyde.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "privyde-com": {
      "type": "http",
      "url": "https://privyde.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: privyde-com
Remote MCP URL: https://privyde.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "privyde-com": {
      "url": "https://privyde.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "privyde-com": {
      "type": "http",
      "url": "https://privyde.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "privyde-com",
  "transport": "streamable-http",
  "url": "https://privyde.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_services — List Privyde executive transport services (weddings, corporate events, airport transfers, chauffeur by the hour, etc.).
  • list_cities — List the Spanish cities Privyde covers, with their main airports.
  • list_fleet — List Privyde vehicles with capacity (passengers, luggage) and category.
  • get_company_info — Get Privyde company info: what it offers, coverage, contact channels and how to book.
  • contact_concierge — Get Privyde contact channels (WhatsApp, email, contact page) to reach a human concierge.
  • get_booking_link — Build a pre-filled booking link from known trip details for the user to review and submit.