INDIVIDUAL MCP TOOL
compare_cars
Используй, когда пользователь хочет сравнить от двух до пяти конкретных предложений АвтоЦены по цене под ключ и основным техническим характеристикам.
LIVE ENDPOINT
https://avtocena.com/mcp
Connect to this endpoint to inspect the live schema for compare_cars and invoke it with your own arguments.
Indexed 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 server
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.avtocena]
url = "https://avtocena.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"avtocena": {
"type": "http",
"url": "https://avtocena.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: avtocena
Remote MCP URL: https://avtocena.com/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": {
"avtocena": {
"url": "https://avtocena.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"avtocena": {
"type": "http",
"url": "https://avtocena.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "avtocena",
"transport": "streamable-http",
"url": "https://avtocena.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_cars— Используй, когда пользователь хочет найти реальные актуальные автомобили по бюджету, марке, модели, году, пробегу, рынку, кузову, топливу, коробке или приводу.get_car— Используй для точных данных по конкретному предложению АвтоЦены, когда известен offer ID.get_import_calculation— Используй, когда нужен уже рассчитанный АвтоЦеной полный импортный расчёт конкретного автомобиля: итог в рублях и строки структуры цены.get_vehicle_specs— Используй для технических характеристик автомобиля из базы знаний АвтоЦены, особенно мощности, 30-минутной мощности EV/PHEV, мощности для утильсбора, двигателя, привода и трансмиссии.