← carental.ru

INDIVIDUAL MCP TOOL

create_inquiry

Создать заявку на аренду (лид).

carental.runone 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

carental.ru

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.carental-ru]
url = "https://carental.ru/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "carental-ru": {
      "type": "http",
      "url": "https://carental.ru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: carental-ru
Remote MCP URL: https://carental.ru/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": {
    "carental-ru": {
      "url": "https://carental.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "carental-ru",
  "transport": "streamable-http",
  "url": "https://carental.ru/mcp"
}
MCP Inspector

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

Related tools

  • search_cars — Поиск арендных автомобилей по городу и фильтрам.
  • get_car — Подробная карточка автомобиля: характеристики, описание, изображения, локация города, все ценовые поля.
  • get_car_prices — Цены аренды автомобиля: дневные тарифы (1/3/7/14/29/30 суток), почасовые (3/6/12/13 ч), скидка.
  • check_availability — Проверить доступность автомобиля на диапазон дат в городе.
  • calculate_price — Рассчитать итоговую стоимость аренды автомобиля на диапазон дат: сумма, кол-во суток, дневная ставка, разбивка, залог.
  • list_cities — Список городов присутствия CaRental: id, название (города в разных падежах), поддомен, телефоны, адрес офиса.
  • get_references — Справочники (фильтры каталога): классы, типы кузова, марки, модели, типы топлива, коробки передач, места, цвета, страны.
  • find_office — Найти офис выдачи автомобилей по городу: адрес, телефон, часы работы.