MCP server exposing the AUTO.RIA (ria.com) used-car API to AI agents — search, listing lookup, and AI average prices.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"autoria-mcp": {
"command": "uvx",
"args": [
"autoria-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add autoria-mcp uvx autoria-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"autoria-mcp": {
"command": "uvx",
"args": [
"autoria-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install autoria-mcp
README Excerpt
<!-- mcp-name: io.github.yevhen-kalyna/autoria-mcp --> An [MCP](https://modelcontextprotocol.io) server that exposes the **AUTO.RIA used-cars REST API** (`auto.ria.com`, via `developers.ria.com`) to AI agents — programmatic, agent-friendly access to the Ukrainian used-car market through the sanctioned API, no scraping.
Tools (20)
AUTORIA_API_KEY AUTORIA_BACKOFF_BASE AUTORIA_BACKOFF_CAP AUTORIA_BASE_URL AUTORIA_CACHE_DIR AUTORIA_CACHE_TTL AUTORIA_HOST AUTORIA_LOG_LEVEL AUTORIA_MAX_RETRIES AUTORIA_MEMORY_CACHE_MAX AUTORIA_PORT AUTORIA_QUOTA_HOURLY_LIMIT AUTORIA_QUOTA_MONTHLY_LIMIT AUTORIA_QUOTA_WARN_RATIO AUTORIA_TRANSPORT AUTORIA_USER_ID AUTORIA_VOLATILE_TTL get_average_price get_average_price_over_periods get_car_details